|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.generated.EsperEPL2GrammarBaseListener
public class EsperEPL2GrammarBaseListener
This class provides an empty implementation of EsperEPL2GrammarListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
Constructor Summary | |
---|---|
EsperEPL2GrammarBaseListener()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EsperEPL2GrammarBaseListener()
Method Detail |
---|
public void enterGuardWhileExpression(@NotNull EsperEPL2GrammarParser.GuardWhileExpressionContext ctx)
EsperEPL2GrammarParser.guardWhileExpression()
.
The default implementation does nothing.
enterGuardWhileExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGuardWhileExpression(@NotNull EsperEPL2GrammarParser.GuardWhileExpressionContext ctx)
EsperEPL2GrammarParser.guardWhileExpression()
.
The default implementation does nothing.
exitGuardWhileExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterSelectionListElement(@NotNull EsperEPL2GrammarParser.SelectionListElementContext ctx)
EsperEPL2GrammarParser.selectionListElement()
.
The default implementation does nothing.
enterSelectionListElement
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitSelectionListElement(@NotNull EsperEPL2GrammarParser.SelectionListElementContext ctx)
EsperEPL2GrammarParser.selectionListElement()
.
The default implementation does nothing.
exitSelectionListElement
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterExpressionDecl(@NotNull EsperEPL2GrammarParser.ExpressionDeclContext ctx)
EsperEPL2GrammarParser.expressionDecl()
.
The default implementation does nothing.
enterExpressionDecl
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitExpressionDecl(@NotNull EsperEPL2GrammarParser.ExpressionDeclContext ctx)
EsperEPL2GrammarParser.expressionDecl()
.
The default implementation does nothing.
exitExpressionDecl
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterUpdateExpr(@NotNull EsperEPL2GrammarParser.UpdateExprContext ctx)
EsperEPL2GrammarParser.updateExpr()
.
The default implementation does nothing.
enterUpdateExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitUpdateExpr(@NotNull EsperEPL2GrammarParser.UpdateExprContext ctx)
EsperEPL2GrammarParser.updateExpr()
.
The default implementation does nothing.
exitUpdateExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateSelectionList(@NotNull EsperEPL2GrammarParser.CreateSelectionListContext ctx)
EsperEPL2GrammarParser.createSelectionList()
.
The default implementation does nothing.
enterCreateSelectionList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateSelectionList(@NotNull EsperEPL2GrammarParser.CreateSelectionListContext ctx)
EsperEPL2GrammarParser.createSelectionList()
.
The default implementation does nothing.
exitCreateSelectionList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterPropertySelectionList(@NotNull EsperEPL2GrammarParser.PropertySelectionListContext ctx)
EsperEPL2GrammarParser.propertySelectionList()
.
The default implementation does nothing.
enterPropertySelectionList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitPropertySelectionList(@NotNull EsperEPL2GrammarParser.PropertySelectionListContext ctx)
EsperEPL2GrammarParser.propertySelectionList()
.
The default implementation does nothing.
exitPropertySelectionList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterEvalRelationalExpression(@NotNull EsperEPL2GrammarParser.EvalRelationalExpressionContext ctx)
EsperEPL2GrammarParser.evalRelationalExpression()
.
The default implementation does nothing.
enterEvalRelationalExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitEvalRelationalExpression(@NotNull EsperEPL2GrammarParser.EvalRelationalExpressionContext ctx)
EsperEPL2GrammarParser.evalRelationalExpression()
.
The default implementation does nothing.
exitEvalRelationalExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterIntoTableExpr(@NotNull EsperEPL2GrammarParser.IntoTableExprContext ctx)
EsperEPL2GrammarParser.intoTableExpr()
.
The default implementation does nothing.
enterIntoTableExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitIntoTableExpr(@NotNull EsperEPL2GrammarParser.IntoTableExprContext ctx)
EsperEPL2GrammarParser.intoTableExpr()
.
The default implementation does nothing.
exitIntoTableExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGroupByListChoice(@NotNull EsperEPL2GrammarParser.GroupByListChoiceContext ctx)
EsperEPL2GrammarParser.groupByListChoice()
.
The default implementation does nothing.
enterGroupByListChoice
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGroupByListChoice(@NotNull EsperEPL2GrammarParser.GroupByListChoiceContext ctx)
EsperEPL2GrammarParser.groupByListChoice()
.
The default implementation does nothing.
exitGroupByListChoice
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGroupByCubeOrRollup(@NotNull EsperEPL2GrammarParser.GroupByCubeOrRollupContext ctx)
EsperEPL2GrammarParser.groupByCubeOrRollup()
.
The default implementation does nothing.
enterGroupByCubeOrRollup
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGroupByCubeOrRollup(@NotNull EsperEPL2GrammarParser.GroupByCubeOrRollupContext ctx)
EsperEPL2GrammarParser.groupByCubeOrRollup()
.
The default implementation does nothing.
exitGroupByCubeOrRollup
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchRecogMatchesInterval(@NotNull EsperEPL2GrammarParser.MatchRecogMatchesIntervalContext ctx)
EsperEPL2GrammarParser.matchRecogMatchesInterval()
.
The default implementation does nothing.
enterMatchRecogMatchesInterval
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchRecogMatchesInterval(@NotNull EsperEPL2GrammarParser.MatchRecogMatchesIntervalContext ctx)
EsperEPL2GrammarParser.matchRecogMatchesInterval()
.
The default implementation does nothing.
exitMatchRecogMatchesInterval
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMonthPart(@NotNull EsperEPL2GrammarParser.MonthPartContext ctx)
EsperEPL2GrammarParser.monthPart()
.
The default implementation does nothing.
enterMonthPart
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMonthPart(@NotNull EsperEPL2GrammarParser.MonthPartContext ctx)
EsperEPL2GrammarParser.monthPart()
.
The default implementation does nothing.
exitMonthPart
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterExpressionLambdaDecl(@NotNull EsperEPL2GrammarParser.ExpressionLambdaDeclContext ctx)
EsperEPL2GrammarParser.expressionLambdaDecl()
.
The default implementation does nothing.
enterExpressionLambdaDecl
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitExpressionLambdaDecl(@NotNull EsperEPL2GrammarParser.ExpressionLambdaDeclContext ctx)
EsperEPL2GrammarParser.expressionLambdaDecl()
.
The default implementation does nothing.
exitExpressionLambdaDecl
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGuardWhereExpression(@NotNull EsperEPL2GrammarParser.GuardWhereExpressionContext ctx)
EsperEPL2GrammarParser.guardWhereExpression()
.
The default implementation does nothing.
enterGuardWhereExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGuardWhereExpression(@NotNull EsperEPL2GrammarParser.GuardWhereExpressionContext ctx)
EsperEPL2GrammarParser.guardWhereExpression()
.
The default implementation does nothing.
exitGuardWhereExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterUnaryExpression(@NotNull EsperEPL2GrammarParser.UnaryExpressionContext ctx)
EsperEPL2GrammarParser.unaryExpression()
.
The default implementation does nothing.
enterUnaryExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitUnaryExpression(@NotNull EsperEPL2GrammarParser.UnaryExpressionContext ctx)
EsperEPL2GrammarParser.unaryExpression()
.
The default implementation does nothing.
exitUnaryExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterEvalAndExpression(@NotNull EsperEPL2GrammarParser.EvalAndExpressionContext ctx)
EsperEPL2GrammarParser.evalAndExpression()
.
The default implementation does nothing.
enterEvalAndExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitEvalAndExpression(@NotNull EsperEPL2GrammarParser.EvalAndExpressionContext ctx)
EsperEPL2GrammarParser.evalAndExpression()
.
The default implementation does nothing.
exitEvalAndExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterLastWeekdayOperand(@NotNull EsperEPL2GrammarParser.LastWeekdayOperandContext ctx)
EsperEPL2GrammarParser.lastWeekdayOperand()
.
The default implementation does nothing.
enterLastWeekdayOperand
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitLastWeekdayOperand(@NotNull EsperEPL2GrammarParser.LastWeekdayOperandContext ctx)
EsperEPL2GrammarParser.lastWeekdayOperand()
.
The default implementation does nothing.
exitLastWeekdayOperand
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterLibFunctionArgs(@NotNull EsperEPL2GrammarParser.LibFunctionArgsContext ctx)
EsperEPL2GrammarParser.libFunctionArgs()
.
The default implementation does nothing.
enterLibFunctionArgs
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitLibFunctionArgs(@NotNull EsperEPL2GrammarParser.LibFunctionArgsContext ctx)
EsperEPL2GrammarParser.libFunctionArgs()
.
The default implementation does nothing.
exitLibFunctionArgs
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterLibFunctionArgItem(@NotNull EsperEPL2GrammarParser.LibFunctionArgItemContext ctx)
EsperEPL2GrammarParser.libFunctionArgItem()
.
The default implementation does nothing.
enterLibFunctionArgItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitLibFunctionArgItem(@NotNull EsperEPL2GrammarParser.LibFunctionArgItemContext ctx)
EsperEPL2GrammarParser.libFunctionArgItem()
.
The default implementation does nothing.
exitLibFunctionArgItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_exists(@NotNull EsperEPL2GrammarParser.Builtin_existsContext ctx)
EsperEPL2GrammarParser#builtin_exists
.
The default implementation does nothing.
enterBuiltin_exists
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_exists(@NotNull EsperEPL2GrammarParser.Builtin_existsContext ctx)
EsperEPL2GrammarParser#builtin_exists
.
The default implementation does nothing.
exitBuiltin_exists
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_prevtail(@NotNull EsperEPL2GrammarParser.Builtin_prevtailContext ctx)
EsperEPL2GrammarParser#builtin_prevtail
.
The default implementation does nothing.
enterBuiltin_prevtail
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_prevtail(@NotNull EsperEPL2GrammarParser.Builtin_prevtailContext ctx)
EsperEPL2GrammarParser#builtin_prevtail
.
The default implementation does nothing.
exitBuiltin_prevtail
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOnMergeExpr(@NotNull EsperEPL2GrammarParser.OnMergeExprContext ctx)
EsperEPL2GrammarParser.onMergeExpr()
.
The default implementation does nothing.
enterOnMergeExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOnMergeExpr(@NotNull EsperEPL2GrammarParser.OnMergeExprContext ctx)
EsperEPL2GrammarParser.onMergeExpr()
.
The default implementation does nothing.
exitOnMergeExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOnSelectExpr(@NotNull EsperEPL2GrammarParser.OnSelectExprContext ctx)
EsperEPL2GrammarParser.onSelectExpr()
.
The default implementation does nothing.
enterOnSelectExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOnSelectExpr(@NotNull EsperEPL2GrammarParser.OnSelectExprContext ctx)
EsperEPL2GrammarParser.onSelectExpr()
.
The default implementation does nothing.
exitOnSelectExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterInSubSelectQuery(@NotNull EsperEPL2GrammarParser.InSubSelectQueryContext ctx)
EsperEPL2GrammarParser.inSubSelectQuery()
.
The default implementation does nothing.
enterInSubSelectQuery
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitInSubSelectQuery(@NotNull EsperEPL2GrammarParser.InSubSelectQueryContext ctx)
EsperEPL2GrammarParser.inSubSelectQuery()
.
The default implementation does nothing.
exitInSubSelectQuery
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterExpressionList(@NotNull EsperEPL2GrammarParser.ExpressionListContext ctx)
EsperEPL2GrammarParser.expressionList()
.
The default implementation does nothing.
enterExpressionList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitExpressionList(@NotNull EsperEPL2GrammarParser.ExpressionListContext ctx)
EsperEPL2GrammarParser.expressionList()
.
The default implementation does nothing.
exitExpressionList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterFrequencyOperand(@NotNull EsperEPL2GrammarParser.FrequencyOperandContext ctx)
EsperEPL2GrammarParser.frequencyOperand()
.
The default implementation does nothing.
enterFrequencyOperand
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitFrequencyOperand(@NotNull EsperEPL2GrammarParser.FrequencyOperandContext ctx)
EsperEPL2GrammarParser.frequencyOperand()
.
The default implementation does nothing.
exitFrequencyOperand
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterViewExpression(@NotNull EsperEPL2GrammarParser.ViewExpressionContext ctx)
EsperEPL2GrammarParser.viewExpression()
.
The default implementation does nothing.
enterViewExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitViewExpression(@NotNull EsperEPL2GrammarParser.ViewExpressionContext ctx)
EsperEPL2GrammarParser.viewExpression()
.
The default implementation does nothing.
exitViewExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOutputLimitAndTerm(@NotNull EsperEPL2GrammarParser.OutputLimitAndTermContext ctx)
EsperEPL2GrammarParser.outputLimitAndTerm()
.
The default implementation does nothing.
enterOutputLimitAndTerm
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOutputLimitAndTerm(@NotNull EsperEPL2GrammarParser.OutputLimitAndTermContext ctx)
EsperEPL2GrammarParser.outputLimitAndTerm()
.
The default implementation does nothing.
exitOutputLimitAndTerm
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterKeywordAllowedIdent(@NotNull EsperEPL2GrammarParser.KeywordAllowedIdentContext ctx)
EsperEPL2GrammarParser.keywordAllowedIdent()
.
The default implementation does nothing.
enterKeywordAllowedIdent
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitKeywordAllowedIdent(@NotNull EsperEPL2GrammarParser.KeywordAllowedIdentContext ctx)
EsperEPL2GrammarParser.keywordAllowedIdent()
.
The default implementation does nothing.
exitKeywordAllowedIdent
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_avedev(@NotNull EsperEPL2GrammarParser.Builtin_avedevContext ctx)
EsperEPL2GrammarParser#builtin_avedev
.
The default implementation does nothing.
enterBuiltin_avedev
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_avedev(@NotNull EsperEPL2GrammarParser.Builtin_avedevContext ctx)
EsperEPL2GrammarParser#builtin_avedev
.
The default implementation does nothing.
exitBuiltin_avedev
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterExpressionWithNamed(@NotNull EsperEPL2GrammarParser.ExpressionWithNamedContext ctx)
EsperEPL2GrammarParser.expressionWithNamed()
.
The default implementation does nothing.
enterExpressionWithNamed
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitExpressionWithNamed(@NotNull EsperEPL2GrammarParser.ExpressionWithNamedContext ctx)
EsperEPL2GrammarParser.expressionWithNamed()
.
The default implementation does nothing.
exitExpressionWithNamed
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchRecogMatchesSelection(@NotNull EsperEPL2GrammarParser.MatchRecogMatchesSelectionContext ctx)
EsperEPL2GrammarParser.matchRecogMatchesSelection()
.
The default implementation does nothing.
enterMatchRecogMatchesSelection
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchRecogMatchesSelection(@NotNull EsperEPL2GrammarParser.MatchRecogMatchesSelectionContext ctx)
EsperEPL2GrammarParser.matchRecogMatchesSelection()
.
The default implementation does nothing.
exitMatchRecogMatchesSelection
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGopOutTypeItem(@NotNull EsperEPL2GrammarParser.GopOutTypeItemContext ctx)
EsperEPL2GrammarParser.gopOutTypeItem()
.
The default implementation does nothing.
enterGopOutTypeItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGopOutTypeItem(@NotNull EsperEPL2GrammarParser.GopOutTypeItemContext ctx)
EsperEPL2GrammarParser.gopOutTypeItem()
.
The default implementation does nothing.
exitGopOutTypeItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterAdditiveExpression(@NotNull EsperEPL2GrammarParser.AdditiveExpressionContext ctx)
EsperEPL2GrammarParser.additiveExpression()
.
The default implementation does nothing.
enterAdditiveExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitAdditiveExpression(@NotNull EsperEPL2GrammarParser.AdditiveExpressionContext ctx)
EsperEPL2GrammarParser.additiveExpression()
.
The default implementation does nothing.
exitAdditiveExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterDistinctExpressionList(@NotNull EsperEPL2GrammarParser.DistinctExpressionListContext ctx)
EsperEPL2GrammarParser.distinctExpressionList()
.
The default implementation does nothing.
enterDistinctExpressionList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitDistinctExpressionList(@NotNull EsperEPL2GrammarParser.DistinctExpressionListContext ctx)
EsperEPL2GrammarParser.distinctExpressionList()
.
The default implementation does nothing.
exitDistinctExpressionList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterVariantList(@NotNull EsperEPL2GrammarParser.VariantListContext ctx)
EsperEPL2GrammarParser.variantList()
.
The default implementation does nothing.
enterVariantList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitVariantList(@NotNull EsperEPL2GrammarParser.VariantListContext ctx)
EsperEPL2GrammarParser.variantList()
.
The default implementation does nothing.
exitVariantList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchRecogPatternAlteration(@NotNull EsperEPL2GrammarParser.MatchRecogPatternAlterationContext ctx)
EsperEPL2GrammarParser.matchRecogPatternAlteration()
.
The default implementation does nothing.
enterMatchRecogPatternAlteration
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchRecogPatternAlteration(@NotNull EsperEPL2GrammarParser.MatchRecogPatternAlterationContext ctx)
EsperEPL2GrammarParser.matchRecogPatternAlteration()
.
The default implementation does nothing.
exitMatchRecogPatternAlteration
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGopDetail(@NotNull EsperEPL2GrammarParser.GopDetailContext ctx)
EsperEPL2GrammarParser.gopDetail()
.
The default implementation does nothing.
enterGopDetail
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGopDetail(@NotNull EsperEPL2GrammarParser.GopDetailContext ctx)
EsperEPL2GrammarParser.gopDetail()
.
The default implementation does nothing.
exitGopDetail
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterObserverExpression(@NotNull EsperEPL2GrammarParser.ObserverExpressionContext ctx)
EsperEPL2GrammarParser.observerExpression()
.
The default implementation does nothing.
enterObserverExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitObserverExpression(@NotNull EsperEPL2GrammarParser.ObserverExpressionContext ctx)
EsperEPL2GrammarParser.observerExpression()
.
The default implementation does nothing.
exitObserverExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterStreamSelector(@NotNull EsperEPL2GrammarParser.StreamSelectorContext ctx)
EsperEPL2GrammarParser.streamSelector()
.
The default implementation does nothing.
enterStreamSelector
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitStreamSelector(@NotNull EsperEPL2GrammarParser.StreamSelectorContext ctx)
EsperEPL2GrammarParser.streamSelector()
.
The default implementation does nothing.
exitStreamSelector
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBetweenList(@NotNull EsperEPL2GrammarParser.BetweenListContext ctx)
EsperEPL2GrammarParser.betweenList()
.
The default implementation does nothing.
enterBetweenList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBetweenList(@NotNull EsperEPL2GrammarParser.BetweenListContext ctx)
EsperEPL2GrammarParser.betweenList()
.
The default implementation does nothing.
exitBetweenList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterSelectExpr(@NotNull EsperEPL2GrammarParser.SelectExprContext ctx)
EsperEPL2GrammarParser.selectExpr()
.
The default implementation does nothing.
enterSelectExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitSelectExpr(@NotNull EsperEPL2GrammarParser.SelectExprContext ctx)
EsperEPL2GrammarParser.selectExpr()
.
The default implementation does nothing.
exitSelectExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterSelectClause(@NotNull EsperEPL2GrammarParser.SelectClauseContext ctx)
EsperEPL2GrammarParser.selectClause()
.
The default implementation does nothing.
enterSelectClause
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitSelectClause(@NotNull EsperEPL2GrammarParser.SelectClauseContext ctx)
EsperEPL2GrammarParser.selectClause()
.
The default implementation does nothing.
exitSelectClause
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_grouping(@NotNull EsperEPL2GrammarParser.Builtin_groupingContext ctx)
EsperEPL2GrammarParser#builtin_grouping
.
The default implementation does nothing.
enterBuiltin_grouping
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_grouping(@NotNull EsperEPL2GrammarParser.Builtin_groupingContext ctx)
EsperEPL2GrammarParser#builtin_grouping
.
The default implementation does nothing.
exitBuiltin_grouping
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchRecogMeasureItem(@NotNull EsperEPL2GrammarParser.MatchRecogMeasureItemContext ctx)
EsperEPL2GrammarParser.matchRecogMeasureItem()
.
The default implementation does nothing.
enterMatchRecogMeasureItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchRecogMeasureItem(@NotNull EsperEPL2GrammarParser.MatchRecogMeasureItemContext ctx)
EsperEPL2GrammarParser.matchRecogMeasureItem()
.
The default implementation does nothing.
exitMatchRecogMeasureItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterLastOperand(@NotNull EsperEPL2GrammarParser.LastOperandContext ctx)
EsperEPL2GrammarParser.lastOperand()
.
The default implementation does nothing.
enterLastOperand
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitLastOperand(@NotNull EsperEPL2GrammarParser.LastOperandContext ctx)
EsperEPL2GrammarParser.lastOperand()
.
The default implementation does nothing.
exitLastOperand
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterPatternFilterExpression(@NotNull EsperEPL2GrammarParser.PatternFilterExpressionContext ctx)
EsperEPL2GrammarParser.patternFilterExpression()
.
The default implementation does nothing.
enterPatternFilterExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitPatternFilterExpression(@NotNull EsperEPL2GrammarParser.PatternFilterExpressionContext ctx)
EsperEPL2GrammarParser.patternFilterExpression()
.
The default implementation does nothing.
exitPatternFilterExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOnExprFrom(@NotNull EsperEPL2GrammarParser.OnExprFromContext ctx)
EsperEPL2GrammarParser.onExprFrom()
.
The default implementation does nothing.
enterOnExprFrom
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOnExprFrom(@NotNull EsperEPL2GrammarParser.OnExprFromContext ctx)
EsperEPL2GrammarParser.onExprFrom()
.
The default implementation does nothing.
exitOnExprFrom
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterPropertySelectionListElement(@NotNull EsperEPL2GrammarParser.PropertySelectionListElementContext ctx)
EsperEPL2GrammarParser.propertySelectionListElement()
.
The default implementation does nothing.
enterPropertySelectionListElement
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitPropertySelectionListElement(@NotNull EsperEPL2GrammarParser.PropertySelectionListElementContext ctx)
EsperEPL2GrammarParser.propertySelectionListElement()
.
The default implementation does nothing.
exitPropertySelectionListElement
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterWhenClause(@NotNull EsperEPL2GrammarParser.WhenClauseContext ctx)
EsperEPL2GrammarParser.whenClause()
.
The default implementation does nothing.
enterWhenClause
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitWhenClause(@NotNull EsperEPL2GrammarParser.WhenClauseContext ctx)
EsperEPL2GrammarParser.whenClause()
.
The default implementation does nothing.
exitWhenClause
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGopConfig(@NotNull EsperEPL2GrammarParser.GopConfigContext ctx)
EsperEPL2GrammarParser.gopConfig()
.
The default implementation does nothing.
enterGopConfig
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGopConfig(@NotNull EsperEPL2GrammarParser.GopConfigContext ctx)
EsperEPL2GrammarParser.gopConfig()
.
The default implementation does nothing.
exitGopConfig
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterExpression(@NotNull EsperEPL2GrammarParser.ExpressionContext ctx)
EsperEPL2GrammarParser.expression()
.
The default implementation does nothing.
enterExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitExpression(@NotNull EsperEPL2GrammarParser.ExpressionContext ctx)
EsperEPL2GrammarParser.expression()
.
The default implementation does nothing.
exitExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterNumericListParameter(@NotNull EsperEPL2GrammarParser.NumericListParameterContext ctx)
EsperEPL2GrammarParser.numericListParameter()
.
The default implementation does nothing.
enterNumericListParameter
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitNumericListParameter(@NotNull EsperEPL2GrammarParser.NumericListParameterContext ctx)
EsperEPL2GrammarParser.numericListParameter()
.
The default implementation does nothing.
exitNumericListParameter
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterExpressionListWithNamed(@NotNull EsperEPL2GrammarParser.ExpressionListWithNamedContext ctx)
EsperEPL2GrammarParser.expressionListWithNamed()
.
The default implementation does nothing.
enterExpressionListWithNamed
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitExpressionListWithNamed(@NotNull EsperEPL2GrammarParser.ExpressionListWithNamedContext ctx)
EsperEPL2GrammarParser.expressionListWithNamed()
.
The default implementation does nothing.
exitExpressionListWithNamed
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterExpressionListWithNamedWithTime(@NotNull EsperEPL2GrammarParser.ExpressionListWithNamedWithTimeContext ctx)
EsperEPL2GrammarParser.expressionListWithNamedWithTime()
.
The default implementation does nothing.
enterExpressionListWithNamedWithTime
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitExpressionListWithNamedWithTime(@NotNull EsperEPL2GrammarParser.ExpressionListWithNamedWithTimeContext ctx)
EsperEPL2GrammarParser.expressionListWithNamedWithTime()
.
The default implementation does nothing.
exitExpressionListWithNamedWithTime
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterSelectionListElementExpr(@NotNull EsperEPL2GrammarParser.SelectionListElementExprContext ctx)
EsperEPL2GrammarParser.selectionListElementExpr()
.
The default implementation does nothing.
enterSelectionListElementExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitSelectionListElementExpr(@NotNull EsperEPL2GrammarParser.SelectionListElementExprContext ctx)
EsperEPL2GrammarParser.selectionListElementExpr()
.
The default implementation does nothing.
exitSelectionListElementExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterPatternFilterAnnotation(@NotNull EsperEPL2GrammarParser.PatternFilterAnnotationContext ctx)
EsperEPL2GrammarParser.patternFilterAnnotation()
.
The default implementation does nothing.
enterPatternFilterAnnotation
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitPatternFilterAnnotation(@NotNull EsperEPL2GrammarParser.PatternFilterAnnotationContext ctx)
EsperEPL2GrammarParser.patternFilterAnnotation()
.
The default implementation does nothing.
exitPatternFilterAnnotation
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterRangeOperand(@NotNull EsperEPL2GrammarParser.RangeOperandContext ctx)
EsperEPL2GrammarParser.rangeOperand()
.
The default implementation does nothing.
enterRangeOperand
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitRangeOperand(@NotNull EsperEPL2GrammarParser.RangeOperandContext ctx)
EsperEPL2GrammarParser.rangeOperand()
.
The default implementation does nothing.
exitRangeOperand
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterEventPropertyIdent(@NotNull EsperEPL2GrammarParser.EventPropertyIdentContext ctx)
EsperEPL2GrammarParser.eventPropertyIdent()
.
The default implementation does nothing.
enterEventPropertyIdent
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitEventPropertyIdent(@NotNull EsperEPL2GrammarParser.EventPropertyIdentContext ctx)
EsperEPL2GrammarParser.eventPropertyIdent()
.
The default implementation does nothing.
exitEventPropertyIdent
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateSelectionListElement(@NotNull EsperEPL2GrammarParser.CreateSelectionListElementContext ctx)
EsperEPL2GrammarParser.createSelectionListElement()
.
The default implementation does nothing.
enterCreateSelectionListElement
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateSelectionListElement(@NotNull EsperEPL2GrammarParser.CreateSelectionListElementContext ctx)
EsperEPL2GrammarParser.createSelectionListElement()
.
The default implementation does nothing.
exitCreateSelectionListElement
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGopParamsItemAs(@NotNull EsperEPL2GrammarParser.GopParamsItemAsContext ctx)
EsperEPL2GrammarParser.gopParamsItemAs()
.
The default implementation does nothing.
enterGopParamsItemAs
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGopParamsItemAs(@NotNull EsperEPL2GrammarParser.GopParamsItemAsContext ctx)
EsperEPL2GrammarParser.gopParamsItemAs()
.
The default implementation does nothing.
exitGopParamsItemAs
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterExpressionQualifyable(@NotNull EsperEPL2GrammarParser.ExpressionQualifyableContext ctx)
EsperEPL2GrammarParser.expressionQualifyable()
.
The default implementation does nothing.
enterExpressionQualifyable
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitExpressionQualifyable(@NotNull EsperEPL2GrammarParser.ExpressionQualifyableContext ctx)
EsperEPL2GrammarParser.expressionQualifyable()
.
The default implementation does nothing.
exitExpressionQualifyable
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateContextDistinct(@NotNull EsperEPL2GrammarParser.CreateContextDistinctContext ctx)
EsperEPL2GrammarParser.createContextDistinct()
.
The default implementation does nothing.
enterCreateContextDistinct
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateContextDistinct(@NotNull EsperEPL2GrammarParser.CreateContextDistinctContext ctx)
EsperEPL2GrammarParser.createContextDistinct()
.
The default implementation does nothing.
exitCreateContextDistinct
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterEventPropertyOrLibFunction(@NotNull EsperEPL2GrammarParser.EventPropertyOrLibFunctionContext ctx)
EsperEPL2GrammarParser.eventPropertyOrLibFunction()
.
The default implementation does nothing.
enterEventPropertyOrLibFunction
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitEventPropertyOrLibFunction(@NotNull EsperEPL2GrammarParser.EventPropertyOrLibFunctionContext ctx)
EsperEPL2GrammarParser.eventPropertyOrLibFunction()
.
The default implementation does nothing.
exitEventPropertyOrLibFunction
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateExpressionExpr(@NotNull EsperEPL2GrammarParser.CreateExpressionExprContext ctx)
EsperEPL2GrammarParser.createExpressionExpr()
.
The default implementation does nothing.
enterCreateExpressionExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateExpressionExpr(@NotNull EsperEPL2GrammarParser.CreateExpressionExprContext ctx)
EsperEPL2GrammarParser.createExpressionExpr()
.
The default implementation does nothing.
exitCreateExpressionExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_firstlastwindow(@NotNull EsperEPL2GrammarParser.Builtin_firstlastwindowContext ctx)
EsperEPL2GrammarParser#builtin_firstlastwindow
.
The default implementation does nothing.
enterBuiltin_firstlastwindow
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_firstlastwindow(@NotNull EsperEPL2GrammarParser.Builtin_firstlastwindowContext ctx)
EsperEPL2GrammarParser#builtin_firstlastwindow
.
The default implementation does nothing.
exitBuiltin_firstlastwindow
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterExpressionNamedParameter(@NotNull EsperEPL2GrammarParser.ExpressionNamedParameterContext ctx)
EsperEPL2GrammarParser.expressionNamedParameter()
.
The default implementation does nothing.
enterExpressionNamedParameter
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitExpressionNamedParameter(@NotNull EsperEPL2GrammarParser.ExpressionNamedParameterContext ctx)
EsperEPL2GrammarParser.expressionNamedParameter()
.
The default implementation does nothing.
exitExpressionNamedParameter
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateColumnList(@NotNull EsperEPL2GrammarParser.CreateColumnListContext ctx)
EsperEPL2GrammarParser.createColumnList()
.
The default implementation does nothing.
enterCreateColumnList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateColumnList(@NotNull EsperEPL2GrammarParser.CreateColumnListContext ctx)
EsperEPL2GrammarParser.createColumnList()
.
The default implementation does nothing.
exitCreateColumnList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterExistsSubSelectExpression(@NotNull EsperEPL2GrammarParser.ExistsSubSelectExpressionContext ctx)
EsperEPL2GrammarParser.existsSubSelectExpression()
.
The default implementation does nothing.
enterExistsSubSelectExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitExistsSubSelectExpression(@NotNull EsperEPL2GrammarParser.ExistsSubSelectExpressionContext ctx)
EsperEPL2GrammarParser.existsSubSelectExpression()
.
The default implementation does nothing.
exitExistsSubSelectExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterChainedFunction(@NotNull EsperEPL2GrammarParser.ChainedFunctionContext ctx)
EsperEPL2GrammarParser.chainedFunction()
.
The default implementation does nothing.
enterChainedFunction
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitChainedFunction(@NotNull EsperEPL2GrammarParser.ChainedFunctionContext ctx)
EsperEPL2GrammarParser.chainedFunction()
.
The default implementation does nothing.
exitChainedFunction
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGopOutTypeParam(@NotNull EsperEPL2GrammarParser.GopOutTypeParamContext ctx)
EsperEPL2GrammarParser.gopOutTypeParam()
.
The default implementation does nothing.
enterGopOutTypeParam
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGopOutTypeParam(@NotNull EsperEPL2GrammarParser.GopOutTypeParamContext ctx)
EsperEPL2GrammarParser.gopOutTypeParam()
.
The default implementation does nothing.
exitGopOutTypeParam
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterPropertyExpressionSelect(@NotNull EsperEPL2GrammarParser.PropertyExpressionSelectContext ctx)
EsperEPL2GrammarParser.propertyExpressionSelect()
.
The default implementation does nothing.
enterPropertyExpressionSelect
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitPropertyExpressionSelect(@NotNull EsperEPL2GrammarParser.PropertyExpressionSelectContext ctx)
EsperEPL2GrammarParser.propertyExpressionSelect()
.
The default implementation does nothing.
exitPropertyExpressionSelect
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateSchemaDef(@NotNull EsperEPL2GrammarParser.CreateSchemaDefContext ctx)
EsperEPL2GrammarParser.createSchemaDef()
.
The default implementation does nothing.
enterCreateSchemaDef
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateSchemaDef(@NotNull EsperEPL2GrammarParser.CreateSchemaDefContext ctx)
EsperEPL2GrammarParser.createSchemaDef()
.
The default implementation does nothing.
exitCreateSchemaDef
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateContextChoice(@NotNull EsperEPL2GrammarParser.CreateContextChoiceContext ctx)
EsperEPL2GrammarParser.createContextChoice()
.
The default implementation does nothing.
enterCreateContextChoice
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateContextChoice(@NotNull EsperEPL2GrammarParser.CreateContextChoiceContext ctx)
EsperEPL2GrammarParser.createContextChoice()
.
The default implementation does nothing.
exitCreateContextChoice
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterConcatenationExpr(@NotNull EsperEPL2GrammarParser.ConcatenationExprContext ctx)
EsperEPL2GrammarParser.concatenationExpr()
.
The default implementation does nothing.
enterConcatenationExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitConcatenationExpr(@NotNull EsperEPL2GrammarParser.ConcatenationExprContext ctx)
EsperEPL2GrammarParser.concatenationExpr()
.
The default implementation does nothing.
exitConcatenationExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMergeMatchedItem(@NotNull EsperEPL2GrammarParser.MergeMatchedItemContext ctx)
EsperEPL2GrammarParser.mergeMatchedItem()
.
The default implementation does nothing.
enterMergeMatchedItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMergeMatchedItem(@NotNull EsperEPL2GrammarParser.MergeMatchedItemContext ctx)
EsperEPL2GrammarParser.mergeMatchedItem()
.
The default implementation does nothing.
exitMergeMatchedItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGop(@NotNull EsperEPL2GrammarParser.GopContext ctx)
EsperEPL2GrammarParser.gop()
.
The default implementation does nothing.
enterGop
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGop(@NotNull EsperEPL2GrammarParser.GopContext ctx)
EsperEPL2GrammarParser.gop()
.
The default implementation does nothing.
exitGop
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchUntilRange(@NotNull EsperEPL2GrammarParser.MatchUntilRangeContext ctx)
EsperEPL2GrammarParser.matchUntilRange()
.
The default implementation does nothing.
enterMatchUntilRange
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchUntilRange(@NotNull EsperEPL2GrammarParser.MatchUntilRangeContext ctx)
EsperEPL2GrammarParser.matchUntilRange()
.
The default implementation does nothing.
exitMatchUntilRange
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchRecogPattern(@NotNull EsperEPL2GrammarParser.MatchRecogPatternContext ctx)
EsperEPL2GrammarParser.matchRecogPattern()
.
The default implementation does nothing.
enterMatchRecogPattern
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchRecogPattern(@NotNull EsperEPL2GrammarParser.MatchRecogPatternContext ctx)
EsperEPL2GrammarParser.matchRecogPattern()
.
The default implementation does nothing.
exitMatchRecogPattern
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchRecogMeasures(@NotNull EsperEPL2GrammarParser.MatchRecogMeasuresContext ctx)
EsperEPL2GrammarParser.matchRecogMeasures()
.
The default implementation does nothing.
enterMatchRecogMeasures
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchRecogMeasures(@NotNull EsperEPL2GrammarParser.MatchRecogMeasuresContext ctx)
EsperEPL2GrammarParser.matchRecogMeasures()
.
The default implementation does nothing.
exitMatchRecogMeasures
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterSubstitutionCanChain(@NotNull EsperEPL2GrammarParser.SubstitutionCanChainContext ctx)
EsperEPL2GrammarParser.substitutionCanChain()
.
The default implementation does nothing.
enterSubstitutionCanChain
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitSubstitutionCanChain(@NotNull EsperEPL2GrammarParser.SubstitutionCanChainContext ctx)
EsperEPL2GrammarParser.substitutionCanChain()
.
The default implementation does nothing.
exitSubstitutionCanChain
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterRowSubSelectExpression(@NotNull EsperEPL2GrammarParser.RowSubSelectExpressionContext ctx)
EsperEPL2GrammarParser.rowSubSelectExpression()
.
The default implementation does nothing.
enterRowSubSelectExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitRowSubSelectExpression(@NotNull EsperEPL2GrammarParser.RowSubSelectExpressionContext ctx)
EsperEPL2GrammarParser.rowSubSelectExpression()
.
The default implementation does nothing.
exitRowSubSelectExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_prevwindow(@NotNull EsperEPL2GrammarParser.Builtin_prevwindowContext ctx)
EsperEPL2GrammarParser#builtin_prevwindow
.
The default implementation does nothing.
enterBuiltin_prevwindow
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_prevwindow(@NotNull EsperEPL2GrammarParser.Builtin_prevwindowContext ctx)
EsperEPL2GrammarParser#builtin_prevwindow
.
The default implementation does nothing.
exitBuiltin_prevwindow
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterHourPart(@NotNull EsperEPL2GrammarParser.HourPartContext ctx)
EsperEPL2GrammarParser.hourPart()
.
The default implementation does nothing.
enterHourPart
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitHourPart(@NotNull EsperEPL2GrammarParser.HourPartContext ctx)
EsperEPL2GrammarParser.hourPart()
.
The default implementation does nothing.
exitHourPart
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterUpdateDetails(@NotNull EsperEPL2GrammarParser.UpdateDetailsContext ctx)
EsperEPL2GrammarParser.updateDetails()
.
The default implementation does nothing.
enterUpdateDetails
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitUpdateDetails(@NotNull EsperEPL2GrammarParser.UpdateDetailsContext ctx)
EsperEPL2GrammarParser.updateDetails()
.
The default implementation does nothing.
exitUpdateDetails
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterNumericParameterList(@NotNull EsperEPL2GrammarParser.NumericParameterListContext ctx)
EsperEPL2GrammarParser.numericParameterList()
.
The default implementation does nothing.
enterNumericParameterList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitNumericParameterList(@NotNull EsperEPL2GrammarParser.NumericParameterListContext ctx)
EsperEPL2GrammarParser.numericParameterList()
.
The default implementation does nothing.
exitNumericParameterList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterStringconstant(@NotNull EsperEPL2GrammarParser.StringconstantContext ctx)
EsperEPL2GrammarParser.stringconstant()
.
The default implementation does nothing.
enterStringconstant
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitStringconstant(@NotNull EsperEPL2GrammarParser.StringconstantContext ctx)
EsperEPL2GrammarParser.stringconstant()
.
The default implementation does nothing.
exitStringconstant
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGroupBySetsChoice(@NotNull EsperEPL2GrammarParser.GroupBySetsChoiceContext ctx)
EsperEPL2GrammarParser.groupBySetsChoice()
.
The default implementation does nothing.
enterGroupBySetsChoice
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGroupBySetsChoice(@NotNull EsperEPL2GrammarParser.GroupBySetsChoiceContext ctx)
EsperEPL2GrammarParser.groupBySetsChoice()
.
The default implementation does nothing.
exitGroupBySetsChoice
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterArrayExpression(@NotNull EsperEPL2GrammarParser.ArrayExpressionContext ctx)
EsperEPL2GrammarParser.arrayExpression()
.
The default implementation does nothing.
enterArrayExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitArrayExpression(@NotNull EsperEPL2GrammarParser.ArrayExpressionContext ctx)
EsperEPL2GrammarParser.arrayExpression()
.
The default implementation does nothing.
exitArrayExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_cnt(@NotNull EsperEPL2GrammarParser.Builtin_cntContext ctx)
EsperEPL2GrammarParser#builtin_cnt
.
The default implementation does nothing.
enterBuiltin_cnt
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_cnt(@NotNull EsperEPL2GrammarParser.Builtin_cntContext ctx)
EsperEPL2GrammarParser#builtin_cnt
.
The default implementation does nothing.
exitBuiltin_cnt
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterNegatedExpression(@NotNull EsperEPL2GrammarParser.NegatedExpressionContext ctx)
EsperEPL2GrammarParser.negatedExpression()
.
The default implementation does nothing.
enterNegatedExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitNegatedExpression(@NotNull EsperEPL2GrammarParser.NegatedExpressionContext ctx)
EsperEPL2GrammarParser.negatedExpression()
.
The default implementation does nothing.
exitNegatedExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterWeekDayOperator(@NotNull EsperEPL2GrammarParser.WeekDayOperatorContext ctx)
EsperEPL2GrammarParser.weekDayOperator()
.
The default implementation does nothing.
enterWeekDayOperator
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitWeekDayOperator(@NotNull EsperEPL2GrammarParser.WeekDayOperatorContext ctx)
EsperEPL2GrammarParser.weekDayOperator()
.
The default implementation does nothing.
exitWeekDayOperator
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMethodJoinExpression(@NotNull EsperEPL2GrammarParser.MethodJoinExpressionContext ctx)
EsperEPL2GrammarParser.methodJoinExpression()
.
The default implementation does nothing.
enterMethodJoinExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMethodJoinExpression(@NotNull EsperEPL2GrammarParser.MethodJoinExpressionContext ctx)
EsperEPL2GrammarParser.methodJoinExpression()
.
The default implementation does nothing.
exitMethodJoinExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterClassIdentifier(@NotNull EsperEPL2GrammarParser.ClassIdentifierContext ctx)
EsperEPL2GrammarParser.classIdentifier()
.
The default implementation does nothing.
enterClassIdentifier
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitClassIdentifier(@NotNull EsperEPL2GrammarParser.ClassIdentifierContext ctx)
EsperEPL2GrammarParser.classIdentifier()
.
The default implementation does nothing.
exitClassIdentifier
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterFollowedByRepeat(@NotNull EsperEPL2GrammarParser.FollowedByRepeatContext ctx)
EsperEPL2GrammarParser.followedByRepeat()
.
The default implementation does nothing.
enterFollowedByRepeat
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitFollowedByRepeat(@NotNull EsperEPL2GrammarParser.FollowedByRepeatContext ctx)
EsperEPL2GrammarParser.followedByRepeat()
.
The default implementation does nothing.
exitFollowedByRepeat
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateSchemaQual(@NotNull EsperEPL2GrammarParser.CreateSchemaQualContext ctx)
EsperEPL2GrammarParser.createSchemaQual()
.
The default implementation does nothing.
enterCreateSchemaQual
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateSchemaQual(@NotNull EsperEPL2GrammarParser.CreateSchemaQualContext ctx)
EsperEPL2GrammarParser.createSchemaQual()
.
The default implementation does nothing.
exitCreateSchemaQual
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchRecogPatternUnary(@NotNull EsperEPL2GrammarParser.MatchRecogPatternUnaryContext ctx)
EsperEPL2GrammarParser.matchRecogPatternUnary()
.
The default implementation does nothing.
enterMatchRecogPatternUnary
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchRecogPatternUnary(@NotNull EsperEPL2GrammarParser.MatchRecogPatternUnaryContext ctx)
EsperEPL2GrammarParser.matchRecogPatternUnary()
.
The default implementation does nothing.
exitMatchRecogPatternUnary
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterPropertyExpression(@NotNull EsperEPL2GrammarParser.PropertyExpressionContext ctx)
EsperEPL2GrammarParser.propertyExpression()
.
The default implementation does nothing.
enterPropertyExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitPropertyExpression(@NotNull EsperEPL2GrammarParser.PropertyExpressionContext ctx)
EsperEPL2GrammarParser.propertyExpression()
.
The default implementation does nothing.
exitPropertyExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterExpressionNamedParameterWithTime(@NotNull EsperEPL2GrammarParser.ExpressionNamedParameterWithTimeContext ctx)
EsperEPL2GrammarParser.expressionNamedParameterWithTime()
.
The default implementation does nothing.
enterExpressionNamedParameterWithTime
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitExpressionNamedParameterWithTime(@NotNull EsperEPL2GrammarParser.ExpressionNamedParameterWithTimeContext ctx)
EsperEPL2GrammarParser.expressionNamedParameterWithTime()
.
The default implementation does nothing.
exitExpressionNamedParameterWithTime
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_cast(@NotNull EsperEPL2GrammarParser.Builtin_castContext ctx)
EsperEPL2GrammarParser#builtin_cast
.
The default implementation does nothing.
enterBuiltin_cast
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_cast(@NotNull EsperEPL2GrammarParser.Builtin_castContext ctx)
EsperEPL2GrammarParser#builtin_cast
.
The default implementation does nothing.
exitBuiltin_cast
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterLastOperator(@NotNull EsperEPL2GrammarParser.LastOperatorContext ctx)
EsperEPL2GrammarParser.lastOperator()
.
The default implementation does nothing.
enterLastOperator
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitLastOperator(@NotNull EsperEPL2GrammarParser.LastOperatorContext ctx)
EsperEPL2GrammarParser.lastOperator()
.
The default implementation does nothing.
exitLastOperator
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateIndexExpr(@NotNull EsperEPL2GrammarParser.CreateIndexExprContext ctx)
EsperEPL2GrammarParser.createIndexExpr()
.
The default implementation does nothing.
enterCreateIndexExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateIndexExpr(@NotNull EsperEPL2GrammarParser.CreateIndexExprContext ctx)
EsperEPL2GrammarParser.createIndexExpr()
.
The default implementation does nothing.
exitCreateIndexExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterSubSelectGroupExpression(@NotNull EsperEPL2GrammarParser.SubSelectGroupExpressionContext ctx)
EsperEPL2GrammarParser.subSelectGroupExpression()
.
The default implementation does nothing.
enterSubSelectGroupExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitSubSelectGroupExpression(@NotNull EsperEPL2GrammarParser.SubSelectGroupExpressionContext ctx)
EsperEPL2GrammarParser.subSelectGroupExpression()
.
The default implementation does nothing.
exitSubSelectGroupExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterAnnotationEnum(@NotNull EsperEPL2GrammarParser.AnnotationEnumContext ctx)
EsperEPL2GrammarParser.annotationEnum()
.
The default implementation does nothing.
enterAnnotationEnum
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitAnnotationEnum(@NotNull EsperEPL2GrammarParser.AnnotationEnumContext ctx)
EsperEPL2GrammarParser.annotationEnum()
.
The default implementation does nothing.
exitAnnotationEnum
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterFirstLastWindowAggregation(@NotNull EsperEPL2GrammarParser.FirstLastWindowAggregationContext ctx)
EsperEPL2GrammarParser.firstLastWindowAggregation()
.
The default implementation does nothing.
enterFirstLastWindowAggregation
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitFirstLastWindowAggregation(@NotNull EsperEPL2GrammarParser.FirstLastWindowAggregationContext ctx)
EsperEPL2GrammarParser.firstLastWindowAggregation()
.
The default implementation does nothing.
exitFirstLastWindowAggregation
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOutputLimitAfter(@NotNull EsperEPL2GrammarParser.OutputLimitAfterContext ctx)
EsperEPL2GrammarParser.outputLimitAfter()
.
The default implementation does nothing.
enterOutputLimitAfter
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOutputLimitAfter(@NotNull EsperEPL2GrammarParser.OutputLimitAfterContext ctx)
EsperEPL2GrammarParser.outputLimitAfter()
.
The default implementation does nothing.
exitOutputLimitAfter
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_median(@NotNull EsperEPL2GrammarParser.Builtin_medianContext ctx)
EsperEPL2GrammarParser#builtin_median
.
The default implementation does nothing.
enterBuiltin_median
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_median(@NotNull EsperEPL2GrammarParser.Builtin_medianContext ctx)
EsperEPL2GrammarParser#builtin_median
.
The default implementation does nothing.
exitBuiltin_median
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterEscapableStr(@NotNull EsperEPL2GrammarParser.EscapableStrContext ctx)
EsperEPL2GrammarParser.escapableStr()
.
The default implementation does nothing.
enterEscapableStr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitEscapableStr(@NotNull EsperEPL2GrammarParser.EscapableStrContext ctx)
EsperEPL2GrammarParser.escapableStr()
.
The default implementation does nothing.
exitEscapableStr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterSlashIdentifier(@NotNull EsperEPL2GrammarParser.SlashIdentifierContext ctx)
EsperEPL2GrammarParser.slashIdentifier()
.
The default implementation does nothing.
enterSlashIdentifier
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitSlashIdentifier(@NotNull EsperEPL2GrammarParser.SlashIdentifierContext ctx)
EsperEPL2GrammarParser.slashIdentifier()
.
The default implementation does nothing.
exitSlashIdentifier
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterAndExpression(@NotNull EsperEPL2GrammarParser.AndExpressionContext ctx)
EsperEPL2GrammarParser.andExpression()
.
The default implementation does nothing.
enterAndExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitAndExpression(@NotNull EsperEPL2GrammarParser.AndExpressionContext ctx)
EsperEPL2GrammarParser.andExpression()
.
The default implementation does nothing.
exitAndExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterJsonelements(@NotNull EsperEPL2GrammarParser.JsonelementsContext ctx)
EsperEPL2GrammarParser.jsonelements()
.
The default implementation does nothing.
enterJsonelements
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitJsonelements(@NotNull EsperEPL2GrammarParser.JsonelementsContext ctx)
EsperEPL2GrammarParser.jsonelements()
.
The default implementation does nothing.
exitJsonelements
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCaseExpression(@NotNull EsperEPL2GrammarParser.CaseExpressionContext ctx)
EsperEPL2GrammarParser.caseExpression()
.
The default implementation does nothing.
enterCaseExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCaseExpression(@NotNull EsperEPL2GrammarParser.CaseExpressionContext ctx)
EsperEPL2GrammarParser.caseExpression()
.
The default implementation does nothing.
exitCaseExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterExpressionWithTime(@NotNull EsperEPL2GrammarParser.ExpressionWithTimeContext ctx)
EsperEPL2GrammarParser.expressionWithTime()
.
The default implementation does nothing.
enterExpressionWithTime
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitExpressionWithTime(@NotNull EsperEPL2GrammarParser.ExpressionWithTimeContext ctx)
EsperEPL2GrammarParser.expressionWithTime()
.
The default implementation does nothing.
exitExpressionWithTime
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateContextDetail(@NotNull EsperEPL2GrammarParser.CreateContextDetailContext ctx)
EsperEPL2GrammarParser.createContextDetail()
.
The default implementation does nothing.
enterCreateContextDetail
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateContextDetail(@NotNull EsperEPL2GrammarParser.CreateContextDetailContext ctx)
EsperEPL2GrammarParser.createContextDetail()
.
The default implementation does nothing.
exitCreateContextDetail
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterStartEventPropertyRule(@NotNull EsperEPL2GrammarParser.StartEventPropertyRuleContext ctx)
EsperEPL2GrammarParser.startEventPropertyRule()
.
The default implementation does nothing.
enterStartEventPropertyRule
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitStartEventPropertyRule(@NotNull EsperEPL2GrammarParser.StartEventPropertyRuleContext ctx)
EsperEPL2GrammarParser.startEventPropertyRule()
.
The default implementation does nothing.
exitStartEventPropertyRule
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGopParams(@NotNull EsperEPL2GrammarParser.GopParamsContext ctx)
EsperEPL2GrammarParser.gopParams()
.
The default implementation does nothing.
enterGopParams
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGopParams(@NotNull EsperEPL2GrammarParser.GopParamsContext ctx)
EsperEPL2GrammarParser.gopParams()
.
The default implementation does nothing.
exitGopParams
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_instanceof(@NotNull EsperEPL2GrammarParser.Builtin_instanceofContext ctx)
EsperEPL2GrammarParser#builtin_instanceof
.
The default implementation does nothing.
enterBuiltin_instanceof
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_instanceof(@NotNull EsperEPL2GrammarParser.Builtin_instanceofContext ctx)
EsperEPL2GrammarParser#builtin_instanceof
.
The default implementation does nothing.
exitBuiltin_instanceof
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOuterJoinList(@NotNull EsperEPL2GrammarParser.OuterJoinListContext ctx)
EsperEPL2GrammarParser.outerJoinList()
.
The default implementation does nothing.
enterOuterJoinList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOuterJoinList(@NotNull EsperEPL2GrammarParser.OuterJoinListContext ctx)
EsperEPL2GrammarParser.outerJoinList()
.
The default implementation does nothing.
exitOuterJoinList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterSelectionListElementAnno(@NotNull EsperEPL2GrammarParser.SelectionListElementAnnoContext ctx)
EsperEPL2GrammarParser.selectionListElementAnno()
.
The default implementation does nothing.
enterSelectionListElementAnno
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitSelectionListElementAnno(@NotNull EsperEPL2GrammarParser.SelectionListElementAnnoContext ctx)
EsperEPL2GrammarParser.selectionListElementAnno()
.
The default implementation does nothing.
exitSelectionListElementAnno
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMinutePart(@NotNull EsperEPL2GrammarParser.MinutePartContext ctx)
EsperEPL2GrammarParser.minutePart()
.
The default implementation does nothing.
enterMinutePart
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMinutePart(@NotNull EsperEPL2GrammarParser.MinutePartContext ctx)
EsperEPL2GrammarParser.minutePart()
.
The default implementation does nothing.
exitMinutePart
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterEvalOrExpression(@NotNull EsperEPL2GrammarParser.EvalOrExpressionContext ctx)
EsperEPL2GrammarParser.evalOrExpression()
.
The default implementation does nothing.
enterEvalOrExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitEvalOrExpression(@NotNull EsperEPL2GrammarParser.EvalOrExpressionContext ctx)
EsperEPL2GrammarParser.evalOrExpression()
.
The default implementation does nothing.
exitEvalOrExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterWeekPart(@NotNull EsperEPL2GrammarParser.WeekPartContext ctx)
EsperEPL2GrammarParser.weekPart()
.
The default implementation does nothing.
enterWeekPart
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitWeekPart(@NotNull EsperEPL2GrammarParser.WeekPartContext ctx)
EsperEPL2GrammarParser.weekPart()
.
The default implementation does nothing.
exitWeekPart
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGroupByCombinableExpr(@NotNull EsperEPL2GrammarParser.GroupByCombinableExprContext ctx)
EsperEPL2GrammarParser.groupByCombinableExpr()
.
The default implementation does nothing.
enterGroupByCombinableExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGroupByCombinableExpr(@NotNull EsperEPL2GrammarParser.GroupByCombinableExprContext ctx)
EsperEPL2GrammarParser.groupByCombinableExpr()
.
The default implementation does nothing.
exitGroupByCombinableExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterExpressionWithTimeList(@NotNull EsperEPL2GrammarParser.ExpressionWithTimeListContext ctx)
EsperEPL2GrammarParser.expressionWithTimeList()
.
The default implementation does nothing.
enterExpressionWithTimeList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitExpressionWithTimeList(@NotNull EsperEPL2GrammarParser.ExpressionWithTimeListContext ctx)
EsperEPL2GrammarParser.expressionWithTimeList()
.
The default implementation does nothing.
exitExpressionWithTimeList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterElementValuePairsEnum(@NotNull EsperEPL2GrammarParser.ElementValuePairsEnumContext ctx)
EsperEPL2GrammarParser.elementValuePairsEnum()
.
The default implementation does nothing.
enterElementValuePairsEnum
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitElementValuePairsEnum(@NotNull EsperEPL2GrammarParser.ElementValuePairsEnumContext ctx)
EsperEPL2GrammarParser.elementValuePairsEnum()
.
The default implementation does nothing.
exitElementValuePairsEnum
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterStartJsonValueRule(@NotNull EsperEPL2GrammarParser.StartJsonValueRuleContext ctx)
EsperEPL2GrammarParser.startJsonValueRule()
.
The default implementation does nothing.
enterStartJsonValueRule
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitStartJsonValueRule(@NotNull EsperEPL2GrammarParser.StartJsonValueRuleContext ctx)
EsperEPL2GrammarParser.startJsonValueRule()
.
The default implementation does nothing.
exitStartJsonValueRule
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOnUpdateExpr(@NotNull EsperEPL2GrammarParser.OnUpdateExprContext ctx)
EsperEPL2GrammarParser.onUpdateExpr()
.
The default implementation does nothing.
enterOnUpdateExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOnUpdateExpr(@NotNull EsperEPL2GrammarParser.OnUpdateExprContext ctx)
EsperEPL2GrammarParser.onUpdateExpr()
.
The default implementation does nothing.
exitOnUpdateExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOuterJoin(@NotNull EsperEPL2GrammarParser.OuterJoinContext ctx)
EsperEPL2GrammarParser.outerJoin()
.
The default implementation does nothing.
enterOuterJoin
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOuterJoin(@NotNull EsperEPL2GrammarParser.OuterJoinContext ctx)
EsperEPL2GrammarParser.outerJoin()
.
The default implementation does nothing.
exitOuterJoin
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGroupByGroupingSets(@NotNull EsperEPL2GrammarParser.GroupByGroupingSetsContext ctx)
EsperEPL2GrammarParser.groupByGroupingSets()
.
The default implementation does nothing.
enterGroupByGroupingSets
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGroupByGroupingSets(@NotNull EsperEPL2GrammarParser.GroupByGroupingSetsContext ctx)
EsperEPL2GrammarParser.groupByGroupingSets()
.
The default implementation does nothing.
exitGroupByGroupingSets
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBitWiseExpression(@NotNull EsperEPL2GrammarParser.BitWiseExpressionContext ctx)
EsperEPL2GrammarParser.bitWiseExpression()
.
The default implementation does nothing.
enterBitWiseExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBitWiseExpression(@NotNull EsperEPL2GrammarParser.BitWiseExpressionContext ctx)
EsperEPL2GrammarParser.bitWiseExpression()
.
The default implementation does nothing.
exitBitWiseExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterLibFunctionNoClass(@NotNull EsperEPL2GrammarParser.LibFunctionNoClassContext ctx)
EsperEPL2GrammarParser.libFunctionNoClass()
.
The default implementation does nothing.
enterLibFunctionNoClass
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitLibFunctionNoClass(@NotNull EsperEPL2GrammarParser.LibFunctionNoClassContext ctx)
EsperEPL2GrammarParser.libFunctionNoClass()
.
The default implementation does nothing.
exitLibFunctionNoClass
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOutputLimit(@NotNull EsperEPL2GrammarParser.OutputLimitContext ctx)
EsperEPL2GrammarParser.outputLimit()
.
The default implementation does nothing.
enterOutputLimit
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOutputLimit(@NotNull EsperEPL2GrammarParser.OutputLimitContext ctx)
EsperEPL2GrammarParser.outputLimit()
.
The default implementation does nothing.
exitOutputLimit
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterVariantListElement(@NotNull EsperEPL2GrammarParser.VariantListElementContext ctx)
EsperEPL2GrammarParser.variantListElement()
.
The default implementation does nothing.
enterVariantListElement
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitVariantListElement(@NotNull EsperEPL2GrammarParser.VariantListElementContext ctx)
EsperEPL2GrammarParser.variantListElement()
.
The default implementation does nothing.
exitVariantListElement
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterQualifyExpression(@NotNull EsperEPL2GrammarParser.QualifyExpressionContext ctx)
EsperEPL2GrammarParser.qualifyExpression()
.
The default implementation does nothing.
enterQualifyExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitQualifyExpression(@NotNull EsperEPL2GrammarParser.QualifyExpressionContext ctx)
EsperEPL2GrammarParser.qualifyExpression()
.
The default implementation does nothing.
exitQualifyExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterFafUpdate(@NotNull EsperEPL2GrammarParser.FafUpdateContext ctx)
EsperEPL2GrammarParser.fafUpdate()
.
The default implementation does nothing.
enterFafUpdate
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitFafUpdate(@NotNull EsperEPL2GrammarParser.FafUpdateContext ctx)
EsperEPL2GrammarParser.fafUpdate()
.
The default implementation does nothing.
exitFafUpdate
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterPropertyExpressionAnnotation(@NotNull EsperEPL2GrammarParser.PropertyExpressionAnnotationContext ctx)
EsperEPL2GrammarParser.propertyExpressionAnnotation()
.
The default implementation does nothing.
enterPropertyExpressionAnnotation
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitPropertyExpressionAnnotation(@NotNull EsperEPL2GrammarParser.PropertyExpressionAnnotationContext ctx)
EsperEPL2GrammarParser.propertyExpressionAnnotation()
.
The default implementation does nothing.
exitPropertyExpressionAnnotation
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterStartPatternExpressionRule(@NotNull EsperEPL2GrammarParser.StartPatternExpressionRuleContext ctx)
EsperEPL2GrammarParser.startPatternExpressionRule()
.
The default implementation does nothing.
enterStartPatternExpressionRule
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitStartPatternExpressionRule(@NotNull EsperEPL2GrammarParser.StartPatternExpressionRuleContext ctx)
EsperEPL2GrammarParser.startPatternExpressionRule()
.
The default implementation does nothing.
exitStartPatternExpressionRule
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMergeInsert(@NotNull EsperEPL2GrammarParser.MergeInsertContext ctx)
EsperEPL2GrammarParser.mergeInsert()
.
The default implementation does nothing.
enterMergeInsert
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMergeInsert(@NotNull EsperEPL2GrammarParser.MergeInsertContext ctx)
EsperEPL2GrammarParser.mergeInsert()
.
The default implementation does nothing.
exitMergeInsert
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateIndexColumnList(@NotNull EsperEPL2GrammarParser.CreateIndexColumnListContext ctx)
EsperEPL2GrammarParser.createIndexColumnList()
.
The default implementation does nothing.
enterCreateIndexColumnList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateIndexColumnList(@NotNull EsperEPL2GrammarParser.CreateIndexColumnListContext ctx)
EsperEPL2GrammarParser.createIndexColumnList()
.
The default implementation does nothing.
exitCreateIndexColumnList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterExpressionWithNamedWithTime(@NotNull EsperEPL2GrammarParser.ExpressionWithNamedWithTimeContext ctx)
EsperEPL2GrammarParser.expressionWithNamedWithTime()
.
The default implementation does nothing.
enterExpressionWithNamedWithTime
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitExpressionWithNamedWithTime(@NotNull EsperEPL2GrammarParser.ExpressionWithNamedWithTimeContext ctx)
EsperEPL2GrammarParser.expressionWithNamedWithTime()
.
The default implementation does nothing.
exitExpressionWithNamedWithTime
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterDistinctExpressionAtom(@NotNull EsperEPL2GrammarParser.DistinctExpressionAtomContext ctx)
EsperEPL2GrammarParser.distinctExpressionAtom()
.
The default implementation does nothing.
enterDistinctExpressionAtom
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitDistinctExpressionAtom(@NotNull EsperEPL2GrammarParser.DistinctExpressionAtomContext ctx)
EsperEPL2GrammarParser.distinctExpressionAtom()
.
The default implementation does nothing.
exitDistinctExpressionAtom
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMultiplyExpression(@NotNull EsperEPL2GrammarParser.MultiplyExpressionContext ctx)
EsperEPL2GrammarParser.multiplyExpression()
.
The default implementation does nothing.
enterMultiplyExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMultiplyExpression(@NotNull EsperEPL2GrammarParser.MultiplyExpressionContext ctx)
EsperEPL2GrammarParser.multiplyExpression()
.
The default implementation does nothing.
exitMultiplyExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_istream(@NotNull EsperEPL2GrammarParser.Builtin_istreamContext ctx)
EsperEPL2GrammarParser#builtin_istream
.
The default implementation does nothing.
enterBuiltin_istream
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_istream(@NotNull EsperEPL2GrammarParser.Builtin_istreamContext ctx)
EsperEPL2GrammarParser#builtin_istream
.
The default implementation does nothing.
exitBuiltin_istream
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateTableColumnList(@NotNull EsperEPL2GrammarParser.CreateTableColumnListContext ctx)
EsperEPL2GrammarParser.createTableColumnList()
.
The default implementation does nothing.
enterCreateTableColumnList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateTableColumnList(@NotNull EsperEPL2GrammarParser.CreateTableColumnListContext ctx)
EsperEPL2GrammarParser.createTableColumnList()
.
The default implementation does nothing.
exitCreateTableColumnList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterNumber(@NotNull EsperEPL2GrammarParser.NumberContext ctx)
EsperEPL2GrammarParser.number()
.
The default implementation does nothing.
enterNumber
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitNumber(@NotNull EsperEPL2GrammarParser.NumberContext ctx)
EsperEPL2GrammarParser.number()
.
The default implementation does nothing.
exitNumber
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchRecogPatternAtom(@NotNull EsperEPL2GrammarParser.MatchRecogPatternAtomContext ctx)
EsperEPL2GrammarParser.matchRecogPatternAtom()
.
The default implementation does nothing.
enterMatchRecogPatternAtom
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchRecogPatternAtom(@NotNull EsperEPL2GrammarParser.MatchRecogPatternAtomContext ctx)
EsperEPL2GrammarParser.matchRecogPatternAtom()
.
The default implementation does nothing.
exitMatchRecogPatternAtom
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchRecogPatternRepeat(@NotNull EsperEPL2GrammarParser.MatchRecogPatternRepeatContext ctx)
EsperEPL2GrammarParser.matchRecogPatternRepeat()
.
The default implementation does nothing.
enterMatchRecogPatternRepeat
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchRecogPatternRepeat(@NotNull EsperEPL2GrammarParser.MatchRecogPatternRepeatContext ctx)
EsperEPL2GrammarParser.matchRecogPatternRepeat()
.
The default implementation does nothing.
exitMatchRecogPatternRepeat
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterNumberconstant(@NotNull EsperEPL2GrammarParser.NumberconstantContext ctx)
EsperEPL2GrammarParser.numberconstant()
.
The default implementation does nothing.
enterNumberconstant
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitNumberconstant(@NotNull EsperEPL2GrammarParser.NumberconstantContext ctx)
EsperEPL2GrammarParser.numberconstant()
.
The default implementation does nothing.
exitNumberconstant
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateTableColumn(@NotNull EsperEPL2GrammarParser.CreateTableColumnContext ctx)
EsperEPL2GrammarParser.createTableColumn()
.
The default implementation does nothing.
enterCreateTableColumn
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateTableColumn(@NotNull EsperEPL2GrammarParser.CreateTableColumnContext ctx)
EsperEPL2GrammarParser.createTableColumn()
.
The default implementation does nothing.
exitCreateTableColumn
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterNewAssign(@NotNull EsperEPL2GrammarParser.NewAssignContext ctx)
EsperEPL2GrammarParser.newAssign()
.
The default implementation does nothing.
enterNewAssign
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitNewAssign(@NotNull EsperEPL2GrammarParser.NewAssignContext ctx)
EsperEPL2GrammarParser.newAssign()
.
The default implementation does nothing.
exitNewAssign
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterInsertIntoExpr(@NotNull EsperEPL2GrammarParser.InsertIntoExprContext ctx)
EsperEPL2GrammarParser.insertIntoExpr()
.
The default implementation does nothing.
enterInsertIntoExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitInsertIntoExpr(@NotNull EsperEPL2GrammarParser.InsertIntoExprContext ctx)
EsperEPL2GrammarParser.insertIntoExpr()
.
The default implementation does nothing.
exitInsertIntoExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGopList(@NotNull EsperEPL2GrammarParser.GopListContext ctx)
EsperEPL2GrammarParser.gopList()
.
The default implementation does nothing.
enterGopList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGopList(@NotNull EsperEPL2GrammarParser.GopListContext ctx)
EsperEPL2GrammarParser.gopList()
.
The default implementation does nothing.
exitGopList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterPatternInclusionExpression(@NotNull EsperEPL2GrammarParser.PatternInclusionExpressionContext ctx)
EsperEPL2GrammarParser.patternInclusionExpression()
.
The default implementation does nothing.
enterPatternInclusionExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitPatternInclusionExpression(@NotNull EsperEPL2GrammarParser.PatternInclusionExpressionContext ctx)
EsperEPL2GrammarParser.patternInclusionExpression()
.
The default implementation does nothing.
exitPatternInclusionExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchUntilExpression(@NotNull EsperEPL2GrammarParser.MatchUntilExpressionContext ctx)
EsperEPL2GrammarParser.matchUntilExpression()
.
The default implementation does nothing.
enterMatchUntilExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchUntilExpression(@NotNull EsperEPL2GrammarParser.MatchUntilExpressionContext ctx)
EsperEPL2GrammarParser.matchUntilExpression()
.
The default implementation does nothing.
exitMatchUntilExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOrderByListElement(@NotNull EsperEPL2GrammarParser.OrderByListElementContext ctx)
EsperEPL2GrammarParser.orderByListElement()
.
The default implementation does nothing.
enterOrderByListElement
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOrderByListElement(@NotNull EsperEPL2GrammarParser.OrderByListElementContext ctx)
EsperEPL2GrammarParser.orderByListElement()
.
The default implementation does nothing.
exitOrderByListElement
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterPatternExpression(@NotNull EsperEPL2GrammarParser.PatternExpressionContext ctx)
EsperEPL2GrammarParser.patternExpression()
.
The default implementation does nothing.
enterPatternExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitPatternExpression(@NotNull EsperEPL2GrammarParser.PatternExpressionContext ctx)
EsperEPL2GrammarParser.patternExpression()
.
The default implementation does nothing.
exitPatternExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterEplExpression(@NotNull EsperEPL2GrammarParser.EplExpressionContext ctx)
EsperEPL2GrammarParser.eplExpression()
.
The default implementation does nothing.
enterEplExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitEplExpression(@NotNull EsperEPL2GrammarParser.EplExpressionContext ctx)
EsperEPL2GrammarParser.eplExpression()
.
The default implementation does nothing.
exitEplExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGopOutItem(@NotNull EsperEPL2GrammarParser.GopOutItemContext ctx)
EsperEPL2GrammarParser.gopOutItem()
.
The default implementation does nothing.
enterGopOutItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGopOutItem(@NotNull EsperEPL2GrammarParser.GopOutItemContext ctx)
EsperEPL2GrammarParser.gopOutItem()
.
The default implementation does nothing.
exitGopOutItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterStartEPLExpressionRule(@NotNull EsperEPL2GrammarParser.StartEPLExpressionRuleContext ctx)
EsperEPL2GrammarParser.startEPLExpressionRule()
.
The default implementation does nothing.
enterStartEPLExpressionRule
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitStartEPLExpressionRule(@NotNull EsperEPL2GrammarParser.StartEPLExpressionRuleContext ctx)
EsperEPL2GrammarParser.startEPLExpressionRule()
.
The default implementation does nothing.
exitStartEPLExpressionRule
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOnStreamExpr(@NotNull EsperEPL2GrammarParser.OnStreamExprContext ctx)
EsperEPL2GrammarParser.onStreamExpr()
.
The default implementation does nothing.
enterOnStreamExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOnStreamExpr(@NotNull EsperEPL2GrammarParser.OnStreamExprContext ctx)
EsperEPL2GrammarParser.onStreamExpr()
.
The default implementation does nothing.
exitOnStreamExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOutputClauseInsert(@NotNull EsperEPL2GrammarParser.OutputClauseInsertContext ctx)
EsperEPL2GrammarParser.outputClauseInsert()
.
The default implementation does nothing.
enterOutputClauseInsert
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOutputClauseInsert(@NotNull EsperEPL2GrammarParser.OutputClauseInsertContext ctx)
EsperEPL2GrammarParser.outputClauseInsert()
.
The default implementation does nothing.
exitOutputClauseInsert
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGopParamsItemMany(@NotNull EsperEPL2GrammarParser.GopParamsItemManyContext ctx)
EsperEPL2GrammarParser.gopParamsItemMany()
.
The default implementation does nothing.
enterGopParamsItemMany
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGopParamsItemMany(@NotNull EsperEPL2GrammarParser.GopParamsItemManyContext ctx)
EsperEPL2GrammarParser.gopParamsItemMany()
.
The default implementation does nothing.
exitGopParamsItemMany
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOuterJoinIdentPair(@NotNull EsperEPL2GrammarParser.OuterJoinIdentPairContext ctx)
EsperEPL2GrammarParser.outerJoinIdentPair()
.
The default implementation does nothing.
enterOuterJoinIdentPair
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOuterJoinIdentPair(@NotNull EsperEPL2GrammarParser.OuterJoinIdentPairContext ctx)
EsperEPL2GrammarParser.outerJoinIdentPair()
.
The default implementation does nothing.
exitOuterJoinIdentPair
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOnDeleteExpr(@NotNull EsperEPL2GrammarParser.OnDeleteExprContext ctx)
EsperEPL2GrammarParser.onDeleteExpr()
.
The default implementation does nothing.
enterOnDeleteExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOnDeleteExpr(@NotNull EsperEPL2GrammarParser.OnDeleteExprContext ctx)
EsperEPL2GrammarParser.onDeleteExpr()
.
The default implementation does nothing.
exitOnDeleteExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterJsonvalue(@NotNull EsperEPL2GrammarParser.JsonvalueContext ctx)
EsperEPL2GrammarParser.jsonvalue()
.
The default implementation does nothing.
enterJsonvalue
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitJsonvalue(@NotNull EsperEPL2GrammarParser.JsonvalueContext ctx)
EsperEPL2GrammarParser.jsonvalue()
.
The default implementation does nothing.
exitJsonvalue
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterLibFunctionWithClass(@NotNull EsperEPL2GrammarParser.LibFunctionWithClassContext ctx)
EsperEPL2GrammarParser.libFunctionWithClass()
.
The default implementation does nothing.
enterLibFunctionWithClass
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitLibFunctionWithClass(@NotNull EsperEPL2GrammarParser.LibFunctionWithClassContext ctx)
EsperEPL2GrammarParser.libFunctionWithClass()
.
The default implementation does nothing.
exitLibFunctionWithClass
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterFuncIdentTop(@NotNull EsperEPL2GrammarParser.FuncIdentTopContext ctx)
EsperEPL2GrammarParser.funcIdentTop()
.
The default implementation does nothing.
enterFuncIdentTop
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitFuncIdentTop(@NotNull EsperEPL2GrammarParser.FuncIdentTopContext ctx)
EsperEPL2GrammarParser.funcIdentTop()
.
The default implementation does nothing.
exitFuncIdentTop
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterElseClause(@NotNull EsperEPL2GrammarParser.ElseClauseContext ctx)
EsperEPL2GrammarParser.elseClause()
.
The default implementation does nothing.
enterElseClause
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitElseClause(@NotNull EsperEPL2GrammarParser.ElseClauseContext ctx)
EsperEPL2GrammarParser.elseClause()
.
The default implementation does nothing.
exitElseClause
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMergeUnmatchedItem(@NotNull EsperEPL2GrammarParser.MergeUnmatchedItemContext ctx)
EsperEPL2GrammarParser.mergeUnmatchedItem()
.
The default implementation does nothing.
enterMergeUnmatchedItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMergeUnmatchedItem(@NotNull EsperEPL2GrammarParser.MergeUnmatchedItemContext ctx)
EsperEPL2GrammarParser.mergeUnmatchedItem()
.
The default implementation does nothing.
exitMergeUnmatchedItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateWindowExprModelAfter(@NotNull EsperEPL2GrammarParser.CreateWindowExprModelAfterContext ctx)
EsperEPL2GrammarParser.createWindowExprModelAfter()
.
The default implementation does nothing.
enterCreateWindowExprModelAfter
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateWindowExprModelAfter(@NotNull EsperEPL2GrammarParser.CreateWindowExprModelAfterContext ctx)
EsperEPL2GrammarParser.createWindowExprModelAfter()
.
The default implementation does nothing.
exitCreateWindowExprModelAfter
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_prior(@NotNull EsperEPL2GrammarParser.Builtin_priorContext ctx)
EsperEPL2GrammarParser#builtin_prior
.
The default implementation does nothing.
enterBuiltin_prior
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_prior(@NotNull EsperEPL2GrammarParser.Builtin_priorContext ctx)
EsperEPL2GrammarParser#builtin_prior
.
The default implementation does nothing.
exitBuiltin_prior
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOrderByListExpr(@NotNull EsperEPL2GrammarParser.OrderByListExprContext ctx)
EsperEPL2GrammarParser.orderByListExpr()
.
The default implementation does nothing.
enterOrderByListExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOrderByListExpr(@NotNull EsperEPL2GrammarParser.OrderByListExprContext ctx)
EsperEPL2GrammarParser.orderByListExpr()
.
The default implementation does nothing.
exitOrderByListExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterFollowedByExpression(@NotNull EsperEPL2GrammarParser.FollowedByExpressionContext ctx)
EsperEPL2GrammarParser.followedByExpression()
.
The default implementation does nothing.
enterFollowedByExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitFollowedByExpression(@NotNull EsperEPL2GrammarParser.FollowedByExpressionContext ctx)
EsperEPL2GrammarParser.followedByExpression()
.
The default implementation does nothing.
exitFollowedByExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateContextFilter(@NotNull EsperEPL2GrammarParser.CreateContextFilterContext ctx)
EsperEPL2GrammarParser.createContextFilter()
.
The default implementation does nothing.
enterCreateContextFilter
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateContextFilter(@NotNull EsperEPL2GrammarParser.CreateContextFilterContext ctx)
EsperEPL2GrammarParser.createContextFilter()
.
The default implementation does nothing.
exitCreateContextFilter
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterSubQueryExpr(@NotNull EsperEPL2GrammarParser.SubQueryExprContext ctx)
EsperEPL2GrammarParser.subQueryExpr()
.
The default implementation does nothing.
enterSubQueryExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitSubQueryExpr(@NotNull EsperEPL2GrammarParser.SubQueryExprContext ctx)
EsperEPL2GrammarParser.subQueryExpr()
.
The default implementation does nothing.
exitSubQueryExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_typeof(@NotNull EsperEPL2GrammarParser.Builtin_typeofContext ctx)
EsperEPL2GrammarParser#builtin_typeof
.
The default implementation does nothing.
enterBuiltin_typeof
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_typeof(@NotNull EsperEPL2GrammarParser.Builtin_typeofContext ctx)
EsperEPL2GrammarParser#builtin_typeof
.
The default implementation does nothing.
exitBuiltin_typeof
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateTableExpr(@NotNull EsperEPL2GrammarParser.CreateTableExprContext ctx)
EsperEPL2GrammarParser.createTableExpr()
.
The default implementation does nothing.
enterCreateTableExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateTableExpr(@NotNull EsperEPL2GrammarParser.CreateTableExprContext ctx)
EsperEPL2GrammarParser.createTableExpr()
.
The default implementation does nothing.
exitCreateTableExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateDataflow(@NotNull EsperEPL2GrammarParser.CreateDataflowContext ctx)
EsperEPL2GrammarParser.createDataflow()
.
The default implementation does nothing.
enterCreateDataflow
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateDataflow(@NotNull EsperEPL2GrammarParser.CreateDataflowContext ctx)
EsperEPL2GrammarParser.createDataflow()
.
The default implementation does nothing.
exitCreateDataflow
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateSchemaExpr(@NotNull EsperEPL2GrammarParser.CreateSchemaExprContext ctx)
EsperEPL2GrammarParser.createSchemaExpr()
.
The default implementation does nothing.
enterCreateSchemaExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateSchemaExpr(@NotNull EsperEPL2GrammarParser.CreateSchemaExprContext ctx)
EsperEPL2GrammarParser.createSchemaExpr()
.
The default implementation does nothing.
exitCreateSchemaExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateContextExpr(@NotNull EsperEPL2GrammarParser.CreateContextExprContext ctx)
EsperEPL2GrammarParser.createContextExpr()
.
The default implementation does nothing.
enterCreateContextExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateContextExpr(@NotNull EsperEPL2GrammarParser.CreateContextExprContext ctx)
EsperEPL2GrammarParser.createContextExpr()
.
The default implementation does nothing.
exitCreateContextExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_avg(@NotNull EsperEPL2GrammarParser.Builtin_avgContext ctx)
EsperEPL2GrammarParser#builtin_avg
.
The default implementation does nothing.
enterBuiltin_avg
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_avg(@NotNull EsperEPL2GrammarParser.Builtin_avgContext ctx)
EsperEPL2GrammarParser#builtin_avg
.
The default implementation does nothing.
exitBuiltin_avg
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterHavingClause(@NotNull EsperEPL2GrammarParser.HavingClauseContext ctx)
EsperEPL2GrammarParser.havingClause()
.
The default implementation does nothing.
enterHavingClause
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitHavingClause(@NotNull EsperEPL2GrammarParser.HavingClauseContext ctx)
EsperEPL2GrammarParser.havingClause()
.
The default implementation does nothing.
exitHavingClause
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterFromClause(@NotNull EsperEPL2GrammarParser.FromClauseContext ctx)
EsperEPL2GrammarParser.fromClause()
.
The default implementation does nothing.
enterFromClause
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitFromClause(@NotNull EsperEPL2GrammarParser.FromClauseContext ctx)
EsperEPL2GrammarParser.fromClause()
.
The default implementation does nothing.
exitFromClause
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGroupByListExpr(@NotNull EsperEPL2GrammarParser.GroupByListExprContext ctx)
EsperEPL2GrammarParser.groupByListExpr()
.
The default implementation does nothing.
enterGroupByListExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGroupByListExpr(@NotNull EsperEPL2GrammarParser.GroupByListExprContext ctx)
EsperEPL2GrammarParser.groupByListExpr()
.
The default implementation does nothing.
exitGroupByListExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchRecogDefineItem(@NotNull EsperEPL2GrammarParser.MatchRecogDefineItemContext ctx)
EsperEPL2GrammarParser.matchRecogDefineItem()
.
The default implementation does nothing.
enterMatchRecogDefineItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchRecogDefineItem(@NotNull EsperEPL2GrammarParser.MatchRecogDefineItemContext ctx)
EsperEPL2GrammarParser.matchRecogDefineItem()
.
The default implementation does nothing.
exitMatchRecogDefineItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterColumnList(@NotNull EsperEPL2GrammarParser.ColumnListContext ctx)
EsperEPL2GrammarParser.columnList()
.
The default implementation does nothing.
enterColumnList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitColumnList(@NotNull EsperEPL2GrammarParser.ColumnListContext ctx)
EsperEPL2GrammarParser.columnList()
.
The default implementation does nothing.
exitColumnList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchRecogDefine(@NotNull EsperEPL2GrammarParser.MatchRecogDefineContext ctx)
EsperEPL2GrammarParser.matchRecogDefine()
.
The default implementation does nothing.
enterMatchRecogDefine
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchRecogDefine(@NotNull EsperEPL2GrammarParser.MatchRecogDefineContext ctx)
EsperEPL2GrammarParser.matchRecogDefine()
.
The default implementation does nothing.
exitMatchRecogDefine
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchRecogMatchesAfterSkip(@NotNull EsperEPL2GrammarParser.MatchRecogMatchesAfterSkipContext ctx)
EsperEPL2GrammarParser.matchRecogMatchesAfterSkip()
.
The default implementation does nothing.
enterMatchRecogMatchesAfterSkip
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchRecogMatchesAfterSkip(@NotNull EsperEPL2GrammarParser.MatchRecogMatchesAfterSkipContext ctx)
EsperEPL2GrammarParser.matchRecogMatchesAfterSkip()
.
The default implementation does nothing.
exitMatchRecogMatchesAfterSkip
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchRecogPatternNested(@NotNull EsperEPL2GrammarParser.MatchRecogPatternNestedContext ctx)
EsperEPL2GrammarParser.matchRecogPatternNested()
.
The default implementation does nothing.
enterMatchRecogPatternNested
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchRecogPatternNested(@NotNull EsperEPL2GrammarParser.MatchRecogPatternNestedContext ctx)
EsperEPL2GrammarParser.matchRecogPatternNested()
.
The default implementation does nothing.
exitMatchRecogPatternNested
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_coalesce(@NotNull EsperEPL2GrammarParser.Builtin_coalesceContext ctx)
EsperEPL2GrammarParser#builtin_coalesce
.
The default implementation does nothing.
enterBuiltin_coalesce
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_coalesce(@NotNull EsperEPL2GrammarParser.Builtin_coalesceContext ctx)
EsperEPL2GrammarParser#builtin_coalesce
.
The default implementation does nothing.
exitBuiltin_coalesce
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOrExpression(@NotNull EsperEPL2GrammarParser.OrExpressionContext ctx)
EsperEPL2GrammarParser.orExpression()
.
The default implementation does nothing.
enterOrExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOrExpression(@NotNull EsperEPL2GrammarParser.OrExpressionContext ctx)
EsperEPL2GrammarParser.orExpression()
.
The default implementation does nothing.
exitOrExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOnSetExpr(@NotNull EsperEPL2GrammarParser.OnSetExprContext ctx)
EsperEPL2GrammarParser.onSetExpr()
.
The default implementation does nothing.
enterOnSetExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOnSetExpr(@NotNull EsperEPL2GrammarParser.OnSetExprContext ctx)
EsperEPL2GrammarParser.onSetExpr()
.
The default implementation does nothing.
exitOnSetExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterEscapableIdent(@NotNull EsperEPL2GrammarParser.EscapableIdentContext ctx)
EsperEPL2GrammarParser.escapableIdent()
.
The default implementation does nothing.
enterEscapableIdent
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitEscapableIdent(@NotNull EsperEPL2GrammarParser.EscapableIdentContext ctx)
EsperEPL2GrammarParser.escapableIdent()
.
The default implementation does nothing.
exitEscapableIdent
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOnSelectInsertExpr(@NotNull EsperEPL2GrammarParser.OnSelectInsertExprContext ctx)
EsperEPL2GrammarParser.onSelectInsertExpr()
.
The default implementation does nothing.
enterOnSelectInsertExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOnSelectInsertExpr(@NotNull EsperEPL2GrammarParser.OnSelectInsertExprContext ctx)
EsperEPL2GrammarParser.onSelectInsertExpr()
.
The default implementation does nothing.
exitOnSelectInsertExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateColumnListElement(@NotNull EsperEPL2GrammarParser.CreateColumnListElementContext ctx)
EsperEPL2GrammarParser.createColumnListElement()
.
The default implementation does nothing.
enterCreateColumnListElement
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateColumnListElement(@NotNull EsperEPL2GrammarParser.CreateColumnListElementContext ctx)
EsperEPL2GrammarParser.createColumnListElement()
.
The default implementation does nothing.
exitCreateColumnListElement
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterPropertyStreamSelector(@NotNull EsperEPL2GrammarParser.PropertyStreamSelectorContext ctx)
EsperEPL2GrammarParser.propertyStreamSelector()
.
The default implementation does nothing.
enterPropertyStreamSelector
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitPropertyStreamSelector(@NotNull EsperEPL2GrammarParser.PropertyStreamSelectorContext ctx)
EsperEPL2GrammarParser.propertyStreamSelector()
.
The default implementation does nothing.
exitPropertyStreamSelector
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterWhereClause(@NotNull EsperEPL2GrammarParser.WhereClauseContext ctx)
EsperEPL2GrammarParser.whereClause()
.
The default implementation does nothing.
enterWhereClause
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitWhereClause(@NotNull EsperEPL2GrammarParser.WhereClauseContext ctx)
EsperEPL2GrammarParser.whereClause()
.
The default implementation does nothing.
exitWhereClause
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterFafInsert(@NotNull EsperEPL2GrammarParser.FafInsertContext ctx)
EsperEPL2GrammarParser.fafInsert()
.
The default implementation does nothing.
enterFafInsert
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitFafInsert(@NotNull EsperEPL2GrammarParser.FafInsertContext ctx)
EsperEPL2GrammarParser.fafInsert()
.
The default implementation does nothing.
exitFafInsert
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterDatabaseJoinExpression(@NotNull EsperEPL2GrammarParser.DatabaseJoinExpressionContext ctx)
EsperEPL2GrammarParser.databaseJoinExpression()
.
The default implementation does nothing.
enterDatabaseJoinExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitDatabaseJoinExpression(@NotNull EsperEPL2GrammarParser.DatabaseJoinExpressionContext ctx)
EsperEPL2GrammarParser.databaseJoinExpression()
.
The default implementation does nothing.
exitDatabaseJoinExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterConstant(@NotNull EsperEPL2GrammarParser.ConstantContext ctx)
EsperEPL2GrammarParser.constant()
.
The default implementation does nothing.
enterConstant
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitConstant(@NotNull EsperEPL2GrammarParser.ConstantContext ctx)
EsperEPL2GrammarParser.constant()
.
The default implementation does nothing.
exitConstant
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterExpressionDef(@NotNull EsperEPL2GrammarParser.ExpressionDefContext ctx)
EsperEPL2GrammarParser.expressionDef()
.
The default implementation does nothing.
enterExpressionDef
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitExpressionDef(@NotNull EsperEPL2GrammarParser.ExpressionDefContext ctx)
EsperEPL2GrammarParser.expressionDef()
.
The default implementation does nothing.
exitExpressionDef
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMergeMatched(@NotNull EsperEPL2GrammarParser.MergeMatchedContext ctx)
EsperEPL2GrammarParser.mergeMatched()
.
The default implementation does nothing.
enterMergeMatched
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMergeMatched(@NotNull EsperEPL2GrammarParser.MergeMatchedContext ctx)
EsperEPL2GrammarParser.mergeMatched()
.
The default implementation does nothing.
exitMergeMatched
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterEvalEqualsExpression(@NotNull EsperEPL2GrammarParser.EvalEqualsExpressionContext ctx)
EsperEPL2GrammarParser.evalEqualsExpression()
.
The default implementation does nothing.
enterEvalEqualsExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitEvalEqualsExpression(@NotNull EsperEPL2GrammarParser.EvalEqualsExpressionContext ctx)
EsperEPL2GrammarParser.evalEqualsExpression()
.
The default implementation does nothing.
exitEvalEqualsExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterEventProperty(@NotNull EsperEPL2GrammarParser.EventPropertyContext ctx)
EsperEPL2GrammarParser.eventProperty()
.
The default implementation does nothing.
enterEventProperty
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitEventProperty(@NotNull EsperEPL2GrammarParser.EventPropertyContext ctx)
EsperEPL2GrammarParser.eventProperty()
.
The default implementation does nothing.
exitEventProperty
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterLibFunction(@NotNull EsperEPL2GrammarParser.LibFunctionContext ctx)
EsperEPL2GrammarParser.libFunction()
.
The default implementation does nothing.
enterLibFunction
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitLibFunction(@NotNull EsperEPL2GrammarParser.LibFunctionContext ctx)
EsperEPL2GrammarParser.libFunction()
.
The default implementation does nothing.
exitLibFunction
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterFafDelete(@NotNull EsperEPL2GrammarParser.FafDeleteContext ctx)
EsperEPL2GrammarParser.fafDelete()
.
The default implementation does nothing.
enterFafDelete
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitFafDelete(@NotNull EsperEPL2GrammarParser.FafDeleteContext ctx)
EsperEPL2GrammarParser.fafDelete()
.
The default implementation does nothing.
exitFafDelete
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterRowLimit(@NotNull EsperEPL2GrammarParser.RowLimitContext ctx)
EsperEPL2GrammarParser.rowLimit()
.
The default implementation does nothing.
enterRowLimit
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitRowLimit(@NotNull EsperEPL2GrammarParser.RowLimitContext ctx)
EsperEPL2GrammarParser.rowLimit()
.
The default implementation does nothing.
exitRowLimit
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterFuncIdentInner(@NotNull EsperEPL2GrammarParser.FuncIdentInnerContext ctx)
EsperEPL2GrammarParser.funcIdentInner()
.
The default implementation does nothing.
enterFuncIdentInner
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitFuncIdentInner(@NotNull EsperEPL2GrammarParser.FuncIdentInnerContext ctx)
EsperEPL2GrammarParser.funcIdentInner()
.
The default implementation does nothing.
exitFuncIdentInner
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_currts(@NotNull EsperEPL2GrammarParser.Builtin_currtsContext ctx)
EsperEPL2GrammarParser#builtin_currts
.
The default implementation does nothing.
enterBuiltin_currts
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_currts(@NotNull EsperEPL2GrammarParser.Builtin_currtsContext ctx)
EsperEPL2GrammarParser#builtin_currts
.
The default implementation does nothing.
exitBuiltin_currts
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterElementValueArrayEnum(@NotNull EsperEPL2GrammarParser.ElementValueArrayEnumContext ctx)
EsperEPL2GrammarParser.elementValueArrayEnum()
.
The default implementation does nothing.
enterElementValueArrayEnum
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitElementValueArrayEnum(@NotNull EsperEPL2GrammarParser.ElementValueArrayEnumContext ctx)
EsperEPL2GrammarParser.elementValueArrayEnum()
.
The default implementation does nothing.
exitElementValueArrayEnum
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterElementValuePairEnum(@NotNull EsperEPL2GrammarParser.ElementValuePairEnumContext ctx)
EsperEPL2GrammarParser.elementValuePairEnum()
.
The default implementation does nothing.
enterElementValuePairEnum
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitElementValuePairEnum(@NotNull EsperEPL2GrammarParser.ElementValuePairEnumContext ctx)
EsperEPL2GrammarParser.elementValuePairEnum()
.
The default implementation does nothing.
exitElementValuePairEnum
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchRecogPatternConcat(@NotNull EsperEPL2GrammarParser.MatchRecogPatternConcatContext ctx)
EsperEPL2GrammarParser.matchRecogPatternConcat()
.
The default implementation does nothing.
enterMatchRecogPatternConcat
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchRecogPatternConcat(@NotNull EsperEPL2GrammarParser.MatchRecogPatternConcatContext ctx)
EsperEPL2GrammarParser.matchRecogPatternConcat()
.
The default implementation does nothing.
exitMatchRecogPatternConcat
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOuterJoinIdent(@NotNull EsperEPL2GrammarParser.OuterJoinIdentContext ctx)
EsperEPL2GrammarParser.outerJoinIdent()
.
The default implementation does nothing.
enterOuterJoinIdent
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOuterJoinIdent(@NotNull EsperEPL2GrammarParser.OuterJoinIdentContext ctx)
EsperEPL2GrammarParser.outerJoinIdent()
.
The default implementation does nothing.
exitOuterJoinIdent
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterPropertyExpressionAtomic(@NotNull EsperEPL2GrammarParser.PropertyExpressionAtomicContext ctx)
EsperEPL2GrammarParser.propertyExpressionAtomic()
.
The default implementation does nothing.
enterPropertyExpressionAtomic
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitPropertyExpressionAtomic(@NotNull EsperEPL2GrammarParser.PropertyExpressionAtomicContext ctx)
EsperEPL2GrammarParser.propertyExpressionAtomic()
.
The default implementation does nothing.
exitPropertyExpressionAtomic
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterJsonobject(@NotNull EsperEPL2GrammarParser.JsonobjectContext ctx)
EsperEPL2GrammarParser.jsonobject()
.
The default implementation does nothing.
enterJsonobject
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitJsonobject(@NotNull EsperEPL2GrammarParser.JsonobjectContext ctx)
EsperEPL2GrammarParser.jsonobject()
.
The default implementation does nothing.
exitJsonobject
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterContextExpr(@NotNull EsperEPL2GrammarParser.ContextExprContext ctx)
EsperEPL2GrammarParser.contextExpr()
.
The default implementation does nothing.
enterContextExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitContextExpr(@NotNull EsperEPL2GrammarParser.ContextExprContext ctx)
EsperEPL2GrammarParser.contextExpr()
.
The default implementation does nothing.
exitContextExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterJsonpair(@NotNull EsperEPL2GrammarParser.JsonpairContext ctx)
EsperEPL2GrammarParser.jsonpair()
.
The default implementation does nothing.
enterJsonpair
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitJsonpair(@NotNull EsperEPL2GrammarParser.JsonpairContext ctx)
EsperEPL2GrammarParser.jsonpair()
.
The default implementation does nothing.
exitJsonpair
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterJsonmembers(@NotNull EsperEPL2GrammarParser.JsonmembersContext ctx)
EsperEPL2GrammarParser.jsonmembers()
.
The default implementation does nothing.
enterJsonmembers
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitJsonmembers(@NotNull EsperEPL2GrammarParser.JsonmembersContext ctx)
EsperEPL2GrammarParser.jsonmembers()
.
The default implementation does nothing.
exitJsonmembers
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMergeItem(@NotNull EsperEPL2GrammarParser.MergeItemContext ctx)
EsperEPL2GrammarParser.mergeItem()
.
The default implementation does nothing.
enterMergeItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMergeItem(@NotNull EsperEPL2GrammarParser.MergeItemContext ctx)
EsperEPL2GrammarParser.mergeItem()
.
The default implementation does nothing.
exitMergeItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterExpressionDialect(@NotNull EsperEPL2GrammarParser.ExpressionDialectContext ctx)
EsperEPL2GrammarParser.expressionDialect()
.
The default implementation does nothing.
enterExpressionDialect
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitExpressionDialect(@NotNull EsperEPL2GrammarParser.ExpressionDialectContext ctx)
EsperEPL2GrammarParser.expressionDialect()
.
The default implementation does nothing.
exitExpressionDialect
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterElementValueEnum(@NotNull EsperEPL2GrammarParser.ElementValueEnumContext ctx)
EsperEPL2GrammarParser.elementValueEnum()
.
The default implementation does nothing.
enterElementValueEnum
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitElementValueEnum(@NotNull EsperEPL2GrammarParser.ElementValueEnumContext ctx)
EsperEPL2GrammarParser.elementValueEnum()
.
The default implementation does nothing.
exitElementValueEnum
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOnSetAssignmentList(@NotNull EsperEPL2GrammarParser.OnSetAssignmentListContext ctx)
EsperEPL2GrammarParser.onSetAssignmentList()
.
The default implementation does nothing.
enterOnSetAssignmentList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOnSetAssignmentList(@NotNull EsperEPL2GrammarParser.OnSetAssignmentListContext ctx)
EsperEPL2GrammarParser.onSetAssignmentList()
.
The default implementation does nothing.
exitOnSetAssignmentList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchRecogPartitionBy(@NotNull EsperEPL2GrammarParser.MatchRecogPartitionByContext ctx)
EsperEPL2GrammarParser.matchRecogPartitionBy()
.
The default implementation does nothing.
enterMatchRecogPartitionBy
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchRecogPartitionBy(@NotNull EsperEPL2GrammarParser.MatchRecogPartitionByContext ctx)
EsperEPL2GrammarParser.matchRecogPartitionBy()
.
The default implementation does nothing.
exitMatchRecogPartitionBy
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCrontabLimitParameterSet(@NotNull EsperEPL2GrammarParser.CrontabLimitParameterSetContext ctx)
EsperEPL2GrammarParser.crontabLimitParameterSet()
.
The default implementation does nothing.
enterCrontabLimitParameterSet
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCrontabLimitParameterSet(@NotNull EsperEPL2GrammarParser.CrontabLimitParameterSetContext ctx)
EsperEPL2GrammarParser.crontabLimitParameterSet()
.
The default implementation does nothing.
exitCrontabLimitParameterSet
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateContextGroupItem(@NotNull EsperEPL2GrammarParser.CreateContextGroupItemContext ctx)
EsperEPL2GrammarParser.createContextGroupItem()
.
The default implementation does nothing.
enterCreateContextGroupItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateContextGroupItem(@NotNull EsperEPL2GrammarParser.CreateContextGroupItemContext ctx)
EsperEPL2GrammarParser.createContextGroupItem()
.
The default implementation does nothing.
exitCreateContextGroupItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOnSetAssignment(@NotNull EsperEPL2GrammarParser.OnSetAssignmentContext ctx)
EsperEPL2GrammarParser.onSetAssignment()
.
The default implementation does nothing.
enterOnSetAssignment
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOnSetAssignment(@NotNull EsperEPL2GrammarParser.OnSetAssignmentContext ctx)
EsperEPL2GrammarParser.onSetAssignment()
.
The default implementation does nothing.
exitOnSetAssignment
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateIndexColumn(@NotNull EsperEPL2GrammarParser.CreateIndexColumnContext ctx)
EsperEPL2GrammarParser.createIndexColumn()
.
The default implementation does nothing.
enterCreateIndexColumn
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateIndexColumn(@NotNull EsperEPL2GrammarParser.CreateIndexColumnContext ctx)
EsperEPL2GrammarParser.createIndexColumn()
.
The default implementation does nothing.
exitCreateIndexColumn
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_prevcount(@NotNull EsperEPL2GrammarParser.Builtin_prevcountContext ctx)
EsperEPL2GrammarParser#builtin_prevcount
.
The default implementation does nothing.
enterBuiltin_prevcount
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_prevcount(@NotNull EsperEPL2GrammarParser.Builtin_prevcountContext ctx)
EsperEPL2GrammarParser#builtin_prevcount
.
The default implementation does nothing.
exitBuiltin_prevcount
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_groupingid(@NotNull EsperEPL2GrammarParser.Builtin_groupingidContext ctx)
EsperEPL2GrammarParser#builtin_groupingid
.
The default implementation does nothing.
enterBuiltin_groupingid
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_groupingid(@NotNull EsperEPL2GrammarParser.Builtin_groupingidContext ctx)
EsperEPL2GrammarParser#builtin_groupingid
.
The default implementation does nothing.
exitBuiltin_groupingid
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterRegularJoin(@NotNull EsperEPL2GrammarParser.RegularJoinContext ctx)
EsperEPL2GrammarParser.regularJoin()
.
The default implementation does nothing.
enterRegularJoin
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitRegularJoin(@NotNull EsperEPL2GrammarParser.RegularJoinContext ctx)
EsperEPL2GrammarParser.regularJoin()
.
The default implementation does nothing.
exitRegularJoin
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterEventFilterExpression(@NotNull EsperEPL2GrammarParser.EventFilterExpressionContext ctx)
EsperEPL2GrammarParser.eventFilterExpression()
.
The default implementation does nothing.
enterEventFilterExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitEventFilterExpression(@NotNull EsperEPL2GrammarParser.EventFilterExpressionContext ctx)
EsperEPL2GrammarParser.eventFilterExpression()
.
The default implementation does nothing.
exitEventFilterExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGopOut(@NotNull EsperEPL2GrammarParser.GopOutContext ctx)
EsperEPL2GrammarParser.gopOut()
.
The default implementation does nothing.
enterGopOut
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGopOut(@NotNull EsperEPL2GrammarParser.GopOutContext ctx)
EsperEPL2GrammarParser.gopOut()
.
The default implementation does nothing.
exitGopOut
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterContextContextNested(@NotNull EsperEPL2GrammarParser.ContextContextNestedContext ctx)
EsperEPL2GrammarParser.contextContextNested()
.
The default implementation does nothing.
enterContextContextNested
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitContextContextNested(@NotNull EsperEPL2GrammarParser.ContextContextNestedContext ctx)
EsperEPL2GrammarParser.contextContextNested()
.
The default implementation does nothing.
exitContextContextNested
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterTimePeriod(@NotNull EsperEPL2GrammarParser.TimePeriodContext ctx)
EsperEPL2GrammarParser.timePeriod()
.
The default implementation does nothing.
enterTimePeriod
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitTimePeriod(@NotNull EsperEPL2GrammarParser.TimePeriodContext ctx)
EsperEPL2GrammarParser.timePeriod()
.
The default implementation does nothing.
exitTimePeriod
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterSelectionList(@NotNull EsperEPL2GrammarParser.SelectionListContext ctx)
EsperEPL2GrammarParser.selectionList()
.
The default implementation does nothing.
enterSelectionList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitSelectionList(@NotNull EsperEPL2GrammarParser.SelectionListContext ctx)
EsperEPL2GrammarParser.selectionList()
.
The default implementation does nothing.
exitSelectionList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterEventPropertyAtomic(@NotNull EsperEPL2GrammarParser.EventPropertyAtomicContext ctx)
EsperEPL2GrammarParser.eventPropertyAtomic()
.
The default implementation does nothing.
enterEventPropertyAtomic
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitEventPropertyAtomic(@NotNull EsperEPL2GrammarParser.EventPropertyAtomicContext ctx)
EsperEPL2GrammarParser.eventPropertyAtomic()
.
The default implementation does nothing.
exitEventPropertyAtomic
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMillisecondPart(@NotNull EsperEPL2GrammarParser.MillisecondPartContext ctx)
EsperEPL2GrammarParser.millisecondPart()
.
The default implementation does nothing.
enterMillisecondPart
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMillisecondPart(@NotNull EsperEPL2GrammarParser.MillisecondPartContext ctx)
EsperEPL2GrammarParser.millisecondPart()
.
The default implementation does nothing.
exitMillisecondPart
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMergeUnmatched(@NotNull EsperEPL2GrammarParser.MergeUnmatchedContext ctx)
EsperEPL2GrammarParser.mergeUnmatched()
.
The default implementation does nothing.
enterMergeUnmatched
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMergeUnmatched(@NotNull EsperEPL2GrammarParser.MergeUnmatchedContext ctx)
EsperEPL2GrammarParser.mergeUnmatched()
.
The default implementation does nothing.
exitMergeUnmatched
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterSubstitution(@NotNull EsperEPL2GrammarParser.SubstitutionContext ctx)
EsperEPL2GrammarParser.substitution()
.
The default implementation does nothing.
enterSubstitution
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitSubstitution(@NotNull EsperEPL2GrammarParser.SubstitutionContext ctx)
EsperEPL2GrammarParser.substitution()
.
The default implementation does nothing.
exitSubstitution
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterSecondPart(@NotNull EsperEPL2GrammarParser.SecondPartContext ctx)
EsperEPL2GrammarParser.secondPart()
.
The default implementation does nothing.
enterSecondPart
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitSecondPart(@NotNull EsperEPL2GrammarParser.SecondPartContext ctx)
EsperEPL2GrammarParser.secondPart()
.
The default implementation does nothing.
exitSecondPart
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_sum(@NotNull EsperEPL2GrammarParser.Builtin_sumContext ctx)
EsperEPL2GrammarParser#builtin_sum
.
The default implementation does nothing.
enterBuiltin_sum
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_sum(@NotNull EsperEPL2GrammarParser.Builtin_sumContext ctx)
EsperEPL2GrammarParser#builtin_sum
.
The default implementation does nothing.
exitBuiltin_sum
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGopParamsItemList(@NotNull EsperEPL2GrammarParser.GopParamsItemListContext ctx)
EsperEPL2GrammarParser.gopParamsItemList()
.
The default implementation does nothing.
enterGopParamsItemList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGopParamsItemList(@NotNull EsperEPL2GrammarParser.GopParamsItemListContext ctx)
EsperEPL2GrammarParser.gopParamsItemList()
.
The default implementation does nothing.
exitGopParamsItemList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGopParamsItem(@NotNull EsperEPL2GrammarParser.GopParamsItemContext ctx)
EsperEPL2GrammarParser.gopParamsItem()
.
The default implementation does nothing.
enterGopParamsItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGopParamsItem(@NotNull EsperEPL2GrammarParser.GopParamsItemContext ctx)
EsperEPL2GrammarParser.gopParamsItem()
.
The default implementation does nothing.
exitGopParamsItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchRecog(@NotNull EsperEPL2GrammarParser.MatchRecogContext ctx)
EsperEPL2GrammarParser.matchRecog()
.
The default implementation does nothing.
enterMatchRecog
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchRecog(@NotNull EsperEPL2GrammarParser.MatchRecogContext ctx)
EsperEPL2GrammarParser.matchRecog()
.
The default implementation does nothing.
exitMatchRecog
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterExpressionWithTimeInclLast(@NotNull EsperEPL2GrammarParser.ExpressionWithTimeInclLastContext ctx)
EsperEPL2GrammarParser.expressionWithTimeInclLast()
.
The default implementation does nothing.
enterExpressionWithTimeInclLast
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitExpressionWithTimeInclLast(@NotNull EsperEPL2GrammarParser.ExpressionWithTimeInclLastContext ctx)
EsperEPL2GrammarParser.expressionWithTimeInclLast()
.
The default implementation does nothing.
exitExpressionWithTimeInclLast
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateContextRangePoint(@NotNull EsperEPL2GrammarParser.CreateContextRangePointContext ctx)
EsperEPL2GrammarParser.createContextRangePoint()
.
The default implementation does nothing.
enterCreateContextRangePoint
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateContextRangePoint(@NotNull EsperEPL2GrammarParser.CreateContextRangePointContext ctx)
EsperEPL2GrammarParser.createContextRangePoint()
.
The default implementation does nothing.
exitCreateContextRangePoint
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGopOutTypeList(@NotNull EsperEPL2GrammarParser.GopOutTypeListContext ctx)
EsperEPL2GrammarParser.gopOutTypeList()
.
The default implementation does nothing.
enterGopOutTypeList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGopOutTypeList(@NotNull EsperEPL2GrammarParser.GopOutTypeListContext ctx)
EsperEPL2GrammarParser.gopOutTypeList()
.
The default implementation does nothing.
exitGopOutTypeList
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterMatchRecogPatternPermute(@NotNull EsperEPL2GrammarParser.MatchRecogPatternPermuteContext ctx)
EsperEPL2GrammarParser.matchRecogPatternPermute()
.
The default implementation does nothing.
enterMatchRecogPatternPermute
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitMatchRecogPatternPermute(@NotNull EsperEPL2GrammarParser.MatchRecogPatternPermuteContext ctx)
EsperEPL2GrammarParser.matchRecogPatternPermute()
.
The default implementation does nothing.
exitMatchRecogPatternPermute
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterForExpr(@NotNull EsperEPL2GrammarParser.ForExprContext ctx)
EsperEPL2GrammarParser.forExpr()
.
The default implementation does nothing.
enterForExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitForExpr(@NotNull EsperEPL2GrammarParser.ForExprContext ctx)
EsperEPL2GrammarParser.forExpr()
.
The default implementation does nothing.
exitForExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_stddev(@NotNull EsperEPL2GrammarParser.Builtin_stddevContext ctx)
EsperEPL2GrammarParser#builtin_stddev
.
The default implementation does nothing.
enterBuiltin_stddev
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_stddev(@NotNull EsperEPL2GrammarParser.Builtin_stddevContext ctx)
EsperEPL2GrammarParser#builtin_stddev
.
The default implementation does nothing.
exitBuiltin_stddev
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateVariableExpr(@NotNull EsperEPL2GrammarParser.CreateVariableExprContext ctx)
EsperEPL2GrammarParser.createVariableExpr()
.
The default implementation does nothing.
enterCreateVariableExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateVariableExpr(@NotNull EsperEPL2GrammarParser.CreateVariableExprContext ctx)
EsperEPL2GrammarParser.createVariableExpr()
.
The default implementation does nothing.
exitCreateVariableExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateContextCoalesceItem(@NotNull EsperEPL2GrammarParser.CreateContextCoalesceItemContext ctx)
EsperEPL2GrammarParser.createContextCoalesceItem()
.
The default implementation does nothing.
enterCreateContextCoalesceItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateContextCoalesceItem(@NotNull EsperEPL2GrammarParser.CreateContextCoalesceItemContext ctx)
EsperEPL2GrammarParser.createContextCoalesceItem()
.
The default implementation does nothing.
exitCreateContextCoalesceItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterGuardPostFix(@NotNull EsperEPL2GrammarParser.GuardPostFixContext ctx)
EsperEPL2GrammarParser.guardPostFix()
.
The default implementation does nothing.
enterGuardPostFix
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitGuardPostFix(@NotNull EsperEPL2GrammarParser.GuardPostFixContext ctx)
EsperEPL2GrammarParser.guardPostFix()
.
The default implementation does nothing.
exitGuardPostFix
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterStreamExpression(@NotNull EsperEPL2GrammarParser.StreamExpressionContext ctx)
EsperEPL2GrammarParser.streamExpression()
.
The default implementation does nothing.
enterStreamExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitStreamExpression(@NotNull EsperEPL2GrammarParser.StreamExpressionContext ctx)
EsperEPL2GrammarParser.streamExpression()
.
The default implementation does nothing.
exitStreamExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterSubSelectFilterExpr(@NotNull EsperEPL2GrammarParser.SubSelectFilterExprContext ctx)
EsperEPL2GrammarParser.subSelectFilterExpr()
.
The default implementation does nothing.
enterSubSelectFilterExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitSubSelectFilterExpr(@NotNull EsperEPL2GrammarParser.SubSelectFilterExprContext ctx)
EsperEPL2GrammarParser.subSelectFilterExpr()
.
The default implementation does nothing.
exitSubSelectFilterExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterAtomicExpression(@NotNull EsperEPL2GrammarParser.AtomicExpressionContext ctx)
EsperEPL2GrammarParser.atomicExpression()
.
The default implementation does nothing.
enterAtomicExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitAtomicExpression(@NotNull EsperEPL2GrammarParser.AtomicExpressionContext ctx)
EsperEPL2GrammarParser.atomicExpression()
.
The default implementation does nothing.
exitAtomicExpression
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterJsonarray(@NotNull EsperEPL2GrammarParser.JsonarrayContext ctx)
EsperEPL2GrammarParser.jsonarray()
.
The default implementation does nothing.
enterJsonarray
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitJsonarray(@NotNull EsperEPL2GrammarParser.JsonarrayContext ctx)
EsperEPL2GrammarParser.jsonarray()
.
The default implementation does nothing.
exitJsonarray
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterYearPart(@NotNull EsperEPL2GrammarParser.YearPartContext ctx)
EsperEPL2GrammarParser.yearPart()
.
The default implementation does nothing.
enterYearPart
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitYearPart(@NotNull EsperEPL2GrammarParser.YearPartContext ctx)
EsperEPL2GrammarParser.yearPart()
.
The default implementation does nothing.
exitYearPart
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterDayPart(@NotNull EsperEPL2GrammarParser.DayPartContext ctx)
EsperEPL2GrammarParser.dayPart()
.
The default implementation does nothing.
enterDayPart
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitDayPart(@NotNull EsperEPL2GrammarParser.DayPartContext ctx)
EsperEPL2GrammarParser.dayPart()
.
The default implementation does nothing.
exitDayPart
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateWindowExpr(@NotNull EsperEPL2GrammarParser.CreateWindowExprContext ctx)
EsperEPL2GrammarParser.createWindowExpr()
.
The default implementation does nothing.
enterCreateWindowExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateWindowExpr(@NotNull EsperEPL2GrammarParser.CreateWindowExprContext ctx)
EsperEPL2GrammarParser.createWindowExpr()
.
The default implementation does nothing.
exitCreateWindowExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterOnExpr(@NotNull EsperEPL2GrammarParser.OnExprContext ctx)
EsperEPL2GrammarParser.onExpr()
.
The default implementation does nothing.
enterOnExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitOnExpr(@NotNull EsperEPL2GrammarParser.OnExprContext ctx)
EsperEPL2GrammarParser.onExpr()
.
The default implementation does nothing.
exitOnExpr
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterBuiltin_prev(@NotNull EsperEPL2GrammarParser.Builtin_prevContext ctx)
EsperEPL2GrammarParser#builtin_prev
.
The default implementation does nothing.
enterBuiltin_prev
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitBuiltin_prev(@NotNull EsperEPL2GrammarParser.Builtin_prevContext ctx)
EsperEPL2GrammarParser#builtin_prev
.
The default implementation does nothing.
exitBuiltin_prev
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateTableColumnPlain(@NotNull EsperEPL2GrammarParser.CreateTableColumnPlainContext ctx)
EsperEPL2GrammarParser.createTableColumnPlain()
.
The default implementation does nothing.
enterCreateTableColumnPlain
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateTableColumnPlain(@NotNull EsperEPL2GrammarParser.CreateTableColumnPlainContext ctx)
EsperEPL2GrammarParser.createTableColumnPlain()
.
The default implementation does nothing.
exitCreateTableColumnPlain
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterFuncIdentChained(@NotNull EsperEPL2GrammarParser.FuncIdentChainedContext ctx)
EsperEPL2GrammarParser.funcIdentChained()
.
The default implementation does nothing.
enterFuncIdentChained
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitFuncIdentChained(@NotNull EsperEPL2GrammarParser.FuncIdentChainedContext ctx)
EsperEPL2GrammarParser.funcIdentChained()
.
The default implementation does nothing.
exitFuncIdentChained
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterCreateContextPartitionItem(@NotNull EsperEPL2GrammarParser.CreateContextPartitionItemContext ctx)
EsperEPL2GrammarParser.createContextPartitionItem()
.
The default implementation does nothing.
enterCreateContextPartitionItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void exitCreateContextPartitionItem(@NotNull EsperEPL2GrammarParser.CreateContextPartitionItemContext ctx)
EsperEPL2GrammarParser.createContextPartitionItem()
.
The default implementation does nothing.
exitCreateContextPartitionItem
in interface EsperEPL2GrammarListener
ctx
- the parse treepublic void enterEveryRule(@NotNull org.antlr.v4.runtime.ParserRuleContext ctx)
enterEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void exitEveryRule(@NotNull org.antlr.v4.runtime.ParserRuleContext ctx)
exitEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitTerminal(@NotNull org.antlr.v4.runtime.tree.TerminalNode node)
visitTerminal
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitErrorNode(@NotNull org.antlr.v4.runtime.tree.ErrorNode node)
visitErrorNode
in interface org.antlr.v4.runtime.tree.ParseTreeListener
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |