public static class JavaElementType.JavaDummyElementType extends ILazyParseableElementType implements ICompositeElementType
IElementType.Predicate
LANGUAGE_KEY
ARRAY_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, reuseCollapsedTokens
enumerate, find, getIndex, getLanguage, hashCode, isLeftBound, toString, unregisterElementTypes, unregisterElementTypes
public ASTNode createCompositeNode()
createCompositeNode
in interface ICompositeElementType
public ASTNode parseContents(ASTNode chameleon)
ILazyParseableElementType
parseContents
in interface ILazyParseableElementTypeBase
parseContents
in class ILazyParseableElementType
chameleon
- the node to parse.