public static class PartitionFilterParser.BetweenConditionContext extends PartitionFilterParser.ConditionExpressionContext
| Modifier and Type | Field and Description |
|---|---|
PartitionFilterParser.IdentifierContext |
key |
PartitionFilterParser.ConstantContext |
lower |
PartitionFilterParser.ConstantContext |
upper |
| Constructor and Description |
|---|
BetweenConditionContext(PartitionFilterParser.ConditionExpressionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
org.antlr.v4.runtime.tree.TerminalNode |
AND() |
org.antlr.v4.runtime.tree.TerminalNode |
BETWEEN() |
List<PartitionFilterParser.ConstantContext> |
constant() |
PartitionFilterParser.ConstantContext |
constant(int i) |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
PartitionFilterParser.IdentifierContext |
identifier() |
org.antlr.v4.runtime.tree.TerminalNode |
NOT() |
copyFrom, getRuleIndexaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic PartitionFilterParser.IdentifierContext key
public PartitionFilterParser.ConstantContext lower
public PartitionFilterParser.ConstantContext upper
public BetweenConditionContext(PartitionFilterParser.ConditionExpressionContext ctx)
public org.antlr.v4.runtime.tree.TerminalNode BETWEEN()
public org.antlr.v4.runtime.tree.TerminalNode AND()
public PartitionFilterParser.IdentifierContext identifier()
public List<PartitionFilterParser.ConstantContext> constant()
public PartitionFilterParser.ConstantContext constant(int i)
public org.antlr.v4.runtime.tree.TerminalNode NOT()
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContextCopyright © 2024 The Apache Software Foundation. All rights reserved.