Click or drag to resize

ParseTree Properties

The ParseTree type exposes the following members.

Properties
  NameDescription
Public propertyCharPositionInLine (Inherited from BaseTree.)
Public propertyChildCount (Inherited from BaseTree.)
Public propertyChildIndex
BaseTree doesn't track child indexes.
(Inherited from BaseTree.)
Public propertyChildren
Get the children internal List; note that if you directly mess with the list, do so at your own risk.
(Inherited from BaseTree.)
Public propertyIsNil (Inherited from BaseTree.)
Public propertyLine (Inherited from BaseTree.)
Public propertyParent
BaseTree doesn't track parent pointers.
(Inherited from BaseTree.)
Public propertyText (Overrides BaseTreeText.)
Public propertyTokenStartIndex (Overrides BaseTreeTokenStartIndex.)
Public propertyTokenStopIndex (Overrides BaseTreeTokenStopIndex.)
Public propertyType (Overrides BaseTreeType.)
Top
See Also