![]() | Syntax |
The SyntaxTree Type exposes the following members.
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) |