com.intellij.lexer
Interface LexerPosition


public interface LexerPosition

Specifies the state and position of a lexer.


Method Summary
 int getOffset()
          Returns the current offset of the lexer.
 LexerState getState()
           
 

Method Detail

getOffset

int getOffset()
Returns the current offset of the lexer.

Returns:
the lexer offset

getState

LexerState getState()