public static class FEEL_1_1Parser.CondOrContext extends FEEL_1_1Parser.ConditionalOrExpressionContext
Modifier and Type | Field and Description |
---|---|
FEEL_1_1Parser.ConditionalOrExpressionContext |
left |
FEEL_1_1Parser.Or_keyContext |
op |
FEEL_1_1Parser.ConditionalAndExpressionContext |
right |
Constructor and Description |
---|
CondOrContext(FEEL_1_1Parser.ConditionalOrExpressionContext ctx) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
FEEL_1_1Parser.ConditionalAndExpressionContext |
conditionalAndExpression() |
FEEL_1_1Parser.ConditionalOrExpressionContext |
conditionalOrExpression() |
FEEL_1_1Parser.Or_keyContext |
or_key() |
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.ConditionalOrExpressionContext left
public FEEL_1_1Parser.Or_keyContext op
public FEEL_1_1Parser.ConditionalAndExpressionContext right
public CondOrContext(FEEL_1_1Parser.ConditionalOrExpressionContext ctx)
public FEEL_1_1Parser.ConditionalOrExpressionContext conditionalOrExpression()
public FEEL_1_1Parser.Or_keyContext or_key()
public FEEL_1_1Parser.ConditionalAndExpressionContext conditionalAndExpression()
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.