Interface LexerBasedHighlighter.JflexLexer

  • Enclosing class:
    LexerBasedHighlighter

    public static interface LexerBasedHighlighter.JflexLexer
    Generated lexers should implement this interface.
    • Method Detail

      • nextSpan

        @Nullable java.util.Set<java.lang.String> nextSpan()
                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • yylength

        int yylength()