public interface NodeStructure<T>
Modifier and Type | Field and Description |
---|---|
static NodeStructure<ASTNode> |
AST_NODE_STRUCTURE |
static NodeStructure<LighterASTNode> |
LIGHTER_NODE_STRUCTURE |
Modifier and Type | Method and Description |
---|---|
int |
getEndOffset(T node) |
int |
getStartOffset(T node) |
IElementType |
getTokenType(T node) |
static final NodeStructure<LighterASTNode> LIGHTER_NODE_STRUCTURE
static final NodeStructure<ASTNode> AST_NODE_STRUCTURE
int getStartOffset(T node)
int getEndOffset(T node)
IElementType getTokenType(T node)