1 write to Abstract
VisualBasicSyntaxGenerator (1)
XML\ParseTreeDescription.vb (1)
323
Abstract
= If(CType(el.Attribute("abstract"), Boolean?), False)
8 references to Abstract
VisualBasicSyntaxGenerator (8)
GreenNodes\GreenNodeWriter.vb (2)
371
If Not nodeStructure.
Abstract
Then
656
If nodeStructure.
Abstract
Then
RedNodes\RedNodeWriter.vb (2)
720
If nodeStructure.ParentStructure IsNot Nothing AndAlso Not nodeStructure.ParentStructure.
Abstract
Then
954
If nodeStructure.
Abstract
Then
XML\ParseTreeDescription.vb (1)
307
Return IsToken OrElse (Not ParseTree.HasAnyChildren(Me) AndAlso Not Me.
Abstract
)
XML\TreeValidator.vb (3)
33
If Not hasAnyChildren AndAlso Not nodeStructure.
Abstract
AndAlso Not (nodeStructure.IsToken OrElse nodeStructure.IsTrivia) Then
42
If tree.IsAbstract(nodeStructure) And Not nodeStructure.
Abstract
Then
44
ElseIf Not tree.IsAbstract(nodeStructure) And nodeStructure.
Abstract
Then