public static class LTLParser.BinaryOperationContext extends LTLParser.BinaryExpressionContext
Modifier and Type | Field | Description |
---|---|---|
LTLParser.UnaryExpressionContext |
left |
|
LTLParser.BinaryOpContext |
op |
|
LTLParser.BinaryExpressionContext |
right |
Constructor | Description |
---|---|
BinaryOperationContext(LTLParser.BinaryExpressionContext ctx) |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
|
LTLParser.BinaryExpressionContext |
binaryExpression() |
|
LTLParser.BinaryOpContext |
binaryOp() |
|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
|
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
|
LTLParser.UnaryExpressionContext |
unaryExpression() |
copyFrom, getRuleIndex
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public LTLParser.UnaryExpressionContext left
public LTLParser.BinaryOpContext op
public LTLParser.BinaryExpressionContext right
public BinaryOperationContext(LTLParser.BinaryExpressionContext ctx)
public LTLParser.UnaryExpressionContext unaryExpression()
public LTLParser.BinaryOpContext binaryOp()
public LTLParser.BinaryExpressionContext binaryExpression()
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 class org.antlr.v4.runtime.RuleContext