接口 FlexLexer


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

    • yybegin

      void yybegin(int state)
    • yystate

      int yystate()
    • getTokenStart

      int getTokenStart()
    • getTokenEnd

      int getTokenEnd()
    • advance

      IElementType advance() throws IOException
      抛出:
      IOException
    • reset

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