public static class FEEL_1_1Parser.CondAndContext extends FEEL_1_1Parser.ConditionalAndExpressionContext
Modifier and Type | Field and Description |
---|---|
FEEL_1_1Parser.ConditionalAndExpressionContext |
left |
FEEL_1_1Parser.And_keyContext |
op |
FEEL_1_1Parser.ComparisonExpressionContext |
right |
Constructor and Description |
---|
CondAndContext(FEEL_1_1Parser.ConditionalAndExpressionContext ctx) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
FEEL_1_1Parser.And_keyContext |
and_key() |
FEEL_1_1Parser.ComparisonExpressionContext |
comparisonExpression() |
FEEL_1_1Parser.ConditionalAndExpressionContext |
conditionalAndExpression() |
copyFrom, getRuleIndex
addChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public FEEL_1_1Parser.ConditionalAndExpressionContext left
public FEEL_1_1Parser.And_keyContext op
public FEEL_1_1Parser.ComparisonExpressionContext right
public CondAndContext(FEEL_1_1Parser.ConditionalAndExpressionContext ctx)
public FEEL_1_1Parser.ConditionalAndExpressionContext conditionalAndExpression()
public FEEL_1_1Parser.And_keyContext and_key()
public FEEL_1_1Parser.ComparisonExpressionContext comparisonExpression()
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
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.