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