6 writes to ParseTree
VisualBasicSyntaxGenerator (6)
XML\ParseTreeDescription.vb (6)
315
Me.
ParseTree
= tree
396
Me.
ParseTree
= struct.ParseTree
418
ParseTree
= tree
443
Me.
ParseTree
= struct.ParseTree
531
Me.
ParseTree
= struct.ParseTree
665
ParseTree
= tree
18 references to ParseTree
VisualBasicSyntaxGenerator (18)
Util\WriteUtils.vb (1)
195
nodeField.
ParseTree
.ReportError(nodeField.Element, "Bad type for field")
XML\ParseTreeDescription.vb (17)
265
If Not
ParseTree
.NodeStructures.TryGetValue(ParentStructureId, nodeStructure) Then
266
ParseTree
.ReportError(Element, "Unknown parent structure '{0}' for node-structure '{1}'", ParentStructureId, Name)
307
Return IsToken OrElse (Not
ParseTree
.HasAnyChildren(Me) AndAlso Not Me.Abstract)
346
Return New List(Of ParseNodeKind)(From kvPair In
ParseTree
.NodeKinds Where
ParseTree
.IsAncestorOrSame(Me, kvPair.Value.NodeStructure) Select kvPair.Value)
384
If Not
ParseTree
.NodeStructures.TryGetValue(StructureId, parseNodeStructure) Then
385
ParseTree
.ReportError(Element, "Unknown structure '{0}' for node-kind '{1}'", StructureId, Name)
396
Me.ParseTree = struct.
ParseTree
443
Me.ParseTree = struct.
ParseTree
484
Return
ParseTree
.ParseEnumType(FieldTypeId, Element)
531
Me.ParseTree = struct.
ParseTree
565
ParseTree
.ReportError(el, "Cannot have both kind attribute on child and also have kind sub element in child.")
576
Dim child =
ParseTree
.ParseOneNodeKind(key, Element)
578
Dim node =
ParseTree
.ParseOneNodeKind(nodeName, Element)
618
_childKind =
ParseTree
.ParseNodeKind(names, Element)
633
_defaultChildKind = CType(
ParseTree
.ParseNodeKind(_defaultChildKindName, Element), ParseNodeKind)
642
Return
ParseTree
.ParseNodeKind(SeparatorsTypeId, Element)