@FunctionalInterface
public interface ILazyParseableElementTypeBase
IElementType
instances for tokens which should be parsed lazily, but
for some reasons extending ILazyParseableElementType
is impossible.Modifier and Type | Method and Description |
---|---|
ASTNode |
parseContents(ASTNode chameleon)
Parses the contents of the specified chameleon node and returns the AST tree
representing the parsed contents.
|
default boolean |
reuseCollapsedTokens() |
ASTNode parseContents(ASTNode chameleon)
chameleon
- the node to parse.default boolean reuseCollapsedTokens()