Interface | Description |
---|---|
TreeVisitor<T> |
Generic tree visitor supporting all type type.
|
Class | Description |
---|---|
CalculationVisitor |
This visitor can calculate the formula result reprented by the tree.
|
HeigtVisitor |
This visitor can calculate the
Tree height. |
NodeCountVisitor |
This visitor can count the total node number of a
Tree . |