Prev Package | Next Package | Frames | No Frames |
Interface Summary | |
Operators.Operator |
Class Summary | |
BinaryTree | This class represents a binary tree. |
ExactTreeGenerator | Tree generator that generates trees with exactly the given amount of unary and binary operators. |
LabeledBinaryTree | A binary tree that can be labeled. |
LabeledTreeGenerator | |
LimitedTreeGenerator | Tree generator that generates trees with at most the given amount of unary and binary operators. |
Operators | |
Operators.BinaryOperator | |
Operators.Invariant | |
Operators.UnaryOperator | |
StateStack<E> | Abstract class for handling state in the tree generators. |
TreeGenerator | |
TreeGenerator.TreeGeneratorStateStack | Private class to represent the stack of the TreeGenerator . |