32 references to NodeStructures
VisualBasicSyntaxGenerator (32)
Grammar\GrammarGenerator.vb (4)
30
_parseTree.
NodeStructures
.Add("Modifier", New ParseNodeStructure(
39
_rules = Me._parseTree.
NodeStructures
.Values.ToDictionary(
42
Dim nonTokens = _parseTree.
NodeStructures
.Values.Where(Function(n) Not n.IsToken)
43
Dim tokens = _parseTree.
NodeStructures
.Values.Where(Function(n) n.IsToken)
GreenNodes\GreenNodeFactoryWriter.vb (1)
62
For Each nodeStructure In _parseTree.
NodeStructures
.Values
GreenNodes\GreenNodeWriter.vb (3)
75
For Each nodeStructure In _parseTree.
NodeStructures
.Values
604
For Each nodeStructure In _parseTree.
NodeStructures
.Values
642
For Each nodeStructure In _parseTree.
NodeStructures
.Values
RedNodes\RedNodeFactoryWriter.vb (1)
54
For Each nodeStructure In _parseTree.
NodeStructures
.Values
RedNodes\RedNodeWriter.vb (3)
76
For Each nodeStructure In _parseTree.
NodeStructures
.Values
909
For Each nodeStructure In _parseTree.
NodeStructures
.Values
940
For Each nodeStructure In _parseTree.
NodeStructures
.Values
RedNodes\SyntaxFactsWriter.vb (2)
62
For Each nodeStructure In _parseTree.
NodeStructures
.Values
81
For Each nodeStructure In _parseTree.
NodeStructures
.Values
Tests\TestWriter.vb (4)
89
For Each nodeStructure In _parseTree.
NodeStructures
.Values
460
For Each nodeStructure In _parseTree.
NodeStructures
.Values
514
For Each nodeStructure In _parseTree.
NodeStructures
.Values
551
For Each nodeStructure In _parseTree.
NodeStructures
.Values
Util\WriteCsvNames.vb (2)
51
For Each nodeStructure In _parseTree.
NodeStructures
.Values
105
For Each nodeStructure In _parseTree.
NodeStructures
.Values
Util\WriteDumper.vb (1)
83
For Each nodeStructure In _parseTree.
NodeStructures
.Values
XML\ParseTreeDescription.vb (4)
84
For Each struct In
NodeStructures
.Values
200
If Not
NodeStructures
.TryGetValue(nodeTypeString, nodeStructure) Then
265
If Not ParseTree.
NodeStructures
.TryGetValue(ParentStructureId, nodeStructure) Then
384
If Not ParseTree.
NodeStructures
.TryGetValue(StructureId, parseNodeStructure) Then
XML\ReadTree.vb (2)
44
If tree.
NodeStructures
.ContainsKey(struct.@name) Then
47
tree.
NodeStructures
.Add(struct.@name, New ParseNodeStructure(struct, tree))
XML\TreeValidator.vb (5)
26
For Each nodeStructure As ParseNodeStructure In tree.
NodeStructures
.Values
41
For Each nodeStructure As ParseNodeStructure In tree.
NodeStructures
.Values
59
For Each nodeStructure As ParseNodeStructure In tree.
NodeStructures
.Values
65
For Each struct In tree.
NodeStructures
.Values
77
For Each nodeStructure In tree.
NodeStructures
.Values