public static class BindingExpressionParser.QuestionQuestionOpContext extends BindingExpressionParser.ExpressionContext
Modifier and Type | Field and Description |
---|---|
BindingExpressionParser.ExpressionContext |
left |
org.antlr.v4.runtime.Token |
op |
BindingExpressionParser.ExpressionContext |
right |
Constructor and Description |
---|
QuestionQuestionOpContext(BindingExpressionParser.ExpressionContext ctx) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
java.util.List<BindingExpressionParser.ExpressionContext> |
expression() |
BindingExpressionParser.ExpressionContext |
expression(int i) |
copyFrom, getRuleIndex
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public BindingExpressionParser.ExpressionContext left
public org.antlr.v4.runtime.Token op
public BindingExpressionParser.ExpressionContext right
public QuestionQuestionOpContext(BindingExpressionParser.ExpressionContext ctx)
public java.util.List<BindingExpressionParser.ExpressionContext> expression()
public BindingExpressionParser.ExpressionContext expression(int i)
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule
in class org.antlr.v4.runtime.ParserRuleContext
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule
in class org.antlr.v4.runtime.ParserRuleContext
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept
in interface org.antlr.v4.runtime.tree.ParseTree
accept
in class org.antlr.v4.runtime.RuleContext