|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectup.TreeTransformers
public class TreeTransformers
A collection of tree transformers.
Method Summary | |
---|---|
static TreeTransformer |
getBinarizer()
Returns the shared instance of the Binarizer . |
static TreeTransformer |
getDebinarizer()
Returns the shared instance of the Debinarizer . |
static TreeTransformer |
getEmptySubtreeStripper()
Returns the shared instance of the EmptySubtreeStripper . |
static TreeTransformer |
getFunctionAnnotationStripper()
Returns the shared instance of the FunctionAnnotationStripper . |
static TreeTransformer |
getParentAnnotationStripper()
Returns the shared instance of the ParentAnnotationStripper . |
static TreeTransformer |
getParentAnnotator()
Returns the shared instance of the ParentAnnotator . |
static TreeTransformer |
getUnaryChainsSplicer()
Returns the shared instance of the UnaryChainsSplicer . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TreeTransformer getFunctionAnnotationStripper()
FunctionAnnotationStripper
.
FunctionAnnotationStripper
public static TreeTransformer getEmptySubtreeStripper()
EmptySubtreeStripper
.
EmptySubtreeStripper
public static TreeTransformer getUnaryChainsSplicer()
UnaryChainsSplicer
.
UnaryChainsSplicer
public static TreeTransformer getBinarizer()
Binarizer
.
Binarizer
public static TreeTransformer getDebinarizer()
Debinarizer
.
Debinarizer
public static TreeTransformer getParentAnnotator()
ParentAnnotator
.
ParentAnnotator
public static TreeTransformer getParentAnnotationStripper()
ParentAnnotationStripper
.
ParentAnnotationStripper
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |