接口 LexerPosition


public interface LexerPosition
Specifies the state and position of a lexer.
  • 方法概要

    修饰符和类型
    方法
    说明
    int
    Returns the current offset of the lexer.
    int
     
  • 方法详细资料

    • getOffset

      int getOffset()
      Returns the current offset of the lexer.
      返回:
      the lexer offset
    • getState

      int getState()