Class PolyglotParser
- java.lang.Object
-
- org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
- org.antlr.v4.runtime.Parser
-
- de.hybris.platform.persistence.polyglot.search.dialect.generated.PolyglotParser
-
public class PolyglotParser extends org.antlr.v4.runtime.Parser
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPolyglotParser.Attribute_keyContextstatic classPolyglotParser.Expr_andContextstatic classPolyglotParser.Expr_atomContextstatic classPolyglotParser.Expr_orContextstatic classPolyglotParser.Order_byContextstatic classPolyglotParser.Order_keyContextstatic classPolyglotParser.QueryContextstatic classPolyglotParser.Type_keyContextstatic classPolyglotParser.Where_clauseContext
-
Field Summary
Fields Modifier and Type Field Description static org.antlr.v4.runtime.atn.ATN_ATNprotected static org.antlr.v4.runtime.dfa.DFA[]_decisionToDFAstatic java.lang.String_serializedATNprotected static org.antlr.v4.runtime.atn.PredictionContextCache_sharedContextCachestatic intAND_OPERATORstatic intCMP_OPERATORstatic intGETstatic intIDENTIFIERstatic intNULL_OPERATORstatic intOR_OPERATORstatic intORDER_BYstatic intORDER_DIRECTIONstatic intRULE_attribute_keystatic intRULE_expr_andstatic intRULE_expr_atomstatic intRULE_expr_orstatic intRULE_order_bystatic intRULE_order_keystatic intRULE_querystatic intRULE_type_keystatic intRULE_where_clausestatic java.lang.String[]ruleNamesstatic intT__0static intT__1static intT__2static intT__3static intT__4static intT__5static intT__6static intT__7static java.lang.String[]tokenNamesDeprecated, for removal: This API element is subject to removal in a future version.UseVOCABULARYinstead.static org.antlr.v4.runtime.VocabularyVOCABULARYstatic intWHEREstatic intWS
-
Constructor Summary
Constructors Constructor Description PolyglotParser(org.antlr.v4.runtime.TokenStream input)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PolyglotParser.Attribute_keyContextattribute_key()PolyglotParser.Expr_andContextexpr_and()PolyglotParser.Expr_atomContextexpr_atom()PolyglotParser.Expr_orContextexpr_or()org.antlr.v4.runtime.atn.ATNgetATN()java.lang.StringgetGrammarFileName()java.lang.String[]getRuleNames()java.lang.StringgetSerializedATN()java.lang.String[]getTokenNames()Deprecated, for removal: This API element is subject to removal in a future version.org.antlr.v4.runtime.VocabularygetVocabulary()PolyglotParser.Order_byContextorder_by()PolyglotParser.Order_keyContextorder_key()PolyglotParser.QueryContextquery()PolyglotParser.Type_keyContexttype_key()PolyglotParser.Where_clauseContextwhere_clause()-
Methods inherited from class org.antlr.v4.runtime.Parser
addContextToParseTree, addParseListener, compileParseTreePattern, compileParseTreePattern, consume, createErrorNode, createTerminalNode, dumpDFA, enterOuterAlt, enterRecursionRule, enterRecursionRule, enterRule, exitRule, getATNWithBypassAlts, getBuildParseTree, getContext, getCurrentToken, getDFAStrings, getErrorHandler, getExpectedTokens, getExpectedTokensWithinCurrentRule, getInputStream, getInvokingContext, getNumberOfSyntaxErrors, getParseInfo, getParseListeners, getPrecedence, getRuleContext, getRuleIndex, getRuleInvocationStack, getRuleInvocationStack, getSourceName, getTokenFactory, getTokenStream, getTrimParseTree, inContext, isExpectedToken, isMatchedEOF, isTrace, match, matchWildcard, notifyErrorListeners, notifyErrorListeners, precpred, pushNewRecursionContext, removeParseListener, removeParseListeners, reset, setBuildParseTree, setContext, setErrorHandler, setInputStream, setProfile, setTokenFactory, setTokenStream, setTrace, setTrimParseTree, triggerEnterRuleEvent, triggerExitRuleEvent, unrollRecursionContexts
-
Methods inherited from class org.antlr.v4.runtime.Recognizer
action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState
-
-
-
-
Field Detail
-
_decisionToDFA
protected static final org.antlr.v4.runtime.dfa.DFA[] _decisionToDFA
-
_sharedContextCache
protected static final org.antlr.v4.runtime.atn.PredictionContextCache _sharedContextCache
-
T__0
public static final int T__0
- See Also:
- Constant Field Values
-
T__1
public static final int T__1
- See Also:
- Constant Field Values
-
T__2
public static final int T__2
- See Also:
- Constant Field Values
-
T__3
public static final int T__3
- See Also:
- Constant Field Values
-
T__4
public static final int T__4
- See Also:
- Constant Field Values
-
T__5
public static final int T__5
- See Also:
- Constant Field Values
-
T__6
public static final int T__6
- See Also:
- Constant Field Values
-
T__7
public static final int T__7
- See Also:
- Constant Field Values
-
ORDER_BY
public static final int ORDER_BY
- See Also:
- Constant Field Values
-
GET
public static final int GET
- See Also:
- Constant Field Values
-
WHERE
public static final int WHERE
- See Also:
- Constant Field Values
-
CMP_OPERATOR
public static final int CMP_OPERATOR
- See Also:
- Constant Field Values
-
NULL_OPERATOR
public static final int NULL_OPERATOR
- See Also:
- Constant Field Values
-
AND_OPERATOR
public static final int AND_OPERATOR
- See Also:
- Constant Field Values
-
OR_OPERATOR
public static final int OR_OPERATOR
- See Also:
- Constant Field Values
-
ORDER_DIRECTION
public static final int ORDER_DIRECTION
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
-
WS
public static final int WS
- See Also:
- Constant Field Values
-
RULE_query
public static final int RULE_query
- See Also:
- Constant Field Values
-
RULE_where_clause
public static final int RULE_where_clause
- See Also:
- Constant Field Values
-
RULE_type_key
public static final int RULE_type_key
- See Also:
- Constant Field Values
-
RULE_expr_or
public static final int RULE_expr_or
- See Also:
- Constant Field Values
-
RULE_expr_and
public static final int RULE_expr_and
- See Also:
- Constant Field Values
-
RULE_expr_atom
public static final int RULE_expr_atom
- See Also:
- Constant Field Values
-
RULE_attribute_key
public static final int RULE_attribute_key
- See Also:
- Constant Field Values
-
RULE_order_key
public static final int RULE_order_key
- See Also:
- Constant Field Values
-
RULE_order_by
public static final int RULE_order_by
- See Also:
- Constant Field Values
-
ruleNames
public static final java.lang.String[] ruleNames
-
VOCABULARY
public static final org.antlr.v4.runtime.Vocabulary VOCABULARY
-
tokenNames
@Deprecated(since="ages", forRemoval=true) public static final java.lang.String[] tokenNamesDeprecated, for removal: This API element is subject to removal in a future version.UseVOCABULARYinstead.
-
_serializedATN
public static final java.lang.String _serializedATN
- See Also:
- Constant Field Values
-
_ATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
-
-
Method Detail
-
getTokenNames
@Deprecated(since="ages", forRemoval=true) public java.lang.String[] getTokenNames()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTokenNamesin classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getVocabulary
public org.antlr.v4.runtime.Vocabulary getVocabulary()
- Overrides:
getVocabularyin classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getGrammarFileName
public java.lang.String getGrammarFileName()
- Specified by:
getGrammarFileNamein classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getRuleNames
public java.lang.String[] getRuleNames()
- Specified by:
getRuleNamesin classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getSerializedATN
public java.lang.String getSerializedATN()
- Overrides:
getSerializedATNin classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getATN
public org.antlr.v4.runtime.atn.ATN getATN()
- Specified by:
getATNin classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
query
public final PolyglotParser.QueryContext query() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
where_clause
public final PolyglotParser.Where_clauseContext where_clause() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
type_key
public final PolyglotParser.Type_keyContext type_key() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
expr_or
public final PolyglotParser.Expr_orContext expr_or() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
expr_and
public final PolyglotParser.Expr_andContext expr_and() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
expr_atom
public final PolyglotParser.Expr_atomContext expr_atom() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
attribute_key
public final PolyglotParser.Attribute_keyContext attribute_key() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
order_key
public final PolyglotParser.Order_keyContext order_key() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
order_by
public final PolyglotParser.Order_byContext order_by() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
-