Definition at line 28 of file SchematicValidator.cs.
Ntp.Analyzer.Config.Compiler.SchematicValidator.SchematicValidator |
( |
ISyntaxNode |
root | ) |
|
|
inline |
void Ntp.Analyzer.Config.Compiler.SchematicValidator.Execute |
( |
| ) |
|
|
inline |
void Ntp.Analyzer.Config.Compiler.SchematicValidator.Validate |
( |
ISyntaxNode |
node | ) |
|
|
inlineprivate |
Definition at line 49 of file SchematicValidator.cs.
51 foreach (var child
in node)
57 errors.AddRange(child.Errors);
void Validate(ISyntaxNode node)
readonly List< string > errors
readonly List<string> Ntp.Analyzer.Config.Compiler.SchematicValidator.errors |
|
private |
IEnumerable<string> Ntp.Analyzer.Config.Compiler.SchematicValidator.Errors => errors |
readonly ISyntaxNode Ntp.Analyzer.Config.Compiler.SchematicValidator.root |
|
private |
SymbolTable Ntp.Analyzer.Config.Compiler.SchematicValidator.SymbolTable |
|
getset |
The documentation for this class was generated from the following file: