Click or drag to resize

ITree Properties

The ITree type exposes the following members.

Properties
  NameDescription
Public propertyCharPositionInLine
Public propertyChildCount
Public propertyChildIndex
This node is what child index? 0..n-1
Public propertyIsNil
Indicates the node is a nil node but may still have children, meaning the tree is a flat list.
Public propertyLine
In case we don't have a token payload, what is the line for errors?
Public propertyParent
Public propertyText
Public propertyTokenStartIndex
What is the smallest token index (indexing from 0) for this node and its children?
Public propertyTokenStopIndex
What is the largest token index (indexing from 0) for this node and its children?
Public propertyType
Return a token type; needed for tree parsing
Top
See Also