Package org.kie.dmn.feel.parser.feel11
Class FEEL_1_1Parser.RelExpressionInstanceOfContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.kie.dmn.feel.parser.feel11.FEEL_1_1Parser.RelationalExpressionContext
-
- org.kie.dmn.feel.parser.feel11.FEEL_1_1Parser.RelExpressionInstanceOfContext
-
- 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.RelExpressionInstanceOfContext extends FEEL_1_1Parser.RelationalExpressionContext
-
-
Field Summary
Fields Modifier and Type Field Description FEEL_1_1Parser.RelationalExpressionContextval
-
Constructor Summary
Constructors Constructor Description RelExpressionInstanceOfContext(FEEL_1_1Parser.RelationalExpressionContext 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.TerminalNodeINSTANCE()org.antlr.v4.runtime.tree.TerminalNodeOF()FEEL_1_1Parser.RelationalExpressionContextrelationalExpression()FEEL_1_1Parser.TypeContexttype()-
Methods inherited from class org.kie.dmn.feel.parser.feel11.FEEL_1_1Parser.RelationalExpressionContext
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
-
val
public FEEL_1_1Parser.RelationalExpressionContext val
-
-
Constructor Detail
-
RelExpressionInstanceOfContext
public RelExpressionInstanceOfContext(FEEL_1_1Parser.RelationalExpressionContext ctx)
-
-
Method Detail
-
INSTANCE
public org.antlr.v4.runtime.tree.TerminalNode INSTANCE()
-
OF
public org.antlr.v4.runtime.tree.TerminalNode OF()
-
type
public FEEL_1_1Parser.TypeContext type()
-
relationalExpression
public FEEL_1_1Parser.RelationalExpressionContext relationalExpression()
-
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
-
-