Class CQLFragmentParser


  • public final class CQLFragmentParser
    extends java.lang.Object
    Helper class to encapsulate common code that calls one of the generated methods in CqlParser.
    • Constructor Detail

      • CQLFragmentParser

        public CQLFragmentParser()
    • Method Detail

      • parseAnyUnhandled

        public static <R> R parseAnyUnhandled​(CQLFragmentParser.CQLParserFunction<R> parserFunction,
                                              java.lang.String input)
                                       throws org.antlr.runtime.RecognitionException
        Just call a parser method in CqlParser - does not do any error handling.
        Throws:
        org.antlr.runtime.RecognitionException