public class JavaASTFactory extends ASTFactory
ASTFactory.DefaultFactoryHolder
Constructor and Description |
---|
JavaASTFactory() |
Modifier and Type | Method and Description |
---|---|
CompositeElement |
createComposite(IElementType type) |
LeafElement |
createLeaf(IElementType type,
java.lang.CharSequence text) |
composite, createLazy, lazy, leaf, whitespace
public LeafElement createLeaf(IElementType type, java.lang.CharSequence text)
createLeaf
in class ASTFactory
public CompositeElement createComposite(IElementType type)
createComposite
in class ASTFactory