public static class FEEL_1_1Parser.RelExpressionBetweenContext extends FEEL_1_1Parser.RelationalExpressionContext
Modifier and Type | Field and Description |
---|---|
FEEL_1_1Parser.AdditiveExpressionContext |
end |
FEEL_1_1Parser.AdditiveExpressionContext |
start |
FEEL_1_1Parser.RelationalExpressionContext |
val |
Constructor and Description |
---|
RelExpressionBetweenContext(FEEL_1_1Parser.RelationalExpressionContext ctx) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
List<FEEL_1_1Parser.AdditiveExpressionContext> |
additiveExpression() |
FEEL_1_1Parser.AdditiveExpressionContext |
additiveExpression(int i) |
FEEL_1_1Parser.And_keyContext |
and_key() |
FEEL_1_1Parser.Between_keyContext |
between_key() |
FEEL_1_1Parser.RelationalExpressionContext |
relationalExpression() |
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.RelationalExpressionContext val
public FEEL_1_1Parser.AdditiveExpressionContext start
public FEEL_1_1Parser.AdditiveExpressionContext end
public RelExpressionBetweenContext(FEEL_1_1Parser.RelationalExpressionContext ctx)
public FEEL_1_1Parser.Between_keyContext between_key()
public FEEL_1_1Parser.And_keyContext and_key()
public FEEL_1_1Parser.RelationalExpressionContext relationalExpression()
public List<FEEL_1_1Parser.AdditiveExpressionContext> additiveExpression()
public FEEL_1_1Parser.AdditiveExpressionContext additiveExpression(int i)
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.