Class LookAheadLexer.LookAheadLexerPosition

java.lang.Object
com.intellij.lexer.LookAheadLexer.LookAheadLexerPosition
All Implemented Interfaces:
LexerPosition
Enclosing class:
LookAheadLexer

protected static class LookAheadLexer.LookAheadLexerPosition extends Object implements LexerPosition
  • Constructor Details

  • Method Details

    • getCustomMap

      @NotNull public @NotNull ImmutableUserMap getCustomMap()
    • getOffset

      public int getOffset()
      Description copied from interface: LexerPosition
      Returns the current offset of the lexer.
      Specified by:
      getOffset in interface LexerPosition
      Returns:
      the lexer offset
    • getState

      public int getState()
      Specified by:
      getState in interface LexerPosition