NTP Analyzer
0.8.2
Analyze the operation of time servers
|
Public Member Functions | |
void | Add (ISyntaxNode node) |
void | Assemble (ISyntaxNode node) |
void | CompileNode () |
void | Resolve (SymbolTable table) |
void | Validate (SymbolTable table) |
Properties | |
ConfigurationNode | CompiledNode [get] |
IEnumerable< string > | Errors [get] |
bool | HasErrors [get] |
int | Line [get] |
bool | RequirePath [get] |
Symbol | Symbol [get] |
Definition at line 28 of file ISyntaxNode.cs.
void Ntp.Analyzer.Config.Syntax.ISyntaxNode.Add | ( | ISyntaxNode | node | ) |
Implemented in Ntp.Analyzer.Config.Syntax.SyntaxNode< T >.
Referenced by Ntp.Analyzer.Config.Compiler.ConfigParser.ParseAboutPageSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseContentSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseDatabaseSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseDirectoryDestinationSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseFileDestinationSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseGraphSetSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseHeartbeatSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseHostGraphPageSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseHostGraphSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseHostPageSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseHostSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseIntOrString(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseListenerSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseLogSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseMenuItem(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseMenuItemType(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseMenuSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseNotifySection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParsePeerGraphPageSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParsePeerGraphSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParsePeerPageSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParsePeerSummaryPageSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParsePermissionSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseReadingSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseStatSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseSummariesSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseTrafficGraphSection(), Ntp.Analyzer.Config.Compiler.ConfigParser.ParseValue(), and Ntp.Analyzer.Config.Compiler.ConfigParser.ParseWebLinkSection().
void Ntp.Analyzer.Config.Syntax.ISyntaxNode.Assemble | ( | ISyntaxNode | node | ) |
Implemented in Ntp.Analyzer.Config.Syntax.SyntaxNode< T >.
void Ntp.Analyzer.Config.Syntax.ISyntaxNode.CompileNode | ( | ) |
Implemented in Ntp.Analyzer.Config.Syntax.SyntaxNode< T >.
Referenced by Ntp.Analyzer.Config.Syntax.MenuItemSyntaxNode.InternalCompile().
void Ntp.Analyzer.Config.Syntax.ISyntaxNode.Resolve | ( | SymbolTable | table | ) |
Implemented in Ntp.Analyzer.Config.Syntax.SyntaxNode< T >.
void Ntp.Analyzer.Config.Syntax.ISyntaxNode.Validate | ( | SymbolTable | table | ) |
Implemented in Ntp.Analyzer.Config.Syntax.SyntaxNode< T >.
|
get |
Definition at line 31 of file ISyntaxNode.cs.
Referenced by Ntp.Analyzer.Config.Syntax.SyntaxNode< WebLinkCollection >.Assemble(), and Ntp.Analyzer.Config.Syntax.MenuItemSyntaxNode.InternalCompile().
|
get |
Definition at line 32 of file ISyntaxNode.cs.
|
get |
Definition at line 33 of file ISyntaxNode.cs.
|
get |
Definition at line 35 of file ISyntaxNode.cs.
Referenced by Ntp.Analyzer.Config.Syntax.SyntaxNode< WebLinkCollection >.AddReferenceNameError(), and Ntp.Analyzer.Config.Syntax.SyntaxNode< WebLinkCollection >.AddReferenceTypeError().
|
get |
Definition at line 34 of file ISyntaxNode.cs.
|
get |
Definition at line 30 of file ISyntaxNode.cs.
Referenced by Ntp.Analyzer.Config.Compiler.ConfigParser.ParseGraphSetSection().