Package org.kie.dmn.feel.parser.feel11
Class FEEL_1_1Parser.CondAndContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.kie.dmn.feel.parser.feel11.FEEL_1_1Parser.ConditionalAndExpressionContext
-
- org.kie.dmn.feel.parser.feel11.FEEL_1_1Parser.CondAndContext
-
- 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:
- FEEL_1_1Parser
public static class FEEL_1_1Parser.CondAndContext extends FEEL_1_1Parser.ConditionalAndExpressionContext
-
-
Field Summary
Fields Modifier and Type Field Description FEEL_1_1Parser.ConditionalAndExpressionContextleftorg.antlr.v4.runtime.TokenopFEEL_1_1Parser.ComparisonExpressionContextright
-
Constructor Summary
Constructors Constructor Description CondAndContext(FEEL_1_1Parser.ConditionalAndExpressionContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)org.antlr.v4.runtime.tree.TerminalNodeAND()FEEL_1_1Parser.ComparisonExpressionContextcomparisonExpression()FEEL_1_1Parser.ConditionalAndExpressionContextconditionalAndExpression()-
Methods inherited from class org.kie.dmn.feel.parser.feel11.FEEL_1_1Parser.ConditionalAndExpressionContext
copyFrom, getRuleIndex
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Field Detail
-
left
public FEEL_1_1Parser.ConditionalAndExpressionContext left
-
op
public org.antlr.v4.runtime.Token op
-
right
public FEEL_1_1Parser.ComparisonExpressionContext right
-
-
Constructor Detail
-
CondAndContext
public CondAndContext(FEEL_1_1Parser.ConditionalAndExpressionContext ctx)
-
-
Method Detail
-
conditionalAndExpression
public FEEL_1_1Parser.ConditionalAndExpressionContext conditionalAndExpression()
-
AND
public org.antlr.v4.runtime.tree.TerminalNode AND()
-
comparisonExpression
public FEEL_1_1Parser.ComparisonExpressionContext comparisonExpression()
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-