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