A B C D E G H I L M N P R S T U

T

toString() - Method in class up.Tree
Returns a string representation of this tree.
transform(Tree) - Method in interface up.TreeTransformer
Transform the specified tree.
TransformerHandler - Class in up
Sends the next tree through a chain of tree transformers.
TransformerHandler(TreeTransformer) - Constructor for class up.TransformerHandler
Constructs a new handler with the specified transformer.
TraversalHandler - Interface in up
Receive notifications about a tree traversal.
traverseLeftToRight(TraversalHandler) - Method in class up.Tree
Traverses this tree left-to-right, sending notifications to the specified handler.
traverseLeftToRight(TreePredicate, TraversalHandler) - Method in class up.Tree
Traverses this tree left-to-right, sending notifications to the specified handler.
traverseRightToLeft(TraversalHandler) - Method in class up.Tree
Traverses this tree right-to-left, sending notifications to the specified handler.
traverseRightToLeft(TreePredicate, TraversalHandler) - Method in class up.Tree
Traverses this tree right-to-left, sending notifications to the specified handler.
Tree - Class in up
A phrase structure tree.
Tree(String) - Constructor for class up.Tree
Constructs a new tree with the specified label
Tree() - Constructor for class up.Tree
Construct a new tree with a null label.
TreeCounter - Class in up
A counter for trees.
TreeCounter(int) - Constructor for class up.TreeCounter
Constructs a new counter.
TreeCounter() - Constructor for class up.TreeCounter
Constructs a new counter that reports the current count after each 1000 trees.
TreeHandler - Interface in up
Receive notifications about a stream of trees.
TreePredicate - Interface in up
A predicate for trees.
TreePrinter - Class in up
A tree handler that prints the trees in a stream.
TreePrinter() - Constructor for class up.TreePrinter
Constructs a new printer that prints trees to the standard output stream.
TreePrinter(File) - Constructor for class up.TreePrinter
Constructs a new printer that prints trees to the specified file.
TreeTransformer - Interface in up
Transform a tree.
TreeTransformers - Class in up
A collection of tree transformers.

A B C D E G H I L M N P R S T U