Syntax |
The SyntaxTree Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| Children |
List of the children of a node.
(Inherited from GenericTreeT) | |
| NodeName | The name of the node. | |
| NodeType | The type of node. |
| Name | Description of the | |
|---|---|---|
| Climb2Top |
Shimmies up through the tree (up to the root)
and calls up the action for each node.
(Inherited from GenericTreeT) | |
| Parse | Creates a text expression from a text expression with pre-parsed tokens. equivalent syntax tree. | |
| Show | Places the SyntaxTree as a tree representation in a StringList. | |
| ShowFlat | Represents the SyntaxTree as a normalised text expression. | |
| Traverse(ActionInt32, T) |
Goes recursively through the tree and calls the action for each node.
(Inherited from GenericTreeT) | |
| Traverse(FuncInt32, T, Object, Object) |
Goes recursively through the tree and calls the action for each node.
(Inherited from GenericTreeT) | |
| Traverse(Int32, ActionInt32, T) |
Recursive auxiliary routine for the public routine 'Traverse'.
(Inherited from GenericTreeT) | |
| Traverse(Int32, FuncInt32, T, Object, Object, Object) |
Recursive auxiliary routine for the public routine 'Traverse'.
(Inherited from GenericTreeT) |
| Name | Description of the | |
|---|---|---|
| Mother |
The owner of the node.
(Inherited from GenericTreeT) |