public class DefaultASTFactoryImpl extends ASTFactory implements DefaultASTFactory
ASTFactory.DefaultFactoryHolder| Constructor and Description |
|---|
DefaultASTFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
LeafElement |
createComment(IElementType type,
java.lang.CharSequence text) |
CompositeElement |
createComposite(IElementType type) |
LazyParseableElement |
createLazy(ILazyParseableElementType type,
java.lang.CharSequence text) |
LeafElement |
createLeaf(IElementType type,
java.lang.CharSequence text) |
composite, lazy, leaf, whitespacepublic LazyParseableElement createLazy(ILazyParseableElementType type, java.lang.CharSequence text)
createLazy in class ASTFactorypublic CompositeElement createComposite(IElementType type)
createComposite in class ASTFactorypublic LeafElement createLeaf(IElementType type, java.lang.CharSequence text)
createLeaf in class ASTFactorypublic LeafElement createComment(IElementType type, java.lang.CharSequence text)
createComment in interface DefaultASTFactory