public interface LighterASTNode
Modifier and Type | Field and Description |
---|---|
static LighterASTNode[] |
EMPTY_ARRAY |
Modifier and Type | Method and Description |
---|---|
int |
getEndOffset() |
int |
getStartOffset() |
default int |
getTextLength() |
IElementType |
getTokenType() |
static final LighterASTNode[] EMPTY_ARRAY
IElementType getTokenType()
int getStartOffset()
int getEndOffset()
default int getTextLength()