Uses of Interface
up.TreeTransformer

Uses of TreeTransformer in up
 

Methods in up that return TreeTransformer
static TreeTransformer TreeTransformers.getBinarizer()
          Returns the shared instance of the Binarizer.
static TreeTransformer TreeTransformers.getDebinarizer()
          Returns the shared instance of the Debinarizer.
static TreeTransformer TreeTransformers.getEmptySubtreeStripper()
          Returns the shared instance of the EmptySubtreeStripper.
static TreeTransformer TreeTransformers.getFunctionAnnotationStripper()
          Returns the shared instance of the FunctionAnnotationStripper.
static TreeTransformer TreeTransformers.getParentAnnotationStripper()
          Returns the shared instance of the ParentAnnotationStripper.
static TreeTransformer TreeTransformers.getParentAnnotator()
          Returns the shared instance of the ParentAnnotator.
static TreeTransformer TreeTransformers.getUnaryChainsSplicer()
          Returns the shared instance of the UnaryChainsSplicer.
 

Constructors in up with parameters of type TreeTransformer
TransformerHandler(TreeTransformer transformer)
          Constructs a new handler with the specified transformer.