public class PartitionFilterBaseListener extends Object implements PartitionFilterListener
PartitionFilterListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
PartitionFilterBaseListener() |
public void enterFilter(PartitionFilterParser.FilterContext ctx)
PartitionFilterParser.filter().
The default implementation does nothing.
enterFilter in interface PartitionFilterListenerctx - the parse treepublic void exitFilter(PartitionFilterParser.FilterContext ctx)
PartitionFilterParser.filter().
The default implementation does nothing.
exitFilter in interface PartitionFilterListenerctx - the parse treepublic void enterOrExpression(PartitionFilterParser.OrExpressionContext ctx)
PartitionFilterParser.orExpression().
The default implementation does nothing.
enterOrExpression in interface PartitionFilterListenerctx - the parse treepublic void exitOrExpression(PartitionFilterParser.OrExpressionContext ctx)
PartitionFilterParser.orExpression().
The default implementation does nothing.
exitOrExpression in interface PartitionFilterListenerctx - the parse treepublic void enterAndExpression(PartitionFilterParser.AndExpressionContext ctx)
PartitionFilterParser.andExpression().
The default implementation does nothing.
enterAndExpression in interface PartitionFilterListenerctx - the parse treepublic void exitAndExpression(PartitionFilterParser.AndExpressionContext ctx)
PartitionFilterParser.andExpression().
The default implementation does nothing.
exitAndExpression in interface PartitionFilterListenerctx - the parse treepublic void enterExpression(PartitionFilterParser.ExpressionContext ctx)
PartitionFilterParser.expression().
The default implementation does nothing.
enterExpression in interface PartitionFilterListenerctx - the parse treepublic void exitExpression(PartitionFilterParser.ExpressionContext ctx)
PartitionFilterParser.expression().
The default implementation does nothing.
exitExpression in interface PartitionFilterListenerctx - the parse treepublic void enterComparison(PartitionFilterParser.ComparisonContext ctx)
comparison
labeled alternative in PartitionFilterParser.conditionExpression().
The default implementation does nothing.
enterComparison in interface PartitionFilterListenerctx - the parse treepublic void exitComparison(PartitionFilterParser.ComparisonContext ctx)
comparison
labeled alternative in PartitionFilterParser.conditionExpression().
The default implementation does nothing.
exitComparison in interface PartitionFilterListenerctx - the parse treepublic void enterReverseComparison(PartitionFilterParser.ReverseComparisonContext ctx)
reverseComparison
labeled alternative in PartitionFilterParser.conditionExpression().
The default implementation does nothing.
enterReverseComparison in interface PartitionFilterListenerctx - the parse treepublic void exitReverseComparison(PartitionFilterParser.ReverseComparisonContext ctx)
reverseComparison
labeled alternative in PartitionFilterParser.conditionExpression().
The default implementation does nothing.
exitReverseComparison in interface PartitionFilterListenerctx - the parse treepublic void enterBetweenCondition(PartitionFilterParser.BetweenConditionContext ctx)
betweenCondition
labeled alternative in PartitionFilterParser.conditionExpression().
The default implementation does nothing.
enterBetweenCondition in interface PartitionFilterListenerctx - the parse treepublic void exitBetweenCondition(PartitionFilterParser.BetweenConditionContext ctx)
betweenCondition
labeled alternative in PartitionFilterParser.conditionExpression().
The default implementation does nothing.
exitBetweenCondition in interface PartitionFilterListenerctx - the parse treepublic void enterInCondition(PartitionFilterParser.InConditionContext ctx)
inCondition
labeled alternative in PartitionFilterParser.conditionExpression().
The default implementation does nothing.
enterInCondition in interface PartitionFilterListenerctx - the parse treepublic void exitInCondition(PartitionFilterParser.InConditionContext ctx)
inCondition
labeled alternative in PartitionFilterParser.conditionExpression().
The default implementation does nothing.
exitInCondition in interface PartitionFilterListenerctx - the parse treepublic void enterMultiColInExpression(PartitionFilterParser.MultiColInExpressionContext ctx)
multiColInExpression
labeled alternative in PartitionFilterParser.conditionExpression().
The default implementation does nothing.
enterMultiColInExpression in interface PartitionFilterListenerctx - the parse treepublic void exitMultiColInExpression(PartitionFilterParser.MultiColInExpressionContext ctx)
multiColInExpression
labeled alternative in PartitionFilterParser.conditionExpression().
The default implementation does nothing.
exitMultiColInExpression in interface PartitionFilterListenerctx - the parse treepublic void enterComparisonOperator(PartitionFilterParser.ComparisonOperatorContext ctx)
PartitionFilterParser.comparisonOperator().
The default implementation does nothing.
enterComparisonOperator in interface PartitionFilterListenerctx - the parse treepublic void exitComparisonOperator(PartitionFilterParser.ComparisonOperatorContext ctx)
PartitionFilterParser.comparisonOperator().
The default implementation does nothing.
exitComparisonOperator in interface PartitionFilterListenerctx - the parse treepublic void enterUnquotedIdentifer(PartitionFilterParser.UnquotedIdentiferContext ctx)
unquotedIdentifer
labeled alternative in PartitionFilterParser.identifier().
The default implementation does nothing.
enterUnquotedIdentifer in interface PartitionFilterListenerctx - the parse treepublic void exitUnquotedIdentifer(PartitionFilterParser.UnquotedIdentiferContext ctx)
unquotedIdentifer
labeled alternative in PartitionFilterParser.identifier().
The default implementation does nothing.
exitUnquotedIdentifer in interface PartitionFilterListenerctx - the parse treepublic void enterQuotedIdentifier(PartitionFilterParser.QuotedIdentifierContext ctx)
quotedIdentifier
labeled alternative in PartitionFilterParser.identifier().
The default implementation does nothing.
enterQuotedIdentifier in interface PartitionFilterListenerctx - the parse treepublic void exitQuotedIdentifier(PartitionFilterParser.QuotedIdentifierContext ctx)
quotedIdentifier
labeled alternative in PartitionFilterParser.identifier().
The default implementation does nothing.
exitQuotedIdentifier in interface PartitionFilterListenerctx - the parse treepublic void enterIdentifierList(PartitionFilterParser.IdentifierListContext ctx)
PartitionFilterParser.identifierList().
The default implementation does nothing.
enterIdentifierList in interface PartitionFilterListenerctx - the parse treepublic void exitIdentifierList(PartitionFilterParser.IdentifierListContext ctx)
PartitionFilterParser.identifierList().
The default implementation does nothing.
exitIdentifierList in interface PartitionFilterListenerctx - the parse treepublic void enterStringLiteral(PartitionFilterParser.StringLiteralContext ctx)
stringLiteral
labeled alternative in PartitionFilterParser.constant().
The default implementation does nothing.
enterStringLiteral in interface PartitionFilterListenerctx - the parse treepublic void exitStringLiteral(PartitionFilterParser.StringLiteralContext ctx)
stringLiteral
labeled alternative in PartitionFilterParser.constant().
The default implementation does nothing.
exitStringLiteral in interface PartitionFilterListenerctx - the parse treepublic void enterNumericLiteral(PartitionFilterParser.NumericLiteralContext ctx)
numericLiteral
labeled alternative in PartitionFilterParser.constant().
The default implementation does nothing.
enterNumericLiteral in interface PartitionFilterListenerctx - the parse treepublic void exitNumericLiteral(PartitionFilterParser.NumericLiteralContext ctx)
numericLiteral
labeled alternative in PartitionFilterParser.constant().
The default implementation does nothing.
exitNumericLiteral in interface PartitionFilterListenerctx - the parse treepublic void enterDateLiteral(PartitionFilterParser.DateLiteralContext ctx)
dateLiteral
labeled alternative in PartitionFilterParser.constant().
The default implementation does nothing.
enterDateLiteral in interface PartitionFilterListenerctx - the parse treepublic void exitDateLiteral(PartitionFilterParser.DateLiteralContext ctx)
dateLiteral
labeled alternative in PartitionFilterParser.constant().
The default implementation does nothing.
exitDateLiteral in interface PartitionFilterListenerctx - the parse treepublic void enterTimestampLiteral(PartitionFilterParser.TimestampLiteralContext ctx)
timestampLiteral
labeled alternative in PartitionFilterParser.constant().
The default implementation does nothing.
enterTimestampLiteral in interface PartitionFilterListenerctx - the parse treepublic void exitTimestampLiteral(PartitionFilterParser.TimestampLiteralContext ctx)
timestampLiteral
labeled alternative in PartitionFilterParser.constant().
The default implementation does nothing.
exitTimestampLiteral in interface PartitionFilterListenerctx - the parse treepublic void enterConstantSeq(PartitionFilterParser.ConstantSeqContext ctx)
PartitionFilterParser.constantSeq().
The default implementation does nothing.
enterConstantSeq in interface PartitionFilterListenerctx - the parse treepublic void exitConstantSeq(PartitionFilterParser.ConstantSeqContext ctx)
PartitionFilterParser.constantSeq().
The default implementation does nothing.
exitConstantSeq in interface PartitionFilterListenerctx - the parse treepublic void enterConstStruct(PartitionFilterParser.ConstStructContext ctx)
PartitionFilterParser.constStruct().
The default implementation does nothing.
enterConstStruct in interface PartitionFilterListenerctx - the parse treepublic void exitConstStruct(PartitionFilterParser.ConstStructContext ctx)
PartitionFilterParser.constStruct().
The default implementation does nothing.
exitConstStruct in interface PartitionFilterListenerctx - the parse treepublic void enterConstStructList(PartitionFilterParser.ConstStructListContext ctx)
PartitionFilterParser.constStructList().
The default implementation does nothing.
enterConstStructList in interface PartitionFilterListenerctx - the parse treepublic void exitConstStructList(PartitionFilterParser.ConstStructListContext ctx)
PartitionFilterParser.constStructList().
The default implementation does nothing.
exitConstStructList in interface PartitionFilterListenerctx - the parse treepublic void enterIntegerLiteral(PartitionFilterParser.IntegerLiteralContext ctx)
integerLiteral
labeled alternative in PartitionFilterParser.number().
The default implementation does nothing.
enterIntegerLiteral in interface PartitionFilterListenerctx - the parse treepublic void exitIntegerLiteral(PartitionFilterParser.IntegerLiteralContext ctx)
integerLiteral
labeled alternative in PartitionFilterParser.number().
The default implementation does nothing.
exitIntegerLiteral in interface PartitionFilterListenerctx - the parse treepublic void enterDate(PartitionFilterParser.DateContext ctx)
PartitionFilterParser.date().
The default implementation does nothing.
enterDate in interface PartitionFilterListenerctx - the parse treepublic void exitDate(PartitionFilterParser.DateContext ctx)
PartitionFilterParser.date().
The default implementation does nothing.
exitDate in interface PartitionFilterListenerctx - the parse treepublic void enterTimestamp(PartitionFilterParser.TimestampContext ctx)
PartitionFilterParser.timestamp().
The default implementation does nothing.
enterTimestamp in interface PartitionFilterListenerctx - the parse treepublic void exitTimestamp(PartitionFilterParser.TimestampContext ctx)
PartitionFilterParser.timestamp().
The default implementation does nothing.
exitTimestamp in interface PartitionFilterListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2024 The Apache Software Foundation. All rights reserved.