Interface SqlCommentParser.IndexedSqlCharConsumer

  • Enclosing class:
    SqlCommentParser
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface SqlCommentParser.IndexedSqlCharConsumer
    Index-aware variant of SqlCommentParser.SqlCharConsumer. The third argument is the source-string index of the emitted character. For synthetic characters (the space emitted after a comment), the index is the position of the character that ended the comment.