NTP Analyzer  0.8.2
Analyze the operation of time servers
Ntp.Analyzer.Config.Syntax.Setting.NumericSettingNode Class Reference
Inheritance diagram for Ntp.Analyzer.Config.Syntax.Setting.NumericSettingNode:
Collaboration diagram for Ntp.Analyzer.Config.Syntax.Setting.NumericSettingNode:

Public Member Functions

 NumericSettingNode (Keyword keyword, double value, int line)
 
 NumericSettingNode ()
 
- Public Member Functions inherited from Ntp.Analyzer.Config.Syntax.SyntaxNode< ConfigurationNode >
void Add (ISyntaxNode node)
 
void Assemble (ISyntaxNode node)
 
Compile ()
 
void CompileNode ()
 
IEnumerator< ISyntaxNodeGetEnumerator ()
 
void Resolve (SymbolTable table)
 
void Validate (SymbolTable table)
 

Public Attributes

override string SettingValue => "a numeric value"
 
- Public Attributes inherited from Ntp.Analyzer.Config.Syntax.SyntaxNode< ConfigurationNode >
ConfigurationNode CompiledNode
 
IEnumerable< string > Errors
 
bool HasErrors
 

Properties

double Value [get]
 
- 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< ISyntaxNodeNodes [get]
 
bool RequirePath [get]
 
Symbol Symbol [get]
 

Additional Inherited Members

- 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...
 

Detailed Description

Definition at line 26 of file NumericSettingNode.cs.

Constructor & Destructor Documentation

Ntp.Analyzer.Config.Syntax.Setting.NumericSettingNode.NumericSettingNode ( Keyword  keyword,
double  value,
int  line 
)
inline

Definition at line 28 of file NumericSettingNode.cs.

29  : base(keyword, line)
30  {
31  Value = value;
32  }
Ntp.Analyzer.Config.Syntax.Setting.NumericSettingNode.NumericSettingNode ( )
inline

Definition at line 34 of file NumericSettingNode.cs.

35  {
36  }

Member Data Documentation

override string Ntp.Analyzer.Config.Syntax.Setting.NumericSettingNode.SettingValue => "a numeric value"

Definition at line 38 of file NumericSettingNode.cs.

Property Documentation

double Ntp.Analyzer.Config.Syntax.Setting.NumericSettingNode.Value
get

Definition at line 40 of file NumericSettingNode.cs.


The documentation for this class was generated from the following file: