public static class PartitionFilterParser.ReverseComparisonContext extends PartitionFilterParser.ConditionExpressionContext
| Modifier and Type | Field and Description |
|---|---|
PartitionFilterParser.IdentifierContext |
key |
PartitionFilterParser.ConstantContext |
value |
| Constructor and Description |
|---|
ReverseComparisonContext(PartitionFilterParser.ConditionExpressionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
PartitionFilterParser.ComparisonOperatorContext |
comparisonOperator() |
PartitionFilterParser.ConstantContext |
constant() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
PartitionFilterParser.IdentifierContext |
identifier() |
copyFrom, getRuleIndexaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic PartitionFilterParser.ConstantContext value
public PartitionFilterParser.IdentifierContext key
public ReverseComparisonContext(PartitionFilterParser.ConditionExpressionContext ctx)
public PartitionFilterParser.ComparisonOperatorContext comparisonOperator()
public PartitionFilterParser.ConstantContext constant()
public PartitionFilterParser.IdentifierContext identifier()
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.