ParseTree Properties | 
The ParseTree type exposes the following members.
| Name | Description | |
|---|---|---|
| CharPositionInLine | (Inherited from BaseTree.) | |
| ChildCount | (Inherited from BaseTree.) | |
| ChildIndex | BaseTree doesn't track child indexes.  (Inherited from BaseTree.) | |
| Children | 
            Get the children internal List; note that if you directly mess with
            the list, do so at your own risk.
              (Inherited from BaseTree.) | |
| IsNil | (Inherited from BaseTree.) | |
| Line | (Inherited from BaseTree.) | |
| Parent | BaseTree doesn't track parent pointers.  (Inherited from BaseTree.) | |
| Text | (Overrides BaseTreeText.) | |
| TokenStartIndex | (Overrides BaseTreeTokenStartIndex.) | |
| TokenStopIndex | (Overrides BaseTreeTokenStopIndex.) | |
| Type | (Overrides BaseTreeType.) |