public static class JavaElementType.JavaDummyElementType extends ILazyParseableElementType implements ICompositeElementType
IElementType.PredicateLANGUAGE_KEYARRAY_FACTORY, EMPTY_ARRAY, FIRST_TOKEN_INDEX, TRUE| Modifier and Type | Method and Description |
|---|---|
ASTNode |
createCompositeNode() |
ASTNode |
parseContents(ASTNode chameleon)
Parses the contents of the specified chameleon node and returns the AST tree
representing the parsed contents.
|
createNode, doParseContents, getLanguageForParser, parseLight, reuseCollapsedTokensenumerate, find, getIndex, getLanguage, hashCode, isLeftBound, toString, unregisterElementTypes, unregisterElementTypespublic ASTNode createCompositeNode()
createCompositeNode in interface ICompositeElementTypepublic ASTNode parseContents(ASTNode chameleon)
ILazyParseableElementTypeparseContents in interface ILazyParseableElementTypeBaseparseContents in class ILazyParseableElementTypechameleon - the node to parse.