public interface LighterLazyParseableNode extends LighterASTNode
Modifier and Type | Interface and Description |
---|---|
static interface |
LighterLazyParseableNode.Visitor |
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
boolean |
accept(LighterLazyParseableNode.Visitor visitor) |
CharTable |
getCharTable() |
PsiFile |
getContainingFile() |
java.lang.CharSequence |
getText() |
getEndOffset, getStartOffset, getTextLength, getTokenType
PsiFile getContainingFile()
CharTable getCharTable()
java.lang.CharSequence getText()
boolean accept(LighterLazyParseableNode.Visitor visitor)