JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
aya.ij.parsing.core
Package
com.intellij.lexer
Interface LexerPosition
public interface
LexerPosition
Specifies the state and position of a lexer.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
getOffset
()
Returns the current offset of the lexer.
int
getState
()
Method Details
getOffset
int
getOffset
()
Returns the current offset of the lexer.
Returns:
the lexer offset
getState
int
getState
()