6 writes to Element
VisualBasicSyntaxGenerator (6)
XML\ParseTreeDescription.vb (6)
316
Me.
Element
= el
397
Me.
Element
= el
419
Me.
Element
= el
444
Me.
Element
= el
532
Me.
Element
= el
666
Me.
Element
= el
21 references to Element
VisualBasicSyntaxGenerator (21)
Util\WriteUtils.vb (4)
178
_parseTree.ReportError(nodeChild.
Element
, "separator-name was not found, but is required for separated lists")
195
nodeField.ParseTree.ReportError(nodeField.
Element
, "Bad type for field")
367
Return KindTypeReference(nodeChild.ChildKind, nodeChild.
Element
)
372
Return KindTypeReference(nodeChild.SeparatorsKind, nodeChild.
Element
)
XML\ParseTreeDescription.vb (11)
87
ReportError(RootStructure.
Element
, "More than one root node specified.")
266
ParseTree.ReportError(
Element
, "Unknown parent structure '{0}' for node-structure '{1}'", ParentStructureId, Name)
336
tree.ReportError(
Element
, "node-kind ""{0}"" already defined.", nk.Name)
385
ParseTree.ReportError(
Element
, "Unknown structure '{0}' for node-kind '{1}'", StructureId, Name)
484
Return ParseTree.ParseEnumType(FieldTypeId,
Element
)
576
Dim child = ParseTree.ParseOneNodeKind(key,
Element
)
578
Dim node = ParseTree.ParseOneNodeKind(nodeName,
Element
)
618
_childKind = ParseTree.ParseNodeKind(names,
Element
)
625
Dim copy = New ParseNodeChild(Me.
Element
, Me.ContainingStructure)
633
_defaultChildKind = CType(ParseTree.ParseNodeKind(_defaultChildKindName,
Element
), ParseNodeKind)
642
Return ParseTree.ParseNodeKind(SeparatorsTypeId,
Element
)
XML\TreeValidator.vb (6)
31
tree.ReportError(nodeStructure.
Element
, "ERROR: structure '{0}' has children, but derives from Token", nodeStructure.Name)
34
tree.ReportError(nodeStructure.
Element
, "ERROR: structure '{0}' has no children, but doesn't derive from Token or Trivia", nodeStructure.Name)
43
tree.ReportError(nodeStructure.
Element
, "ERROR: parse structure '{0}' has no node-kinds, but is not marked abstract=""true""", nodeStructure.Name)
45
tree.ReportError(nodeStructure.
Element
, "ERROR: parse structure '{0}' is marked abstract=""true"", but has a node-kind", nodeStructure.Name)
80
tree.ReportError(nodeStructure.
Element
, "ERROR: too many node kinds. Maximum kinds is {0}.", MaxSyntaxKinds)
85
tree.ReportError(nodeStructure.
Element
, "WARNING: node structure '{0}' has a single kind '{1}' with non-matching name", nodeStructure.Name, nodeStructure.NodeKinds(0).Name)