public static class QueryParser.ExprContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
ExprContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
QueryParser.AndContext |
and() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
QueryParser.EqContext |
eq() |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
QueryParser.GtContext |
gt() |
QueryParser.GteContext |
gte() |
QueryParser.LtContext |
lt() |
QueryParser.LteContext |
lte() |
QueryParser.NotContext |
not() |
QueryParser.OrContext |
or() |
QueryParser.StringContext |
string() |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ExprContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public QueryParser.OrContext or()
public QueryParser.AndContext and()
public QueryParser.NotContext not()
public QueryParser.EqContext eq()
public QueryParser.GtContext gt()
public QueryParser.GteContext gte()
public QueryParser.LtContext lt()
public QueryParser.LteContext lte()
public QueryParser.StringContext string()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContext