19 references to IsTerminal
VisualBasicSyntaxGenerator (19)
GreenNodes\GreenNodeFactoryWriter.vb (5)
181
If nodeStructure.
IsTerminal
Then
205
If nodeStructure.
IsTerminal
Then
235
If nodeStructure.
IsTerminal
Then
263
If (nodeStructure.
IsTerminal
OrElse
334
If nodeStructure.
IsTerminal
Then
GreenNodes\GreenNodeWriter.vb (1)
318
If nodeStructure.
IsTerminal
Then
RedNodes\RedNodeFactoryWriter.vb (5)
243
If nodeStructure.
IsTerminal
Then
348
If nodeStructure.
IsTerminal
Then
382
Dim isTextNecessary = nodeStructure.
IsTerminal
AndAlso Not isPunctuation
674
If nodeStructure.
IsTerminal
Then
692
Dim isTextNecessary = nodeStructure.
IsTerminal
AndAlso Not isPunctuation
RedNodes\RedNodeWriter.vb (6)
156
If parentStructure IsNot Nothing AndAlso nodeStructure.
IsTerminal
<> parentStructure.
IsTerminal
Then
306
_writer.WriteLine(" Return {0}", If(nodeStructure.
IsTerminal
, "True", "False"))
343
If nodeStructure.
IsTerminal
Then
373
If nodeStructure.
IsTerminal
Then
415
If nodeStructure.
IsTerminal
Then
Tests\TestWriter.vb (2)
163
If nodeStructure.
IsTerminal
Then
240
If nodeStructure.
IsTerminal
AndAlso Not nodeStructure.IsTrivia AndAlso nodeStructure.Name = "KeywordSyntax" Then