NTP Analyzer
0.8.2
Analyze the operation of time servers
|
Public Member Functions | |
SeverityNode () | |
Public Member Functions inherited from Ntp.Analyzer.Config.Syntax.SyntaxNode< ConfigurationNode > | |
void | Add (ISyntaxNode node) |
void | Assemble (ISyntaxNode node) |
T | Compile () |
void | CompileNode () |
IEnumerator< ISyntaxNode > | GetEnumerator () |
void | Resolve (SymbolTable table) |
void | Validate (SymbolTable table) |
Properties | |
override string | SettingValue [get] |
Severity | Severity [get] |
Properties inherited from Ntp.Analyzer.Config.Syntax.Setting.SymbolSettingNode | |
Symbol | Value [get, set] |
Properties inherited from Ntp.Analyzer.Config.Syntax.Setting.SettingNode | |
Keyword | Keyword [get, protected set] |
abstract string | SettingValue [get] |
Properties inherited from Ntp.Analyzer.Config.Syntax.SyntaxNode< ConfigurationNode > | |
int | Line [get] |
string | Name [get] |
List< ISyntaxNode > | Nodes [get] |
bool | RequirePath [get] |
Symbol | Symbol [get] |
Additional Inherited Members | |
Public Attributes inherited from Ntp.Analyzer.Config.Syntax.SyntaxNode< ConfigurationNode > | |
ConfigurationNode | CompiledNode |
IEnumerable< string > | Errors |
bool | HasErrors |
Protected Member Functions inherited from Ntp.Analyzer.Config.Syntax.Setting.SymbolSettingNode | |
SymbolSettingNode (Keyword keyword, Symbol value, int line) | |
SymbolSettingNode () | |
Protected Member Functions inherited from Ntp.Analyzer.Config.Syntax.Setting.SettingNode | |
SettingNode (Keyword keyword, int line) | |
SettingNode () | |
override ConfigurationNode | InternalCompile () |
Protected Member Functions inherited from Ntp.Analyzer.Config.Syntax.SyntaxNode< ConfigurationNode > | |
SyntaxNode (Symbol symbol, string name, int line, bool requirePath=false) | |
void | AddError (string message) |
void | AddReferenceNameError (ISyntaxNode node, string keyword, string name) |
void | AddReferenceTypeError (ISyntaxNode node, string keyword, string section, string name) |
void | CheckAllIsPresent (IEnumerable< Symbol > list) |
void | CheckIsUnique (IEnumerable< Symbol > list) |
Uri | CheckLink (string link, string keyword) |
void | CheckOneIsPresent (IEnumerable< Symbol > list) |
void | CheckOnlyOneIsPresent (IEnumerable< Symbol > list) |
void | CheckTypeIs< TU > (Symbol symbol) |
void | CheckTypeIs< TU, TV > (Symbol symbol) |
virtual void | InternalResolve (SymbolTable table) |
Override to resolve references to other syntax nodes from this syntax node. More... | |
virtual void | ValidateMandatories () |
Override to validates the mandatory types in this syntax node. More... | |
virtual void | ValidateReferences (SymbolTable table) |
Override to validates the references in this syntax node. More... | |
virtual void | ValidateTypes () |
Override to validates the types in this syntax node. More... | |
Definition at line 29 of file SeverityNode.cs.
|
inline |
Definition at line 31 of file SeverityNode.cs.
References Ntp.Analyzer.Config.Table.Undefined.
|
get |
Definition at line 37 of file SeverityNode.cs.
|
get |
Definition at line 57 of file SeverityNode.cs.