Package owl.grammar
Class LTLParser.BinaryOperationContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- owl.grammar.LTLParser.BinaryExpressionContext
-
- owl.grammar.LTLParser.BinaryOperationContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree
,org.antlr.v4.runtime.tree.RuleNode
,org.antlr.v4.runtime.tree.SyntaxTree
,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- LTLParser
public static class LTLParser.BinaryOperationContext extends LTLParser.BinaryExpressionContext
-
-
Field Summary
Fields Modifier and Type Field Description LTLParser.UnaryExpressionContext
left
LTLParser.BinaryOpContext
op
LTLParser.BinaryExpressionContext
right
-
Constructor Summary
Constructors Constructor Description BinaryOperationContext(LTLParser.BinaryExpressionContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods 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()
-
Methods inherited from class owl.grammar.LTLParser.BinaryExpressionContext
copyFrom, getRuleIndex
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Field Detail
-
left
public LTLParser.UnaryExpressionContext left
-
op
public LTLParser.BinaryOpContext op
-
right
public LTLParser.BinaryExpressionContext right
-
-
Constructor Detail
-
BinaryOperationContext
public BinaryOperationContext(LTLParser.BinaryExpressionContext ctx)
-
-
Method Detail
-
unaryExpression
public LTLParser.UnaryExpressionContext unaryExpression()
-
binaryOp
public LTLParser.BinaryOpContext binaryOp()
-
binaryExpression
public LTLParser.BinaryExpressionContext binaryExpression()
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRule
in classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRule
in classorg.antlr.v4.runtime.ParserRuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
accept
in interfaceorg.antlr.v4.runtime.tree.ParseTree
- Overrides:
accept
in classorg.antlr.v4.runtime.RuleContext
-
-