public final class CQLFragmentParser
extends java.lang.Object
CqlParser.| Modifier and Type | Class and Description | 
|---|---|
| static interface  | CQLFragmentParser.CQLParserFunction<R> | 
| Constructor and Description | 
|---|
| CQLFragmentParser() | 
| Modifier and Type | Method and Description | 
|---|---|
| static <R> R | parseAny(CQLFragmentParser.CQLParserFunction<R> parserFunction,
        java.lang.String input,
        java.lang.String meaning) | 
| static <R> R | parseAnyUnhandled(CQLFragmentParser.CQLParserFunction<R> parserFunction,
                 java.lang.String input)Just call a parser method in  CqlParser- does not do any error handling. | 
public static <R> R parseAny(CQLFragmentParser.CQLParserFunction<R> parserFunction, java.lang.String input, java.lang.String meaning)
public static <R> R parseAnyUnhandled(CQLFragmentParser.CQLParserFunction<R> parserFunction, java.lang.String input) throws org.antlr.runtime.RecognitionException
CqlParser - does not do any error handling.org.antlr.runtime.RecognitionExceptionCopyright © 2018 The Apache Software Foundation