22 using System.Collections.Generic;
29 namespace Ntp.Analyzer.Config.Syntax
41 var prefixval = prefix?.
Value;
42 var nodes = Nodes.OfType<StringSettingNode>().Where(n => n.Symbol ==
Symbol.KeywordDirectory);
49 CheckIsUnique(
new List<Symbol> {
Symbol.KeywordPrefix});
50 CheckAllIsPresent(
new List<Symbol> {
Symbol.KeywordDirectory});
55 CheckTypeIs<StringSettingNode>(
Symbol.KeywordPrefix);
56 CheckTypeIs<StringSettingNode>(
Symbol.KeywordDirectory);
override DirectoryCollection InternalCompile()
override void ValidateMandatories()
Override to validates the mandatory types in this syntax node.
DirDestinationSyntaxNode(string name, int line)
override void ValidateTypes()
Override to validates the types in this syntax node.