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, whitespacepublic LeafElement createLeaf(IElementType type, java.lang.CharSequence text)
createLeaf in class ASTFactorypublic CompositeElement createComposite(IElementType type)
createComposite in class ASTFactory