接口 FlexLexer


@NonNls public interface FlexLexer
  • 方法详细资料

    • yybegin

      void yybegin(int state)
    • yystate

      int yystate()
    • getTokenStart

      int getTokenStart()
    • getTokenEnd

      int getTokenEnd()
    • advance

      @Nullable @Nullable IElementType advance() throws IOException
      抛出:
      IOException
    • advanceUnchecked

      @Nullable default @Nullable IElementType advanceUnchecked()
      Generated implementation of advance() method do not throw IOException.
    • allTheWayDown

      @NotNull default @NotNull kala.collection.immutable.ImmutableSeq<FlexLexer.Token> allTheWayDown()
    • reset

      void reset(CharSequence buf, int start, int end, int initialState)