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, whitespace
public LazyParseableElement createLazy(ILazyParseableElementType type, java.lang.CharSequence text)
createLazy
in class ASTFactory
public CompositeElement createComposite(IElementType type)
createComposite
in class ASTFactory
public LeafElement createLeaf(IElementType type, java.lang.CharSequence text)
createLeaf
in class ASTFactory
public LeafElement createComment(IElementType type, java.lang.CharSequence text)
createComment
in interface DefaultASTFactory