1 write to TokenText
VisualBasicSyntaxGenerator (1)
XML\ParseTreeDescription.vb (1)
400
TokenText
= el.@<token-text>
9 references to TokenText
VisualBasicSyntaxGenerator (9)
Grammar\GrammarGenerator.vb (4)
288
If Not String.IsNullOrEmpty(nodeKind.
TokenText
) Then
289
If nodeKind.
TokenText
= "\" Then
291
ElseIf nodeKind.
TokenText
= "'" Then
294
Return New Production("'" + nodeKind.
TokenText
+ "'")
GreenNodes\GreenNodeFactoryWriter.vb (2)
158
If nodeStructure.IsToken AndAlso nodeKind.
TokenText
<> "" Then
159
tokenText = nodeKind.
TokenText
RedNodes\RedNodeFactoryWriter.vb (3)
175
If nodeStructure.IsToken AndAlso nodeKind.
TokenText
<> "" Then
176
tokenText = nodeKind.
TokenText
589
If nodeKind.
TokenText
Is Nothing Then