com.espertech.esper.epl.generated
Interface EsperEPL2GrammarListener

All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
All Known Implementing Classes:
EPLTreeWalkerListener, EsperEPL2GrammarBaseListener

public interface EsperEPL2GrammarListener
extends org.antlr.v4.runtime.tree.ParseTreeListener

This interface defines a complete listener for a parse tree produced by EsperEPL2GrammarParser.


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

Method Detail

enterGuardWhileExpression

void enterGuardWhileExpression(@NotNull
                               EsperEPL2GrammarParser.GuardWhileExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.guardWhileExpression().

Parameters:
ctx - the parse tree

exitGuardWhileExpression

void exitGuardWhileExpression(@NotNull
                              EsperEPL2GrammarParser.GuardWhileExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.guardWhileExpression().

Parameters:
ctx - the parse tree

enterSelectionListElement

void enterSelectionListElement(@NotNull
                               EsperEPL2GrammarParser.SelectionListElementContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.selectionListElement().

Parameters:
ctx - the parse tree

exitSelectionListElement

void exitSelectionListElement(@NotNull
                              EsperEPL2GrammarParser.SelectionListElementContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.selectionListElement().

Parameters:
ctx - the parse tree

enterExpressionDecl

void enterExpressionDecl(@NotNull
                         EsperEPL2GrammarParser.ExpressionDeclContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.expressionDecl().

Parameters:
ctx - the parse tree

exitExpressionDecl

void exitExpressionDecl(@NotNull
                        EsperEPL2GrammarParser.ExpressionDeclContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.expressionDecl().

Parameters:
ctx - the parse tree

enterUpdateExpr

void enterUpdateExpr(@NotNull
                     EsperEPL2GrammarParser.UpdateExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.updateExpr().

Parameters:
ctx - the parse tree

exitUpdateExpr

void exitUpdateExpr(@NotNull
                    EsperEPL2GrammarParser.UpdateExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.updateExpr().

Parameters:
ctx - the parse tree

enterCreateSelectionList

void enterCreateSelectionList(@NotNull
                              EsperEPL2GrammarParser.CreateSelectionListContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createSelectionList().

Parameters:
ctx - the parse tree

exitCreateSelectionList

void exitCreateSelectionList(@NotNull
                             EsperEPL2GrammarParser.CreateSelectionListContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createSelectionList().

Parameters:
ctx - the parse tree

enterPropertySelectionList

void enterPropertySelectionList(@NotNull
                                EsperEPL2GrammarParser.PropertySelectionListContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.propertySelectionList().

Parameters:
ctx - the parse tree

exitPropertySelectionList

void exitPropertySelectionList(@NotNull
                               EsperEPL2GrammarParser.PropertySelectionListContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.propertySelectionList().

Parameters:
ctx - the parse tree

enterEvalRelationalExpression

void enterEvalRelationalExpression(@NotNull
                                   EsperEPL2GrammarParser.EvalRelationalExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.evalRelationalExpression().

Parameters:
ctx - the parse tree

exitEvalRelationalExpression

void exitEvalRelationalExpression(@NotNull
                                  EsperEPL2GrammarParser.EvalRelationalExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.evalRelationalExpression().

Parameters:
ctx - the parse tree

enterIntoTableExpr

void enterIntoTableExpr(@NotNull
                        EsperEPL2GrammarParser.IntoTableExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.intoTableExpr().

Parameters:
ctx - the parse tree

exitIntoTableExpr

void exitIntoTableExpr(@NotNull
                       EsperEPL2GrammarParser.IntoTableExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.intoTableExpr().

Parameters:
ctx - the parse tree

enterGroupByListChoice

void enterGroupByListChoice(@NotNull
                            EsperEPL2GrammarParser.GroupByListChoiceContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.groupByListChoice().

Parameters:
ctx - the parse tree

exitGroupByListChoice

void exitGroupByListChoice(@NotNull
                           EsperEPL2GrammarParser.GroupByListChoiceContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.groupByListChoice().

Parameters:
ctx - the parse tree

enterGroupByCubeOrRollup

void enterGroupByCubeOrRollup(@NotNull
                              EsperEPL2GrammarParser.GroupByCubeOrRollupContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.groupByCubeOrRollup().

Parameters:
ctx - the parse tree

exitGroupByCubeOrRollup

void exitGroupByCubeOrRollup(@NotNull
                             EsperEPL2GrammarParser.GroupByCubeOrRollupContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.groupByCubeOrRollup().

Parameters:
ctx - the parse tree

enterMatchRecogMatchesInterval

void enterMatchRecogMatchesInterval(@NotNull
                                    EsperEPL2GrammarParser.MatchRecogMatchesIntervalContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogMatchesInterval().

Parameters:
ctx - the parse tree

exitMatchRecogMatchesInterval

void exitMatchRecogMatchesInterval(@NotNull
                                   EsperEPL2GrammarParser.MatchRecogMatchesIntervalContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogMatchesInterval().

Parameters:
ctx - the parse tree

enterMonthPart

void enterMonthPart(@NotNull
                    EsperEPL2GrammarParser.MonthPartContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.monthPart().

Parameters:
ctx - the parse tree

exitMonthPart

void exitMonthPart(@NotNull
                   EsperEPL2GrammarParser.MonthPartContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.monthPart().

Parameters:
ctx - the parse tree

enterExpressionLambdaDecl

void enterExpressionLambdaDecl(@NotNull
                               EsperEPL2GrammarParser.ExpressionLambdaDeclContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.expressionLambdaDecl().

Parameters:
ctx - the parse tree

exitExpressionLambdaDecl

void exitExpressionLambdaDecl(@NotNull
                              EsperEPL2GrammarParser.ExpressionLambdaDeclContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.expressionLambdaDecl().

Parameters:
ctx - the parse tree

enterGuardWhereExpression

void enterGuardWhereExpression(@NotNull
                               EsperEPL2GrammarParser.GuardWhereExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.guardWhereExpression().

Parameters:
ctx - the parse tree

exitGuardWhereExpression

void exitGuardWhereExpression(@NotNull
                              EsperEPL2GrammarParser.GuardWhereExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.guardWhereExpression().

Parameters:
ctx - the parse tree

enterUnaryExpression

void enterUnaryExpression(@NotNull
                          EsperEPL2GrammarParser.UnaryExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.unaryExpression().

Parameters:
ctx - the parse tree

exitUnaryExpression

void exitUnaryExpression(@NotNull
                         EsperEPL2GrammarParser.UnaryExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.unaryExpression().

Parameters:
ctx - the parse tree

enterEvalAndExpression

void enterEvalAndExpression(@NotNull
                            EsperEPL2GrammarParser.EvalAndExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.evalAndExpression().

Parameters:
ctx - the parse tree

exitEvalAndExpression

void exitEvalAndExpression(@NotNull
                           EsperEPL2GrammarParser.EvalAndExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.evalAndExpression().

Parameters:
ctx - the parse tree

enterLastWeekdayOperand

void enterLastWeekdayOperand(@NotNull
                             EsperEPL2GrammarParser.LastWeekdayOperandContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.lastWeekdayOperand().

Parameters:
ctx - the parse tree

exitLastWeekdayOperand

void exitLastWeekdayOperand(@NotNull
                            EsperEPL2GrammarParser.LastWeekdayOperandContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.lastWeekdayOperand().

Parameters:
ctx - the parse tree

enterLibFunctionArgs

void enterLibFunctionArgs(@NotNull
                          EsperEPL2GrammarParser.LibFunctionArgsContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.libFunctionArgs().

Parameters:
ctx - the parse tree

exitLibFunctionArgs

void exitLibFunctionArgs(@NotNull
                         EsperEPL2GrammarParser.LibFunctionArgsContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.libFunctionArgs().

Parameters:
ctx - the parse tree

enterLibFunctionArgItem

void enterLibFunctionArgItem(@NotNull
                             EsperEPL2GrammarParser.LibFunctionArgItemContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.libFunctionArgItem().

Parameters:
ctx - the parse tree

exitLibFunctionArgItem

void exitLibFunctionArgItem(@NotNull
                            EsperEPL2GrammarParser.LibFunctionArgItemContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.libFunctionArgItem().

Parameters:
ctx - the parse tree

enterBuiltin_exists

void enterBuiltin_exists(@NotNull
                         EsperEPL2GrammarParser.Builtin_existsContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_exists.

Parameters:
ctx - the parse tree

exitBuiltin_exists

void exitBuiltin_exists(@NotNull
                        EsperEPL2GrammarParser.Builtin_existsContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_exists.

Parameters:
ctx - the parse tree

enterBuiltin_prevtail

void enterBuiltin_prevtail(@NotNull
                           EsperEPL2GrammarParser.Builtin_prevtailContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_prevtail.

Parameters:
ctx - the parse tree

exitBuiltin_prevtail

void exitBuiltin_prevtail(@NotNull
                          EsperEPL2GrammarParser.Builtin_prevtailContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_prevtail.

Parameters:
ctx - the parse tree

enterOnMergeExpr

void enterOnMergeExpr(@NotNull
                      EsperEPL2GrammarParser.OnMergeExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.onMergeExpr().

Parameters:
ctx - the parse tree

exitOnMergeExpr

void exitOnMergeExpr(@NotNull
                     EsperEPL2GrammarParser.OnMergeExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.onMergeExpr().

Parameters:
ctx - the parse tree

enterOnSelectExpr

void enterOnSelectExpr(@NotNull
                       EsperEPL2GrammarParser.OnSelectExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.onSelectExpr().

Parameters:
ctx - the parse tree

exitOnSelectExpr

void exitOnSelectExpr(@NotNull
                      EsperEPL2GrammarParser.OnSelectExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.onSelectExpr().

Parameters:
ctx - the parse tree

enterInSubSelectQuery

void enterInSubSelectQuery(@NotNull
                           EsperEPL2GrammarParser.InSubSelectQueryContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.inSubSelectQuery().

Parameters:
ctx - the parse tree

exitInSubSelectQuery

void exitInSubSelectQuery(@NotNull
                          EsperEPL2GrammarParser.InSubSelectQueryContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.inSubSelectQuery().

Parameters:
ctx - the parse tree

enterExpressionList

void enterExpressionList(@NotNull
                         EsperEPL2GrammarParser.ExpressionListContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.expressionList().

Parameters:
ctx - the parse tree

exitExpressionList

void exitExpressionList(@NotNull
                        EsperEPL2GrammarParser.ExpressionListContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.expressionList().

Parameters:
ctx - the parse tree

enterFrequencyOperand

void enterFrequencyOperand(@NotNull
                           EsperEPL2GrammarParser.FrequencyOperandContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.frequencyOperand().

Parameters:
ctx - the parse tree

exitFrequencyOperand

void exitFrequencyOperand(@NotNull
                          EsperEPL2GrammarParser.FrequencyOperandContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.frequencyOperand().

Parameters:
ctx - the parse tree

enterViewExpression

void enterViewExpression(@NotNull
                         EsperEPL2GrammarParser.ViewExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.viewExpression().

Parameters:
ctx - the parse tree

exitViewExpression

void exitViewExpression(@NotNull
                        EsperEPL2GrammarParser.ViewExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.viewExpression().

Parameters:
ctx - the parse tree

enterOutputLimitAndTerm

void enterOutputLimitAndTerm(@NotNull
                             EsperEPL2GrammarParser.OutputLimitAndTermContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.outputLimitAndTerm().

Parameters:
ctx - the parse tree

exitOutputLimitAndTerm

void exitOutputLimitAndTerm(@NotNull
                            EsperEPL2GrammarParser.OutputLimitAndTermContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.outputLimitAndTerm().

Parameters:
ctx - the parse tree

enterKeywordAllowedIdent

void enterKeywordAllowedIdent(@NotNull
                              EsperEPL2GrammarParser.KeywordAllowedIdentContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.keywordAllowedIdent().

Parameters:
ctx - the parse tree

exitKeywordAllowedIdent

void exitKeywordAllowedIdent(@NotNull
                             EsperEPL2GrammarParser.KeywordAllowedIdentContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.keywordAllowedIdent().

Parameters:
ctx - the parse tree

enterBuiltin_avedev

void enterBuiltin_avedev(@NotNull
                         EsperEPL2GrammarParser.Builtin_avedevContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_avedev.

Parameters:
ctx - the parse tree

exitBuiltin_avedev

void exitBuiltin_avedev(@NotNull
                        EsperEPL2GrammarParser.Builtin_avedevContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_avedev.

Parameters:
ctx - the parse tree

enterExpressionWithNamed

void enterExpressionWithNamed(@NotNull
                              EsperEPL2GrammarParser.ExpressionWithNamedContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.expressionWithNamed().

Parameters:
ctx - the parse tree

exitExpressionWithNamed

void exitExpressionWithNamed(@NotNull
                             EsperEPL2GrammarParser.ExpressionWithNamedContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.expressionWithNamed().

Parameters:
ctx - the parse tree

enterMatchRecogMatchesSelection

void enterMatchRecogMatchesSelection(@NotNull
                                     EsperEPL2GrammarParser.MatchRecogMatchesSelectionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogMatchesSelection().

Parameters:
ctx - the parse tree

exitMatchRecogMatchesSelection

void exitMatchRecogMatchesSelection(@NotNull
                                    EsperEPL2GrammarParser.MatchRecogMatchesSelectionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogMatchesSelection().

Parameters:
ctx - the parse tree

enterGopOutTypeItem

void enterGopOutTypeItem(@NotNull
                         EsperEPL2GrammarParser.GopOutTypeItemContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.gopOutTypeItem().

Parameters:
ctx - the parse tree

exitGopOutTypeItem

void exitGopOutTypeItem(@NotNull
                        EsperEPL2GrammarParser.GopOutTypeItemContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.gopOutTypeItem().

Parameters:
ctx - the parse tree

enterAdditiveExpression

void enterAdditiveExpression(@NotNull
                             EsperEPL2GrammarParser.AdditiveExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.additiveExpression().

Parameters:
ctx - the parse tree

exitAdditiveExpression

void exitAdditiveExpression(@NotNull
                            EsperEPL2GrammarParser.AdditiveExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.additiveExpression().

Parameters:
ctx - the parse tree

enterDistinctExpressionList

void enterDistinctExpressionList(@NotNull
                                 EsperEPL2GrammarParser.DistinctExpressionListContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.distinctExpressionList().

Parameters:
ctx - the parse tree

exitDistinctExpressionList

void exitDistinctExpressionList(@NotNull
                                EsperEPL2GrammarParser.DistinctExpressionListContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.distinctExpressionList().

Parameters:
ctx - the parse tree

enterVariantList

void enterVariantList(@NotNull
                      EsperEPL2GrammarParser.VariantListContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.variantList().

Parameters:
ctx - the parse tree

exitVariantList

void exitVariantList(@NotNull
                     EsperEPL2GrammarParser.VariantListContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.variantList().

Parameters:
ctx - the parse tree

enterMatchRecogPatternAlteration

void enterMatchRecogPatternAlteration(@NotNull
                                      EsperEPL2GrammarParser.MatchRecogPatternAlterationContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternAlteration().

Parameters:
ctx - the parse tree

exitMatchRecogPatternAlteration

void exitMatchRecogPatternAlteration(@NotNull
                                     EsperEPL2GrammarParser.MatchRecogPatternAlterationContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternAlteration().

Parameters:
ctx - the parse tree

enterGopDetail

void enterGopDetail(@NotNull
                    EsperEPL2GrammarParser.GopDetailContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.gopDetail().

Parameters:
ctx - the parse tree

exitGopDetail

void exitGopDetail(@NotNull
                   EsperEPL2GrammarParser.GopDetailContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.gopDetail().

Parameters:
ctx - the parse tree

enterObserverExpression

void enterObserverExpression(@NotNull
                             EsperEPL2GrammarParser.ObserverExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.observerExpression().

Parameters:
ctx - the parse tree

exitObserverExpression

void exitObserverExpression(@NotNull
                            EsperEPL2GrammarParser.ObserverExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.observerExpression().

Parameters:
ctx - the parse tree

enterStreamSelector

void enterStreamSelector(@NotNull
                         EsperEPL2GrammarParser.StreamSelectorContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.streamSelector().

Parameters:
ctx - the parse tree

exitStreamSelector

void exitStreamSelector(@NotNull
                        EsperEPL2GrammarParser.StreamSelectorContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.streamSelector().

Parameters:
ctx - the parse tree

enterBetweenList

void enterBetweenList(@NotNull
                      EsperEPL2GrammarParser.BetweenListContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.betweenList().

Parameters:
ctx - the parse tree

exitBetweenList

void exitBetweenList(@NotNull
                     EsperEPL2GrammarParser.BetweenListContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.betweenList().

Parameters:
ctx - the parse tree

enterSelectExpr

void enterSelectExpr(@NotNull
                     EsperEPL2GrammarParser.SelectExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.selectExpr().

Parameters:
ctx - the parse tree

exitSelectExpr

void exitSelectExpr(@NotNull
                    EsperEPL2GrammarParser.SelectExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.selectExpr().

Parameters:
ctx - the parse tree

enterSelectClause

void enterSelectClause(@NotNull
                       EsperEPL2GrammarParser.SelectClauseContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.selectClause().

Parameters:
ctx - the parse tree

exitSelectClause

void exitSelectClause(@NotNull
                      EsperEPL2GrammarParser.SelectClauseContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.selectClause().

Parameters:
ctx - the parse tree

enterBuiltin_grouping

void enterBuiltin_grouping(@NotNull
                           EsperEPL2GrammarParser.Builtin_groupingContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_grouping.

Parameters:
ctx - the parse tree

exitBuiltin_grouping

void exitBuiltin_grouping(@NotNull
                          EsperEPL2GrammarParser.Builtin_groupingContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_grouping.

Parameters:
ctx - the parse tree

enterMatchRecogMeasureItem

void enterMatchRecogMeasureItem(@NotNull
                                EsperEPL2GrammarParser.MatchRecogMeasureItemContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogMeasureItem().

Parameters:
ctx - the parse tree

exitMatchRecogMeasureItem

void exitMatchRecogMeasureItem(@NotNull
                               EsperEPL2GrammarParser.MatchRecogMeasureItemContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogMeasureItem().

Parameters:
ctx - the parse tree

enterLastOperand

void enterLastOperand(@NotNull
                      EsperEPL2GrammarParser.LastOperandContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.lastOperand().

Parameters:
ctx - the parse tree

exitLastOperand

void exitLastOperand(@NotNull
                     EsperEPL2GrammarParser.LastOperandContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.lastOperand().

Parameters:
ctx - the parse tree

enterPatternFilterExpression

void enterPatternFilterExpression(@NotNull
                                  EsperEPL2GrammarParser.PatternFilterExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.patternFilterExpression().

Parameters:
ctx - the parse tree

exitPatternFilterExpression

void exitPatternFilterExpression(@NotNull
                                 EsperEPL2GrammarParser.PatternFilterExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.patternFilterExpression().

Parameters:
ctx - the parse tree

enterOnExprFrom

void enterOnExprFrom(@NotNull
                     EsperEPL2GrammarParser.OnExprFromContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.onExprFrom().

Parameters:
ctx - the parse tree

exitOnExprFrom

void exitOnExprFrom(@NotNull
                    EsperEPL2GrammarParser.OnExprFromContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.onExprFrom().

Parameters:
ctx - the parse tree

enterPropertySelectionListElement

void enterPropertySelectionListElement(@NotNull
                                       EsperEPL2GrammarParser.PropertySelectionListElementContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.propertySelectionListElement().

Parameters:
ctx - the parse tree

exitPropertySelectionListElement

void exitPropertySelectionListElement(@NotNull
                                      EsperEPL2GrammarParser.PropertySelectionListElementContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.propertySelectionListElement().

Parameters:
ctx - the parse tree

enterWhenClause

void enterWhenClause(@NotNull
                     EsperEPL2GrammarParser.WhenClauseContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.whenClause().

Parameters:
ctx - the parse tree

exitWhenClause

void exitWhenClause(@NotNull
                    EsperEPL2GrammarParser.WhenClauseContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.whenClause().

Parameters:
ctx - the parse tree

enterGopConfig

void enterGopConfig(@NotNull
                    EsperEPL2GrammarParser.GopConfigContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.gopConfig().

Parameters:
ctx - the parse tree

exitGopConfig

void exitGopConfig(@NotNull
                   EsperEPL2GrammarParser.GopConfigContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.gopConfig().

Parameters:
ctx - the parse tree

enterExpression

void enterExpression(@NotNull
                     EsperEPL2GrammarParser.ExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.expression().

Parameters:
ctx - the parse tree

exitExpression

void exitExpression(@NotNull
                    EsperEPL2GrammarParser.ExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.expression().

Parameters:
ctx - the parse tree

enterNumericListParameter

void enterNumericListParameter(@NotNull
                               EsperEPL2GrammarParser.NumericListParameterContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.numericListParameter().

Parameters:
ctx - the parse tree

exitNumericListParameter

void exitNumericListParameter(@NotNull
                              EsperEPL2GrammarParser.NumericListParameterContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.numericListParameter().

Parameters:
ctx - the parse tree

enterExpressionListWithNamed

void enterExpressionListWithNamed(@NotNull
                                  EsperEPL2GrammarParser.ExpressionListWithNamedContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.expressionListWithNamed().

Parameters:
ctx - the parse tree

exitExpressionListWithNamed

void exitExpressionListWithNamed(@NotNull
                                 EsperEPL2GrammarParser.ExpressionListWithNamedContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.expressionListWithNamed().

Parameters:
ctx - the parse tree

enterExpressionListWithNamedWithTime

void enterExpressionListWithNamedWithTime(@NotNull
                                          EsperEPL2GrammarParser.ExpressionListWithNamedWithTimeContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.expressionListWithNamedWithTime().

Parameters:
ctx - the parse tree

exitExpressionListWithNamedWithTime

void exitExpressionListWithNamedWithTime(@NotNull
                                         EsperEPL2GrammarParser.ExpressionListWithNamedWithTimeContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.expressionListWithNamedWithTime().

Parameters:
ctx - the parse tree

enterSelectionListElementExpr

void enterSelectionListElementExpr(@NotNull
                                   EsperEPL2GrammarParser.SelectionListElementExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.selectionListElementExpr().

Parameters:
ctx - the parse tree

exitSelectionListElementExpr

void exitSelectionListElementExpr(@NotNull
                                  EsperEPL2GrammarParser.SelectionListElementExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.selectionListElementExpr().

Parameters:
ctx - the parse tree

enterPatternFilterAnnotation

void enterPatternFilterAnnotation(@NotNull
                                  EsperEPL2GrammarParser.PatternFilterAnnotationContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.patternFilterAnnotation().

Parameters:
ctx - the parse tree

exitPatternFilterAnnotation

void exitPatternFilterAnnotation(@NotNull
                                 EsperEPL2GrammarParser.PatternFilterAnnotationContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.patternFilterAnnotation().

Parameters:
ctx - the parse tree

enterRangeOperand

void enterRangeOperand(@NotNull
                       EsperEPL2GrammarParser.RangeOperandContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.rangeOperand().

Parameters:
ctx - the parse tree

exitRangeOperand

void exitRangeOperand(@NotNull
                      EsperEPL2GrammarParser.RangeOperandContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.rangeOperand().

Parameters:
ctx - the parse tree

enterEventPropertyIdent

void enterEventPropertyIdent(@NotNull
                             EsperEPL2GrammarParser.EventPropertyIdentContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.eventPropertyIdent().

Parameters:
ctx - the parse tree

exitEventPropertyIdent

void exitEventPropertyIdent(@NotNull
                            EsperEPL2GrammarParser.EventPropertyIdentContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.eventPropertyIdent().

Parameters:
ctx - the parse tree

enterCreateSelectionListElement

void enterCreateSelectionListElement(@NotNull
                                     EsperEPL2GrammarParser.CreateSelectionListElementContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createSelectionListElement().

Parameters:
ctx - the parse tree

exitCreateSelectionListElement

void exitCreateSelectionListElement(@NotNull
                                    EsperEPL2GrammarParser.CreateSelectionListElementContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createSelectionListElement().

Parameters:
ctx - the parse tree

enterGopParamsItemAs

void enterGopParamsItemAs(@NotNull
                          EsperEPL2GrammarParser.GopParamsItemAsContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.gopParamsItemAs().

Parameters:
ctx - the parse tree

exitGopParamsItemAs

void exitGopParamsItemAs(@NotNull
                         EsperEPL2GrammarParser.GopParamsItemAsContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.gopParamsItemAs().

Parameters:
ctx - the parse tree

enterExpressionQualifyable

void enterExpressionQualifyable(@NotNull
                                EsperEPL2GrammarParser.ExpressionQualifyableContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.expressionQualifyable().

Parameters:
ctx - the parse tree

exitExpressionQualifyable

void exitExpressionQualifyable(@NotNull
                               EsperEPL2GrammarParser.ExpressionQualifyableContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.expressionQualifyable().

Parameters:
ctx - the parse tree

enterCreateContextDistinct

void enterCreateContextDistinct(@NotNull
                                EsperEPL2GrammarParser.CreateContextDistinctContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createContextDistinct().

Parameters:
ctx - the parse tree

exitCreateContextDistinct

void exitCreateContextDistinct(@NotNull
                               EsperEPL2GrammarParser.CreateContextDistinctContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createContextDistinct().

Parameters:
ctx - the parse tree

enterEventPropertyOrLibFunction

void enterEventPropertyOrLibFunction(@NotNull
                                     EsperEPL2GrammarParser.EventPropertyOrLibFunctionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.eventPropertyOrLibFunction().

Parameters:
ctx - the parse tree

exitEventPropertyOrLibFunction

void exitEventPropertyOrLibFunction(@NotNull
                                    EsperEPL2GrammarParser.EventPropertyOrLibFunctionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.eventPropertyOrLibFunction().

Parameters:
ctx - the parse tree

enterCreateExpressionExpr

void enterCreateExpressionExpr(@NotNull
                               EsperEPL2GrammarParser.CreateExpressionExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createExpressionExpr().

Parameters:
ctx - the parse tree

exitCreateExpressionExpr

void exitCreateExpressionExpr(@NotNull
                              EsperEPL2GrammarParser.CreateExpressionExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createExpressionExpr().

Parameters:
ctx - the parse tree

enterBuiltin_firstlastwindow

void enterBuiltin_firstlastwindow(@NotNull
                                  EsperEPL2GrammarParser.Builtin_firstlastwindowContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_firstlastwindow.

Parameters:
ctx - the parse tree

exitBuiltin_firstlastwindow

void exitBuiltin_firstlastwindow(@NotNull
                                 EsperEPL2GrammarParser.Builtin_firstlastwindowContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_firstlastwindow.

Parameters:
ctx - the parse tree

enterExpressionNamedParameter

void enterExpressionNamedParameter(@NotNull
                                   EsperEPL2GrammarParser.ExpressionNamedParameterContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.expressionNamedParameter().

Parameters:
ctx - the parse tree

exitExpressionNamedParameter

void exitExpressionNamedParameter(@NotNull
                                  EsperEPL2GrammarParser.ExpressionNamedParameterContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.expressionNamedParameter().

Parameters:
ctx - the parse tree

enterCreateColumnList

void enterCreateColumnList(@NotNull
                           EsperEPL2GrammarParser.CreateColumnListContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createColumnList().

Parameters:
ctx - the parse tree

exitCreateColumnList

void exitCreateColumnList(@NotNull
                          EsperEPL2GrammarParser.CreateColumnListContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createColumnList().

Parameters:
ctx - the parse tree

enterExistsSubSelectExpression

void enterExistsSubSelectExpression(@NotNull
                                    EsperEPL2GrammarParser.ExistsSubSelectExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.existsSubSelectExpression().

Parameters:
ctx - the parse tree

exitExistsSubSelectExpression

void exitExistsSubSelectExpression(@NotNull
                                   EsperEPL2GrammarParser.ExistsSubSelectExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.existsSubSelectExpression().

Parameters:
ctx - the parse tree

enterChainedFunction

void enterChainedFunction(@NotNull
                          EsperEPL2GrammarParser.ChainedFunctionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.chainedFunction().

Parameters:
ctx - the parse tree

exitChainedFunction

void exitChainedFunction(@NotNull
                         EsperEPL2GrammarParser.ChainedFunctionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.chainedFunction().

Parameters:
ctx - the parse tree

enterGopOutTypeParam

void enterGopOutTypeParam(@NotNull
                          EsperEPL2GrammarParser.GopOutTypeParamContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.gopOutTypeParam().

Parameters:
ctx - the parse tree

exitGopOutTypeParam

void exitGopOutTypeParam(@NotNull
                         EsperEPL2GrammarParser.GopOutTypeParamContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.gopOutTypeParam().

Parameters:
ctx - the parse tree

enterPropertyExpressionSelect

void enterPropertyExpressionSelect(@NotNull
                                   EsperEPL2GrammarParser.PropertyExpressionSelectContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.propertyExpressionSelect().

Parameters:
ctx - the parse tree

exitPropertyExpressionSelect

void exitPropertyExpressionSelect(@NotNull
                                  EsperEPL2GrammarParser.PropertyExpressionSelectContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.propertyExpressionSelect().

Parameters:
ctx - the parse tree

enterCreateSchemaDef

void enterCreateSchemaDef(@NotNull
                          EsperEPL2GrammarParser.CreateSchemaDefContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createSchemaDef().

Parameters:
ctx - the parse tree

exitCreateSchemaDef

void exitCreateSchemaDef(@NotNull
                         EsperEPL2GrammarParser.CreateSchemaDefContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createSchemaDef().

Parameters:
ctx - the parse tree

enterCreateContextChoice

void enterCreateContextChoice(@NotNull
                              EsperEPL2GrammarParser.CreateContextChoiceContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createContextChoice().

Parameters:
ctx - the parse tree

exitCreateContextChoice

void exitCreateContextChoice(@NotNull
                             EsperEPL2GrammarParser.CreateContextChoiceContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createContextChoice().

Parameters:
ctx - the parse tree

enterConcatenationExpr

void enterConcatenationExpr(@NotNull
                            EsperEPL2GrammarParser.ConcatenationExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.concatenationExpr().

Parameters:
ctx - the parse tree

exitConcatenationExpr

void exitConcatenationExpr(@NotNull
                           EsperEPL2GrammarParser.ConcatenationExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.concatenationExpr().

Parameters:
ctx - the parse tree

enterMergeMatchedItem

void enterMergeMatchedItem(@NotNull
                           EsperEPL2GrammarParser.MergeMatchedItemContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.mergeMatchedItem().

Parameters:
ctx - the parse tree

exitMergeMatchedItem

void exitMergeMatchedItem(@NotNull
                          EsperEPL2GrammarParser.MergeMatchedItemContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.mergeMatchedItem().

Parameters:
ctx - the parse tree

enterGop

void enterGop(@NotNull
              EsperEPL2GrammarParser.GopContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.gop().

Parameters:
ctx - the parse tree

exitGop

void exitGop(@NotNull
             EsperEPL2GrammarParser.GopContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.gop().

Parameters:
ctx - the parse tree

enterMatchUntilRange

void enterMatchUntilRange(@NotNull
                          EsperEPL2GrammarParser.MatchUntilRangeContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchUntilRange().

Parameters:
ctx - the parse tree

exitMatchUntilRange

void exitMatchUntilRange(@NotNull
                         EsperEPL2GrammarParser.MatchUntilRangeContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchUntilRange().

Parameters:
ctx - the parse tree

enterMatchRecogPattern

void enterMatchRecogPattern(@NotNull
                            EsperEPL2GrammarParser.MatchRecogPatternContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogPattern().

Parameters:
ctx - the parse tree

exitMatchRecogPattern

void exitMatchRecogPattern(@NotNull
                           EsperEPL2GrammarParser.MatchRecogPatternContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogPattern().

Parameters:
ctx - the parse tree

enterMatchRecogMeasures

void enterMatchRecogMeasures(@NotNull
                             EsperEPL2GrammarParser.MatchRecogMeasuresContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogMeasures().

Parameters:
ctx - the parse tree

exitMatchRecogMeasures

void exitMatchRecogMeasures(@NotNull
                            EsperEPL2GrammarParser.MatchRecogMeasuresContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogMeasures().

Parameters:
ctx - the parse tree

enterSubstitutionCanChain

void enterSubstitutionCanChain(@NotNull
                               EsperEPL2GrammarParser.SubstitutionCanChainContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.substitutionCanChain().

Parameters:
ctx - the parse tree

exitSubstitutionCanChain

void exitSubstitutionCanChain(@NotNull
                              EsperEPL2GrammarParser.SubstitutionCanChainContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.substitutionCanChain().

Parameters:
ctx - the parse tree

enterRowSubSelectExpression

void enterRowSubSelectExpression(@NotNull
                                 EsperEPL2GrammarParser.RowSubSelectExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.rowSubSelectExpression().

Parameters:
ctx - the parse tree

exitRowSubSelectExpression

void exitRowSubSelectExpression(@NotNull
                                EsperEPL2GrammarParser.RowSubSelectExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.rowSubSelectExpression().

Parameters:
ctx - the parse tree

enterBuiltin_prevwindow

void enterBuiltin_prevwindow(@NotNull
                             EsperEPL2GrammarParser.Builtin_prevwindowContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_prevwindow.

Parameters:
ctx - the parse tree

exitBuiltin_prevwindow

void exitBuiltin_prevwindow(@NotNull
                            EsperEPL2GrammarParser.Builtin_prevwindowContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_prevwindow.

Parameters:
ctx - the parse tree

enterHourPart

void enterHourPart(@NotNull
                   EsperEPL2GrammarParser.HourPartContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.hourPart().

Parameters:
ctx - the parse tree

exitHourPart

void exitHourPart(@NotNull
                  EsperEPL2GrammarParser.HourPartContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.hourPart().

Parameters:
ctx - the parse tree

enterUpdateDetails

void enterUpdateDetails(@NotNull
                        EsperEPL2GrammarParser.UpdateDetailsContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.updateDetails().

Parameters:
ctx - the parse tree

exitUpdateDetails

void exitUpdateDetails(@NotNull
                       EsperEPL2GrammarParser.UpdateDetailsContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.updateDetails().

Parameters:
ctx - the parse tree

enterNumericParameterList

void enterNumericParameterList(@NotNull
                               EsperEPL2GrammarParser.NumericParameterListContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.numericParameterList().

Parameters:
ctx - the parse tree

exitNumericParameterList

void exitNumericParameterList(@NotNull
                              EsperEPL2GrammarParser.NumericParameterListContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.numericParameterList().

Parameters:
ctx - the parse tree

enterStringconstant

void enterStringconstant(@NotNull
                         EsperEPL2GrammarParser.StringconstantContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.stringconstant().

Parameters:
ctx - the parse tree

exitStringconstant

void exitStringconstant(@NotNull
                        EsperEPL2GrammarParser.StringconstantContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.stringconstant().

Parameters:
ctx - the parse tree

enterGroupBySetsChoice

void enterGroupBySetsChoice(@NotNull
                            EsperEPL2GrammarParser.GroupBySetsChoiceContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.groupBySetsChoice().

Parameters:
ctx - the parse tree

exitGroupBySetsChoice

void exitGroupBySetsChoice(@NotNull
                           EsperEPL2GrammarParser.GroupBySetsChoiceContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.groupBySetsChoice().

Parameters:
ctx - the parse tree

enterArrayExpression

void enterArrayExpression(@NotNull
                          EsperEPL2GrammarParser.ArrayExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.arrayExpression().

Parameters:
ctx - the parse tree

exitArrayExpression

void exitArrayExpression(@NotNull
                         EsperEPL2GrammarParser.ArrayExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.arrayExpression().

Parameters:
ctx - the parse tree

enterBuiltin_cnt

void enterBuiltin_cnt(@NotNull
                      EsperEPL2GrammarParser.Builtin_cntContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_cnt.

Parameters:
ctx - the parse tree

exitBuiltin_cnt

void exitBuiltin_cnt(@NotNull
                     EsperEPL2GrammarParser.Builtin_cntContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_cnt.

Parameters:
ctx - the parse tree

enterNegatedExpression

void enterNegatedExpression(@NotNull
                            EsperEPL2GrammarParser.NegatedExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.negatedExpression().

Parameters:
ctx - the parse tree

exitNegatedExpression

void exitNegatedExpression(@NotNull
                           EsperEPL2GrammarParser.NegatedExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.negatedExpression().

Parameters:
ctx - the parse tree

enterWeekDayOperator

void enterWeekDayOperator(@NotNull
                          EsperEPL2GrammarParser.WeekDayOperatorContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.weekDayOperator().

Parameters:
ctx - the parse tree

exitWeekDayOperator

void exitWeekDayOperator(@NotNull
                         EsperEPL2GrammarParser.WeekDayOperatorContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.weekDayOperator().

Parameters:
ctx - the parse tree

enterMethodJoinExpression

void enterMethodJoinExpression(@NotNull
                               EsperEPL2GrammarParser.MethodJoinExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.methodJoinExpression().

Parameters:
ctx - the parse tree

exitMethodJoinExpression

void exitMethodJoinExpression(@NotNull
                              EsperEPL2GrammarParser.MethodJoinExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.methodJoinExpression().

Parameters:
ctx - the parse tree

enterClassIdentifier

void enterClassIdentifier(@NotNull
                          EsperEPL2GrammarParser.ClassIdentifierContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.classIdentifier().

Parameters:
ctx - the parse tree

exitClassIdentifier

void exitClassIdentifier(@NotNull
                         EsperEPL2GrammarParser.ClassIdentifierContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.classIdentifier().

Parameters:
ctx - the parse tree

enterFollowedByRepeat

void enterFollowedByRepeat(@NotNull
                           EsperEPL2GrammarParser.FollowedByRepeatContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.followedByRepeat().

Parameters:
ctx - the parse tree

exitFollowedByRepeat

void exitFollowedByRepeat(@NotNull
                          EsperEPL2GrammarParser.FollowedByRepeatContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.followedByRepeat().

Parameters:
ctx - the parse tree

enterCreateSchemaQual

void enterCreateSchemaQual(@NotNull
                           EsperEPL2GrammarParser.CreateSchemaQualContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createSchemaQual().

Parameters:
ctx - the parse tree

exitCreateSchemaQual

void exitCreateSchemaQual(@NotNull
                          EsperEPL2GrammarParser.CreateSchemaQualContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createSchemaQual().

Parameters:
ctx - the parse tree

enterMatchRecogPatternUnary

void enterMatchRecogPatternUnary(@NotNull
                                 EsperEPL2GrammarParser.MatchRecogPatternUnaryContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternUnary().

Parameters:
ctx - the parse tree

exitMatchRecogPatternUnary

void exitMatchRecogPatternUnary(@NotNull
                                EsperEPL2GrammarParser.MatchRecogPatternUnaryContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternUnary().

Parameters:
ctx - the parse tree

enterPropertyExpression

void enterPropertyExpression(@NotNull
                             EsperEPL2GrammarParser.PropertyExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.propertyExpression().

Parameters:
ctx - the parse tree

exitPropertyExpression

void exitPropertyExpression(@NotNull
                            EsperEPL2GrammarParser.PropertyExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.propertyExpression().

Parameters:
ctx - the parse tree

enterExpressionNamedParameterWithTime

void enterExpressionNamedParameterWithTime(@NotNull
                                           EsperEPL2GrammarParser.ExpressionNamedParameterWithTimeContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.expressionNamedParameterWithTime().

Parameters:
ctx - the parse tree

exitExpressionNamedParameterWithTime

void exitExpressionNamedParameterWithTime(@NotNull
                                          EsperEPL2GrammarParser.ExpressionNamedParameterWithTimeContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.expressionNamedParameterWithTime().

Parameters:
ctx - the parse tree

enterBuiltin_cast

void enterBuiltin_cast(@NotNull
                       EsperEPL2GrammarParser.Builtin_castContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_cast.

Parameters:
ctx - the parse tree

exitBuiltin_cast

void exitBuiltin_cast(@NotNull
                      EsperEPL2GrammarParser.Builtin_castContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_cast.

Parameters:
ctx - the parse tree

enterLastOperator

void enterLastOperator(@NotNull
                       EsperEPL2GrammarParser.LastOperatorContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.lastOperator().

Parameters:
ctx - the parse tree

exitLastOperator

void exitLastOperator(@NotNull
                      EsperEPL2GrammarParser.LastOperatorContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.lastOperator().

Parameters:
ctx - the parse tree

enterCreateIndexExpr

void enterCreateIndexExpr(@NotNull
                          EsperEPL2GrammarParser.CreateIndexExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createIndexExpr().

Parameters:
ctx - the parse tree

exitCreateIndexExpr

void exitCreateIndexExpr(@NotNull
                         EsperEPL2GrammarParser.CreateIndexExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createIndexExpr().

Parameters:
ctx - the parse tree

enterSubSelectGroupExpression

void enterSubSelectGroupExpression(@NotNull
                                   EsperEPL2GrammarParser.SubSelectGroupExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.subSelectGroupExpression().

Parameters:
ctx - the parse tree

exitSubSelectGroupExpression

void exitSubSelectGroupExpression(@NotNull
                                  EsperEPL2GrammarParser.SubSelectGroupExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.subSelectGroupExpression().

Parameters:
ctx - the parse tree

enterAnnotationEnum

void enterAnnotationEnum(@NotNull
                         EsperEPL2GrammarParser.AnnotationEnumContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.annotationEnum().

Parameters:
ctx - the parse tree

exitAnnotationEnum

void exitAnnotationEnum(@NotNull
                        EsperEPL2GrammarParser.AnnotationEnumContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.annotationEnum().

Parameters:
ctx - the parse tree

enterFirstLastWindowAggregation

void enterFirstLastWindowAggregation(@NotNull
                                     EsperEPL2GrammarParser.FirstLastWindowAggregationContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.firstLastWindowAggregation().

Parameters:
ctx - the parse tree

exitFirstLastWindowAggregation

void exitFirstLastWindowAggregation(@NotNull
                                    EsperEPL2GrammarParser.FirstLastWindowAggregationContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.firstLastWindowAggregation().

Parameters:
ctx - the parse tree

enterOutputLimitAfter

void enterOutputLimitAfter(@NotNull
                           EsperEPL2GrammarParser.OutputLimitAfterContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.outputLimitAfter().

Parameters:
ctx - the parse tree

exitOutputLimitAfter

void exitOutputLimitAfter(@NotNull
                          EsperEPL2GrammarParser.OutputLimitAfterContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.outputLimitAfter().

Parameters:
ctx - the parse tree

enterBuiltin_median

void enterBuiltin_median(@NotNull
                         EsperEPL2GrammarParser.Builtin_medianContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_median.

Parameters:
ctx - the parse tree

exitBuiltin_median

void exitBuiltin_median(@NotNull
                        EsperEPL2GrammarParser.Builtin_medianContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_median.

Parameters:
ctx - the parse tree

enterEscapableStr

void enterEscapableStr(@NotNull
                       EsperEPL2GrammarParser.EscapableStrContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.escapableStr().

Parameters:
ctx - the parse tree

exitEscapableStr

void exitEscapableStr(@NotNull
                      EsperEPL2GrammarParser.EscapableStrContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.escapableStr().

Parameters:
ctx - the parse tree

enterSlashIdentifier

void enterSlashIdentifier(@NotNull
                          EsperEPL2GrammarParser.SlashIdentifierContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.slashIdentifier().

Parameters:
ctx - the parse tree

exitSlashIdentifier

void exitSlashIdentifier(@NotNull
                         EsperEPL2GrammarParser.SlashIdentifierContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.slashIdentifier().

Parameters:
ctx - the parse tree

enterAndExpression

void enterAndExpression(@NotNull
                        EsperEPL2GrammarParser.AndExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.andExpression().

Parameters:
ctx - the parse tree

exitAndExpression

void exitAndExpression(@NotNull
                       EsperEPL2GrammarParser.AndExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.andExpression().

Parameters:
ctx - the parse tree

enterJsonelements

void enterJsonelements(@NotNull
                       EsperEPL2GrammarParser.JsonelementsContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.jsonelements().

Parameters:
ctx - the parse tree

exitJsonelements

void exitJsonelements(@NotNull
                      EsperEPL2GrammarParser.JsonelementsContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.jsonelements().

Parameters:
ctx - the parse tree

enterCaseExpression

void enterCaseExpression(@NotNull
                         EsperEPL2GrammarParser.CaseExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.caseExpression().

Parameters:
ctx - the parse tree

exitCaseExpression

void exitCaseExpression(@NotNull
                        EsperEPL2GrammarParser.CaseExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.caseExpression().

Parameters:
ctx - the parse tree

enterExpressionWithTime

void enterExpressionWithTime(@NotNull
                             EsperEPL2GrammarParser.ExpressionWithTimeContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.expressionWithTime().

Parameters:
ctx - the parse tree

exitExpressionWithTime

void exitExpressionWithTime(@NotNull
                            EsperEPL2GrammarParser.ExpressionWithTimeContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.expressionWithTime().

Parameters:
ctx - the parse tree

enterCreateContextDetail

void enterCreateContextDetail(@NotNull
                              EsperEPL2GrammarParser.CreateContextDetailContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createContextDetail().

Parameters:
ctx - the parse tree

exitCreateContextDetail

void exitCreateContextDetail(@NotNull
                             EsperEPL2GrammarParser.CreateContextDetailContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createContextDetail().

Parameters:
ctx - the parse tree

enterStartEventPropertyRule

void enterStartEventPropertyRule(@NotNull
                                 EsperEPL2GrammarParser.StartEventPropertyRuleContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.startEventPropertyRule().

Parameters:
ctx - the parse tree

exitStartEventPropertyRule

void exitStartEventPropertyRule(@NotNull
                                EsperEPL2GrammarParser.StartEventPropertyRuleContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.startEventPropertyRule().

Parameters:
ctx - the parse tree

enterGopParams

void enterGopParams(@NotNull
                    EsperEPL2GrammarParser.GopParamsContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.gopParams().

Parameters:
ctx - the parse tree

exitGopParams

void exitGopParams(@NotNull
                   EsperEPL2GrammarParser.GopParamsContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.gopParams().

Parameters:
ctx - the parse tree

enterBuiltin_instanceof

void enterBuiltin_instanceof(@NotNull
                             EsperEPL2GrammarParser.Builtin_instanceofContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_instanceof.

Parameters:
ctx - the parse tree

exitBuiltin_instanceof

void exitBuiltin_instanceof(@NotNull
                            EsperEPL2GrammarParser.Builtin_instanceofContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_instanceof.

Parameters:
ctx - the parse tree

enterOuterJoinList

void enterOuterJoinList(@NotNull
                        EsperEPL2GrammarParser.OuterJoinListContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.outerJoinList().

Parameters:
ctx - the parse tree

exitOuterJoinList

void exitOuterJoinList(@NotNull
                       EsperEPL2GrammarParser.OuterJoinListContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.outerJoinList().

Parameters:
ctx - the parse tree

enterSelectionListElementAnno

void enterSelectionListElementAnno(@NotNull
                                   EsperEPL2GrammarParser.SelectionListElementAnnoContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.selectionListElementAnno().

Parameters:
ctx - the parse tree

exitSelectionListElementAnno

void exitSelectionListElementAnno(@NotNull
                                  EsperEPL2GrammarParser.SelectionListElementAnnoContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.selectionListElementAnno().

Parameters:
ctx - the parse tree

enterMinutePart

void enterMinutePart(@NotNull
                     EsperEPL2GrammarParser.MinutePartContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.minutePart().

Parameters:
ctx - the parse tree

exitMinutePart

void exitMinutePart(@NotNull
                    EsperEPL2GrammarParser.MinutePartContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.minutePart().

Parameters:
ctx - the parse tree

enterEvalOrExpression

void enterEvalOrExpression(@NotNull
                           EsperEPL2GrammarParser.EvalOrExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.evalOrExpression().

Parameters:
ctx - the parse tree

exitEvalOrExpression

void exitEvalOrExpression(@NotNull
                          EsperEPL2GrammarParser.EvalOrExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.evalOrExpression().

Parameters:
ctx - the parse tree

enterWeekPart

void enterWeekPart(@NotNull
                   EsperEPL2GrammarParser.WeekPartContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.weekPart().

Parameters:
ctx - the parse tree

exitWeekPart

void exitWeekPart(@NotNull
                  EsperEPL2GrammarParser.WeekPartContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.weekPart().

Parameters:
ctx - the parse tree

enterGroupByCombinableExpr

void enterGroupByCombinableExpr(@NotNull
                                EsperEPL2GrammarParser.GroupByCombinableExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.groupByCombinableExpr().

Parameters:
ctx - the parse tree

exitGroupByCombinableExpr

void exitGroupByCombinableExpr(@NotNull
                               EsperEPL2GrammarParser.GroupByCombinableExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.groupByCombinableExpr().

Parameters:
ctx - the parse tree

enterExpressionWithTimeList

void enterExpressionWithTimeList(@NotNull
                                 EsperEPL2GrammarParser.ExpressionWithTimeListContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.expressionWithTimeList().

Parameters:
ctx - the parse tree

exitExpressionWithTimeList

void exitExpressionWithTimeList(@NotNull
                                EsperEPL2GrammarParser.ExpressionWithTimeListContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.expressionWithTimeList().

Parameters:
ctx - the parse tree

enterElementValuePairsEnum

void enterElementValuePairsEnum(@NotNull
                                EsperEPL2GrammarParser.ElementValuePairsEnumContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.elementValuePairsEnum().

Parameters:
ctx - the parse tree

exitElementValuePairsEnum

void exitElementValuePairsEnum(@NotNull
                               EsperEPL2GrammarParser.ElementValuePairsEnumContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.elementValuePairsEnum().

Parameters:
ctx - the parse tree

enterStartJsonValueRule

void enterStartJsonValueRule(@NotNull
                             EsperEPL2GrammarParser.StartJsonValueRuleContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.startJsonValueRule().

Parameters:
ctx - the parse tree

exitStartJsonValueRule

void exitStartJsonValueRule(@NotNull
                            EsperEPL2GrammarParser.StartJsonValueRuleContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.startJsonValueRule().

Parameters:
ctx - the parse tree

enterOnUpdateExpr

void enterOnUpdateExpr(@NotNull
                       EsperEPL2GrammarParser.OnUpdateExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.onUpdateExpr().

Parameters:
ctx - the parse tree

exitOnUpdateExpr

void exitOnUpdateExpr(@NotNull
                      EsperEPL2GrammarParser.OnUpdateExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.onUpdateExpr().

Parameters:
ctx - the parse tree

enterOuterJoin

void enterOuterJoin(@NotNull
                    EsperEPL2GrammarParser.OuterJoinContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.outerJoin().

Parameters:
ctx - the parse tree

exitOuterJoin

void exitOuterJoin(@NotNull
                   EsperEPL2GrammarParser.OuterJoinContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.outerJoin().

Parameters:
ctx - the parse tree

enterGroupByGroupingSets

void enterGroupByGroupingSets(@NotNull
                              EsperEPL2GrammarParser.GroupByGroupingSetsContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.groupByGroupingSets().

Parameters:
ctx - the parse tree

exitGroupByGroupingSets

void exitGroupByGroupingSets(@NotNull
                             EsperEPL2GrammarParser.GroupByGroupingSetsContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.groupByGroupingSets().

Parameters:
ctx - the parse tree

enterBitWiseExpression

void enterBitWiseExpression(@NotNull
                            EsperEPL2GrammarParser.BitWiseExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.bitWiseExpression().

Parameters:
ctx - the parse tree

exitBitWiseExpression

void exitBitWiseExpression(@NotNull
                           EsperEPL2GrammarParser.BitWiseExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.bitWiseExpression().

Parameters:
ctx - the parse tree

enterLibFunctionNoClass

void enterLibFunctionNoClass(@NotNull
                             EsperEPL2GrammarParser.LibFunctionNoClassContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.libFunctionNoClass().

Parameters:
ctx - the parse tree

exitLibFunctionNoClass

void exitLibFunctionNoClass(@NotNull
                            EsperEPL2GrammarParser.LibFunctionNoClassContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.libFunctionNoClass().

Parameters:
ctx - the parse tree

enterOutputLimit

void enterOutputLimit(@NotNull
                      EsperEPL2GrammarParser.OutputLimitContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.outputLimit().

Parameters:
ctx - the parse tree

exitOutputLimit

void exitOutputLimit(@NotNull
                     EsperEPL2GrammarParser.OutputLimitContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.outputLimit().

Parameters:
ctx - the parse tree

enterVariantListElement

void enterVariantListElement(@NotNull
                             EsperEPL2GrammarParser.VariantListElementContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.variantListElement().

Parameters:
ctx - the parse tree

exitVariantListElement

void exitVariantListElement(@NotNull
                            EsperEPL2GrammarParser.VariantListElementContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.variantListElement().

Parameters:
ctx - the parse tree

enterQualifyExpression

void enterQualifyExpression(@NotNull
                            EsperEPL2GrammarParser.QualifyExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.qualifyExpression().

Parameters:
ctx - the parse tree

exitQualifyExpression

void exitQualifyExpression(@NotNull
                           EsperEPL2GrammarParser.QualifyExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.qualifyExpression().

Parameters:
ctx - the parse tree

enterFafUpdate

void enterFafUpdate(@NotNull
                    EsperEPL2GrammarParser.FafUpdateContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.fafUpdate().

Parameters:
ctx - the parse tree

exitFafUpdate

void exitFafUpdate(@NotNull
                   EsperEPL2GrammarParser.FafUpdateContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.fafUpdate().

Parameters:
ctx - the parse tree

enterPropertyExpressionAnnotation

void enterPropertyExpressionAnnotation(@NotNull
                                       EsperEPL2GrammarParser.PropertyExpressionAnnotationContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.propertyExpressionAnnotation().

Parameters:
ctx - the parse tree

exitPropertyExpressionAnnotation

void exitPropertyExpressionAnnotation(@NotNull
                                      EsperEPL2GrammarParser.PropertyExpressionAnnotationContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.propertyExpressionAnnotation().

Parameters:
ctx - the parse tree

enterStartPatternExpressionRule

void enterStartPatternExpressionRule(@NotNull
                                     EsperEPL2GrammarParser.StartPatternExpressionRuleContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.startPatternExpressionRule().

Parameters:
ctx - the parse tree

exitStartPatternExpressionRule

void exitStartPatternExpressionRule(@NotNull
                                    EsperEPL2GrammarParser.StartPatternExpressionRuleContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.startPatternExpressionRule().

Parameters:
ctx - the parse tree

enterMergeInsert

void enterMergeInsert(@NotNull
                      EsperEPL2GrammarParser.MergeInsertContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.mergeInsert().

Parameters:
ctx - the parse tree

exitMergeInsert

void exitMergeInsert(@NotNull
                     EsperEPL2GrammarParser.MergeInsertContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.mergeInsert().

Parameters:
ctx - the parse tree

enterCreateIndexColumnList

void enterCreateIndexColumnList(@NotNull
                                EsperEPL2GrammarParser.CreateIndexColumnListContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createIndexColumnList().

Parameters:
ctx - the parse tree

exitCreateIndexColumnList

void exitCreateIndexColumnList(@NotNull
                               EsperEPL2GrammarParser.CreateIndexColumnListContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createIndexColumnList().

Parameters:
ctx - the parse tree

enterExpressionWithNamedWithTime

void enterExpressionWithNamedWithTime(@NotNull
                                      EsperEPL2GrammarParser.ExpressionWithNamedWithTimeContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.expressionWithNamedWithTime().

Parameters:
ctx - the parse tree

exitExpressionWithNamedWithTime

void exitExpressionWithNamedWithTime(@NotNull
                                     EsperEPL2GrammarParser.ExpressionWithNamedWithTimeContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.expressionWithNamedWithTime().

Parameters:
ctx - the parse tree

enterDistinctExpressionAtom

void enterDistinctExpressionAtom(@NotNull
                                 EsperEPL2GrammarParser.DistinctExpressionAtomContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.distinctExpressionAtom().

Parameters:
ctx - the parse tree

exitDistinctExpressionAtom

void exitDistinctExpressionAtom(@NotNull
                                EsperEPL2GrammarParser.DistinctExpressionAtomContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.distinctExpressionAtom().

Parameters:
ctx - the parse tree

enterMultiplyExpression

void enterMultiplyExpression(@NotNull
                             EsperEPL2GrammarParser.MultiplyExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.multiplyExpression().

Parameters:
ctx - the parse tree

exitMultiplyExpression

void exitMultiplyExpression(@NotNull
                            EsperEPL2GrammarParser.MultiplyExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.multiplyExpression().

Parameters:
ctx - the parse tree

enterBuiltin_istream

void enterBuiltin_istream(@NotNull
                          EsperEPL2GrammarParser.Builtin_istreamContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_istream.

Parameters:
ctx - the parse tree

exitBuiltin_istream

void exitBuiltin_istream(@NotNull
                         EsperEPL2GrammarParser.Builtin_istreamContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_istream.

Parameters:
ctx - the parse tree

enterCreateTableColumnList

void enterCreateTableColumnList(@NotNull
                                EsperEPL2GrammarParser.CreateTableColumnListContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createTableColumnList().

Parameters:
ctx - the parse tree

exitCreateTableColumnList

void exitCreateTableColumnList(@NotNull
                               EsperEPL2GrammarParser.CreateTableColumnListContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createTableColumnList().

Parameters:
ctx - the parse tree

enterNumber

void enterNumber(@NotNull
                 EsperEPL2GrammarParser.NumberContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.number().

Parameters:
ctx - the parse tree

exitNumber

void exitNumber(@NotNull
                EsperEPL2GrammarParser.NumberContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.number().

Parameters:
ctx - the parse tree

enterMatchRecogPatternAtom

void enterMatchRecogPatternAtom(@NotNull
                                EsperEPL2GrammarParser.MatchRecogPatternAtomContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternAtom().

Parameters:
ctx - the parse tree

exitMatchRecogPatternAtom

void exitMatchRecogPatternAtom(@NotNull
                               EsperEPL2GrammarParser.MatchRecogPatternAtomContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternAtom().

Parameters:
ctx - the parse tree

enterMatchRecogPatternRepeat

void enterMatchRecogPatternRepeat(@NotNull
                                  EsperEPL2GrammarParser.MatchRecogPatternRepeatContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternRepeat().

Parameters:
ctx - the parse tree

exitMatchRecogPatternRepeat

void exitMatchRecogPatternRepeat(@NotNull
                                 EsperEPL2GrammarParser.MatchRecogPatternRepeatContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternRepeat().

Parameters:
ctx - the parse tree

enterNumberconstant

void enterNumberconstant(@NotNull
                         EsperEPL2GrammarParser.NumberconstantContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.numberconstant().

Parameters:
ctx - the parse tree

exitNumberconstant

void exitNumberconstant(@NotNull
                        EsperEPL2GrammarParser.NumberconstantContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.numberconstant().

Parameters:
ctx - the parse tree

enterCreateTableColumn

void enterCreateTableColumn(@NotNull
                            EsperEPL2GrammarParser.CreateTableColumnContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createTableColumn().

Parameters:
ctx - the parse tree

exitCreateTableColumn

void exitCreateTableColumn(@NotNull
                           EsperEPL2GrammarParser.CreateTableColumnContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createTableColumn().

Parameters:
ctx - the parse tree

enterNewAssign

void enterNewAssign(@NotNull
                    EsperEPL2GrammarParser.NewAssignContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.newAssign().

Parameters:
ctx - the parse tree

exitNewAssign

void exitNewAssign(@NotNull
                   EsperEPL2GrammarParser.NewAssignContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.newAssign().

Parameters:
ctx - the parse tree

enterInsertIntoExpr

void enterInsertIntoExpr(@NotNull
                         EsperEPL2GrammarParser.InsertIntoExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.insertIntoExpr().

Parameters:
ctx - the parse tree

exitInsertIntoExpr

void exitInsertIntoExpr(@NotNull
                        EsperEPL2GrammarParser.InsertIntoExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.insertIntoExpr().

Parameters:
ctx - the parse tree

enterGopList

void enterGopList(@NotNull
                  EsperEPL2GrammarParser.GopListContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.gopList().

Parameters:
ctx - the parse tree

exitGopList

void exitGopList(@NotNull
                 EsperEPL2GrammarParser.GopListContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.gopList().

Parameters:
ctx - the parse tree

enterPatternInclusionExpression

void enterPatternInclusionExpression(@NotNull
                                     EsperEPL2GrammarParser.PatternInclusionExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.patternInclusionExpression().

Parameters:
ctx - the parse tree

exitPatternInclusionExpression

void exitPatternInclusionExpression(@NotNull
                                    EsperEPL2GrammarParser.PatternInclusionExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.patternInclusionExpression().

Parameters:
ctx - the parse tree

enterMatchUntilExpression

void enterMatchUntilExpression(@NotNull
                               EsperEPL2GrammarParser.MatchUntilExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchUntilExpression().

Parameters:
ctx - the parse tree

exitMatchUntilExpression

void exitMatchUntilExpression(@NotNull
                              EsperEPL2GrammarParser.MatchUntilExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchUntilExpression().

Parameters:
ctx - the parse tree

enterOrderByListElement

void enterOrderByListElement(@NotNull
                             EsperEPL2GrammarParser.OrderByListElementContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.orderByListElement().

Parameters:
ctx - the parse tree

exitOrderByListElement

void exitOrderByListElement(@NotNull
                            EsperEPL2GrammarParser.OrderByListElementContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.orderByListElement().

Parameters:
ctx - the parse tree

enterPatternExpression

void enterPatternExpression(@NotNull
                            EsperEPL2GrammarParser.PatternExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.patternExpression().

Parameters:
ctx - the parse tree

exitPatternExpression

void exitPatternExpression(@NotNull
                           EsperEPL2GrammarParser.PatternExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.patternExpression().

Parameters:
ctx - the parse tree

enterEplExpression

void enterEplExpression(@NotNull
                        EsperEPL2GrammarParser.EplExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.eplExpression().

Parameters:
ctx - the parse tree

exitEplExpression

void exitEplExpression(@NotNull
                       EsperEPL2GrammarParser.EplExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.eplExpression().

Parameters:
ctx - the parse tree

enterGopOutItem

void enterGopOutItem(@NotNull
                     EsperEPL2GrammarParser.GopOutItemContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.gopOutItem().

Parameters:
ctx - the parse tree

exitGopOutItem

void exitGopOutItem(@NotNull
                    EsperEPL2GrammarParser.GopOutItemContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.gopOutItem().

Parameters:
ctx - the parse tree

enterStartEPLExpressionRule

void enterStartEPLExpressionRule(@NotNull
                                 EsperEPL2GrammarParser.StartEPLExpressionRuleContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.startEPLExpressionRule().

Parameters:
ctx - the parse tree

exitStartEPLExpressionRule

void exitStartEPLExpressionRule(@NotNull
                                EsperEPL2GrammarParser.StartEPLExpressionRuleContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.startEPLExpressionRule().

Parameters:
ctx - the parse tree

enterOnStreamExpr

void enterOnStreamExpr(@NotNull
                       EsperEPL2GrammarParser.OnStreamExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.onStreamExpr().

Parameters:
ctx - the parse tree

exitOnStreamExpr

void exitOnStreamExpr(@NotNull
                      EsperEPL2GrammarParser.OnStreamExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.onStreamExpr().

Parameters:
ctx - the parse tree

enterOutputClauseInsert

void enterOutputClauseInsert(@NotNull
                             EsperEPL2GrammarParser.OutputClauseInsertContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.outputClauseInsert().

Parameters:
ctx - the parse tree

exitOutputClauseInsert

void exitOutputClauseInsert(@NotNull
                            EsperEPL2GrammarParser.OutputClauseInsertContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.outputClauseInsert().

Parameters:
ctx - the parse tree

enterGopParamsItemMany

void enterGopParamsItemMany(@NotNull
                            EsperEPL2GrammarParser.GopParamsItemManyContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.gopParamsItemMany().

Parameters:
ctx - the parse tree

exitGopParamsItemMany

void exitGopParamsItemMany(@NotNull
                           EsperEPL2GrammarParser.GopParamsItemManyContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.gopParamsItemMany().

Parameters:
ctx - the parse tree

enterOuterJoinIdentPair

void enterOuterJoinIdentPair(@NotNull
                             EsperEPL2GrammarParser.OuterJoinIdentPairContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.outerJoinIdentPair().

Parameters:
ctx - the parse tree

exitOuterJoinIdentPair

void exitOuterJoinIdentPair(@NotNull
                            EsperEPL2GrammarParser.OuterJoinIdentPairContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.outerJoinIdentPair().

Parameters:
ctx - the parse tree

enterOnDeleteExpr

void enterOnDeleteExpr(@NotNull
                       EsperEPL2GrammarParser.OnDeleteExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.onDeleteExpr().

Parameters:
ctx - the parse tree

exitOnDeleteExpr

void exitOnDeleteExpr(@NotNull
                      EsperEPL2GrammarParser.OnDeleteExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.onDeleteExpr().

Parameters:
ctx - the parse tree

enterJsonvalue

void enterJsonvalue(@NotNull
                    EsperEPL2GrammarParser.JsonvalueContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.jsonvalue().

Parameters:
ctx - the parse tree

exitJsonvalue

void exitJsonvalue(@NotNull
                   EsperEPL2GrammarParser.JsonvalueContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.jsonvalue().

Parameters:
ctx - the parse tree

enterLibFunctionWithClass

void enterLibFunctionWithClass(@NotNull
                               EsperEPL2GrammarParser.LibFunctionWithClassContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.libFunctionWithClass().

Parameters:
ctx - the parse tree

exitLibFunctionWithClass

void exitLibFunctionWithClass(@NotNull
                              EsperEPL2GrammarParser.LibFunctionWithClassContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.libFunctionWithClass().

Parameters:
ctx - the parse tree

enterFuncIdentTop

void enterFuncIdentTop(@NotNull
                       EsperEPL2GrammarParser.FuncIdentTopContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.funcIdentTop().

Parameters:
ctx - the parse tree

exitFuncIdentTop

void exitFuncIdentTop(@NotNull
                      EsperEPL2GrammarParser.FuncIdentTopContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.funcIdentTop().

Parameters:
ctx - the parse tree

enterElseClause

void enterElseClause(@NotNull
                     EsperEPL2GrammarParser.ElseClauseContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.elseClause().

Parameters:
ctx - the parse tree

exitElseClause

void exitElseClause(@NotNull
                    EsperEPL2GrammarParser.ElseClauseContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.elseClause().

Parameters:
ctx - the parse tree

enterMergeUnmatchedItem

void enterMergeUnmatchedItem(@NotNull
                             EsperEPL2GrammarParser.MergeUnmatchedItemContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.mergeUnmatchedItem().

Parameters:
ctx - the parse tree

exitMergeUnmatchedItem

void exitMergeUnmatchedItem(@NotNull
                            EsperEPL2GrammarParser.MergeUnmatchedItemContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.mergeUnmatchedItem().

Parameters:
ctx - the parse tree

enterCreateWindowExprModelAfter

void enterCreateWindowExprModelAfter(@NotNull
                                     EsperEPL2GrammarParser.CreateWindowExprModelAfterContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createWindowExprModelAfter().

Parameters:
ctx - the parse tree

exitCreateWindowExprModelAfter

void exitCreateWindowExprModelAfter(@NotNull
                                    EsperEPL2GrammarParser.CreateWindowExprModelAfterContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createWindowExprModelAfter().

Parameters:
ctx - the parse tree

enterBuiltin_prior

void enterBuiltin_prior(@NotNull
                        EsperEPL2GrammarParser.Builtin_priorContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_prior.

Parameters:
ctx - the parse tree

exitBuiltin_prior

void exitBuiltin_prior(@NotNull
                       EsperEPL2GrammarParser.Builtin_priorContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_prior.

Parameters:
ctx - the parse tree

enterOrderByListExpr

void enterOrderByListExpr(@NotNull
                          EsperEPL2GrammarParser.OrderByListExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.orderByListExpr().

Parameters:
ctx - the parse tree

exitOrderByListExpr

void exitOrderByListExpr(@NotNull
                         EsperEPL2GrammarParser.OrderByListExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.orderByListExpr().

Parameters:
ctx - the parse tree

enterFollowedByExpression

void enterFollowedByExpression(@NotNull
                               EsperEPL2GrammarParser.FollowedByExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.followedByExpression().

Parameters:
ctx - the parse tree

exitFollowedByExpression

void exitFollowedByExpression(@NotNull
                              EsperEPL2GrammarParser.FollowedByExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.followedByExpression().

Parameters:
ctx - the parse tree

enterCreateContextFilter

void enterCreateContextFilter(@NotNull
                              EsperEPL2GrammarParser.CreateContextFilterContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createContextFilter().

Parameters:
ctx - the parse tree

exitCreateContextFilter

void exitCreateContextFilter(@NotNull
                             EsperEPL2GrammarParser.CreateContextFilterContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createContextFilter().

Parameters:
ctx - the parse tree

enterSubQueryExpr

void enterSubQueryExpr(@NotNull
                       EsperEPL2GrammarParser.SubQueryExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.subQueryExpr().

Parameters:
ctx - the parse tree

exitSubQueryExpr

void exitSubQueryExpr(@NotNull
                      EsperEPL2GrammarParser.SubQueryExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.subQueryExpr().

Parameters:
ctx - the parse tree

enterBuiltin_typeof

void enterBuiltin_typeof(@NotNull
                         EsperEPL2GrammarParser.Builtin_typeofContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_typeof.

Parameters:
ctx - the parse tree

exitBuiltin_typeof

void exitBuiltin_typeof(@NotNull
                        EsperEPL2GrammarParser.Builtin_typeofContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_typeof.

Parameters:
ctx - the parse tree

enterCreateTableExpr

void enterCreateTableExpr(@NotNull
                          EsperEPL2GrammarParser.CreateTableExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createTableExpr().

Parameters:
ctx - the parse tree

exitCreateTableExpr

void exitCreateTableExpr(@NotNull
                         EsperEPL2GrammarParser.CreateTableExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createTableExpr().

Parameters:
ctx - the parse tree

enterCreateDataflow

void enterCreateDataflow(@NotNull
                         EsperEPL2GrammarParser.CreateDataflowContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createDataflow().

Parameters:
ctx - the parse tree

exitCreateDataflow

void exitCreateDataflow(@NotNull
                        EsperEPL2GrammarParser.CreateDataflowContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createDataflow().

Parameters:
ctx - the parse tree

enterCreateSchemaExpr

void enterCreateSchemaExpr(@NotNull
                           EsperEPL2GrammarParser.CreateSchemaExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createSchemaExpr().

Parameters:
ctx - the parse tree

exitCreateSchemaExpr

void exitCreateSchemaExpr(@NotNull
                          EsperEPL2GrammarParser.CreateSchemaExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createSchemaExpr().

Parameters:
ctx - the parse tree

enterCreateContextExpr

void enterCreateContextExpr(@NotNull
                            EsperEPL2GrammarParser.CreateContextExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createContextExpr().

Parameters:
ctx - the parse tree

exitCreateContextExpr

void exitCreateContextExpr(@NotNull
                           EsperEPL2GrammarParser.CreateContextExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createContextExpr().

Parameters:
ctx - the parse tree

enterBuiltin_avg

void enterBuiltin_avg(@NotNull
                      EsperEPL2GrammarParser.Builtin_avgContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_avg.

Parameters:
ctx - the parse tree

exitBuiltin_avg

void exitBuiltin_avg(@NotNull
                     EsperEPL2GrammarParser.Builtin_avgContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_avg.

Parameters:
ctx - the parse tree

enterHavingClause

void enterHavingClause(@NotNull
                       EsperEPL2GrammarParser.HavingClauseContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.havingClause().

Parameters:
ctx - the parse tree

exitHavingClause

void exitHavingClause(@NotNull
                      EsperEPL2GrammarParser.HavingClauseContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.havingClause().

Parameters:
ctx - the parse tree

enterFromClause

void enterFromClause(@NotNull
                     EsperEPL2GrammarParser.FromClauseContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.fromClause().

Parameters:
ctx - the parse tree

exitFromClause

void exitFromClause(@NotNull
                    EsperEPL2GrammarParser.FromClauseContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.fromClause().

Parameters:
ctx - the parse tree

enterGroupByListExpr

void enterGroupByListExpr(@NotNull
                          EsperEPL2GrammarParser.GroupByListExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.groupByListExpr().

Parameters:
ctx - the parse tree

exitGroupByListExpr

void exitGroupByListExpr(@NotNull
                         EsperEPL2GrammarParser.GroupByListExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.groupByListExpr().

Parameters:
ctx - the parse tree

enterMatchRecogDefineItem

void enterMatchRecogDefineItem(@NotNull
                               EsperEPL2GrammarParser.MatchRecogDefineItemContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogDefineItem().

Parameters:
ctx - the parse tree

exitMatchRecogDefineItem

void exitMatchRecogDefineItem(@NotNull
                              EsperEPL2GrammarParser.MatchRecogDefineItemContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogDefineItem().

Parameters:
ctx - the parse tree

enterColumnList

void enterColumnList(@NotNull
                     EsperEPL2GrammarParser.ColumnListContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.columnList().

Parameters:
ctx - the parse tree

exitColumnList

void exitColumnList(@NotNull
                    EsperEPL2GrammarParser.ColumnListContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.columnList().

Parameters:
ctx - the parse tree

enterMatchRecogDefine

void enterMatchRecogDefine(@NotNull
                           EsperEPL2GrammarParser.MatchRecogDefineContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogDefine().

Parameters:
ctx - the parse tree

exitMatchRecogDefine

void exitMatchRecogDefine(@NotNull
                          EsperEPL2GrammarParser.MatchRecogDefineContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogDefine().

Parameters:
ctx - the parse tree

enterMatchRecogMatchesAfterSkip

void enterMatchRecogMatchesAfterSkip(@NotNull
                                     EsperEPL2GrammarParser.MatchRecogMatchesAfterSkipContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogMatchesAfterSkip().

Parameters:
ctx - the parse tree

exitMatchRecogMatchesAfterSkip

void exitMatchRecogMatchesAfterSkip(@NotNull
                                    EsperEPL2GrammarParser.MatchRecogMatchesAfterSkipContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogMatchesAfterSkip().

Parameters:
ctx - the parse tree

enterMatchRecogPatternNested

void enterMatchRecogPatternNested(@NotNull
                                  EsperEPL2GrammarParser.MatchRecogPatternNestedContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternNested().

Parameters:
ctx - the parse tree

exitMatchRecogPatternNested

void exitMatchRecogPatternNested(@NotNull
                                 EsperEPL2GrammarParser.MatchRecogPatternNestedContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternNested().

Parameters:
ctx - the parse tree

enterBuiltin_coalesce

void enterBuiltin_coalesce(@NotNull
                           EsperEPL2GrammarParser.Builtin_coalesceContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_coalesce.

Parameters:
ctx - the parse tree

exitBuiltin_coalesce

void exitBuiltin_coalesce(@NotNull
                          EsperEPL2GrammarParser.Builtin_coalesceContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_coalesce.

Parameters:
ctx - the parse tree

enterOrExpression

void enterOrExpression(@NotNull
                       EsperEPL2GrammarParser.OrExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.orExpression().

Parameters:
ctx - the parse tree

exitOrExpression

void exitOrExpression(@NotNull
                      EsperEPL2GrammarParser.OrExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.orExpression().

Parameters:
ctx - the parse tree

enterOnSetExpr

void enterOnSetExpr(@NotNull
                    EsperEPL2GrammarParser.OnSetExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.onSetExpr().

Parameters:
ctx - the parse tree

exitOnSetExpr

void exitOnSetExpr(@NotNull
                   EsperEPL2GrammarParser.OnSetExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.onSetExpr().

Parameters:
ctx - the parse tree

enterEscapableIdent

void enterEscapableIdent(@NotNull
                         EsperEPL2GrammarParser.EscapableIdentContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.escapableIdent().

Parameters:
ctx - the parse tree

exitEscapableIdent

void exitEscapableIdent(@NotNull
                        EsperEPL2GrammarParser.EscapableIdentContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.escapableIdent().

Parameters:
ctx - the parse tree

enterOnSelectInsertExpr

void enterOnSelectInsertExpr(@NotNull
                             EsperEPL2GrammarParser.OnSelectInsertExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.onSelectInsertExpr().

Parameters:
ctx - the parse tree

exitOnSelectInsertExpr

void exitOnSelectInsertExpr(@NotNull
                            EsperEPL2GrammarParser.OnSelectInsertExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.onSelectInsertExpr().

Parameters:
ctx - the parse tree

enterCreateColumnListElement

void enterCreateColumnListElement(@NotNull
                                  EsperEPL2GrammarParser.CreateColumnListElementContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createColumnListElement().

Parameters:
ctx - the parse tree

exitCreateColumnListElement

void exitCreateColumnListElement(@NotNull
                                 EsperEPL2GrammarParser.CreateColumnListElementContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createColumnListElement().

Parameters:
ctx - the parse tree

enterPropertyStreamSelector

void enterPropertyStreamSelector(@NotNull
                                 EsperEPL2GrammarParser.PropertyStreamSelectorContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.propertyStreamSelector().

Parameters:
ctx - the parse tree

exitPropertyStreamSelector

void exitPropertyStreamSelector(@NotNull
                                EsperEPL2GrammarParser.PropertyStreamSelectorContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.propertyStreamSelector().

Parameters:
ctx - the parse tree

enterWhereClause

void enterWhereClause(@NotNull
                      EsperEPL2GrammarParser.WhereClauseContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.whereClause().

Parameters:
ctx - the parse tree

exitWhereClause

void exitWhereClause(@NotNull
                     EsperEPL2GrammarParser.WhereClauseContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.whereClause().

Parameters:
ctx - the parse tree

enterFafInsert

void enterFafInsert(@NotNull
                    EsperEPL2GrammarParser.FafInsertContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.fafInsert().

Parameters:
ctx - the parse tree

exitFafInsert

void exitFafInsert(@NotNull
                   EsperEPL2GrammarParser.FafInsertContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.fafInsert().

Parameters:
ctx - the parse tree

enterDatabaseJoinExpression

void enterDatabaseJoinExpression(@NotNull
                                 EsperEPL2GrammarParser.DatabaseJoinExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.databaseJoinExpression().

Parameters:
ctx - the parse tree

exitDatabaseJoinExpression

void exitDatabaseJoinExpression(@NotNull
                                EsperEPL2GrammarParser.DatabaseJoinExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.databaseJoinExpression().

Parameters:
ctx - the parse tree

enterConstant

void enterConstant(@NotNull
                   EsperEPL2GrammarParser.ConstantContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.constant().

Parameters:
ctx - the parse tree

exitConstant

void exitConstant(@NotNull
                  EsperEPL2GrammarParser.ConstantContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.constant().

Parameters:
ctx - the parse tree

enterExpressionDef

void enterExpressionDef(@NotNull
                        EsperEPL2GrammarParser.ExpressionDefContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.expressionDef().

Parameters:
ctx - the parse tree

exitExpressionDef

void exitExpressionDef(@NotNull
                       EsperEPL2GrammarParser.ExpressionDefContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.expressionDef().

Parameters:
ctx - the parse tree

enterMergeMatched

void enterMergeMatched(@NotNull
                       EsperEPL2GrammarParser.MergeMatchedContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.mergeMatched().

Parameters:
ctx - the parse tree

exitMergeMatched

void exitMergeMatched(@NotNull
                      EsperEPL2GrammarParser.MergeMatchedContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.mergeMatched().

Parameters:
ctx - the parse tree

enterEvalEqualsExpression

void enterEvalEqualsExpression(@NotNull
                               EsperEPL2GrammarParser.EvalEqualsExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.evalEqualsExpression().

Parameters:
ctx - the parse tree

exitEvalEqualsExpression

void exitEvalEqualsExpression(@NotNull
                              EsperEPL2GrammarParser.EvalEqualsExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.evalEqualsExpression().

Parameters:
ctx - the parse tree

enterEventProperty

void enterEventProperty(@NotNull
                        EsperEPL2GrammarParser.EventPropertyContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.eventProperty().

Parameters:
ctx - the parse tree

exitEventProperty

void exitEventProperty(@NotNull
                       EsperEPL2GrammarParser.EventPropertyContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.eventProperty().

Parameters:
ctx - the parse tree

enterLibFunction

void enterLibFunction(@NotNull
                      EsperEPL2GrammarParser.LibFunctionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.libFunction().

Parameters:
ctx - the parse tree

exitLibFunction

void exitLibFunction(@NotNull
                     EsperEPL2GrammarParser.LibFunctionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.libFunction().

Parameters:
ctx - the parse tree

enterFafDelete

void enterFafDelete(@NotNull
                    EsperEPL2GrammarParser.FafDeleteContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.fafDelete().

Parameters:
ctx - the parse tree

exitFafDelete

void exitFafDelete(@NotNull
                   EsperEPL2GrammarParser.FafDeleteContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.fafDelete().

Parameters:
ctx - the parse tree

enterRowLimit

void enterRowLimit(@NotNull
                   EsperEPL2GrammarParser.RowLimitContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.rowLimit().

Parameters:
ctx - the parse tree

exitRowLimit

void exitRowLimit(@NotNull
                  EsperEPL2GrammarParser.RowLimitContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.rowLimit().

Parameters:
ctx - the parse tree

enterFuncIdentInner

void enterFuncIdentInner(@NotNull
                         EsperEPL2GrammarParser.FuncIdentInnerContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.funcIdentInner().

Parameters:
ctx - the parse tree

exitFuncIdentInner

void exitFuncIdentInner(@NotNull
                        EsperEPL2GrammarParser.FuncIdentInnerContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.funcIdentInner().

Parameters:
ctx - the parse tree

enterBuiltin_currts

void enterBuiltin_currts(@NotNull
                         EsperEPL2GrammarParser.Builtin_currtsContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_currts.

Parameters:
ctx - the parse tree

exitBuiltin_currts

void exitBuiltin_currts(@NotNull
                        EsperEPL2GrammarParser.Builtin_currtsContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_currts.

Parameters:
ctx - the parse tree

enterElementValueArrayEnum

void enterElementValueArrayEnum(@NotNull
                                EsperEPL2GrammarParser.ElementValueArrayEnumContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.elementValueArrayEnum().

Parameters:
ctx - the parse tree

exitElementValueArrayEnum

void exitElementValueArrayEnum(@NotNull
                               EsperEPL2GrammarParser.ElementValueArrayEnumContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.elementValueArrayEnum().

Parameters:
ctx - the parse tree

enterElementValuePairEnum

void enterElementValuePairEnum(@NotNull
                               EsperEPL2GrammarParser.ElementValuePairEnumContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.elementValuePairEnum().

Parameters:
ctx - the parse tree

exitElementValuePairEnum

void exitElementValuePairEnum(@NotNull
                              EsperEPL2GrammarParser.ElementValuePairEnumContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.elementValuePairEnum().

Parameters:
ctx - the parse tree

enterMatchRecogPatternConcat

void enterMatchRecogPatternConcat(@NotNull
                                  EsperEPL2GrammarParser.MatchRecogPatternConcatContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternConcat().

Parameters:
ctx - the parse tree

exitMatchRecogPatternConcat

void exitMatchRecogPatternConcat(@NotNull
                                 EsperEPL2GrammarParser.MatchRecogPatternConcatContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternConcat().

Parameters:
ctx - the parse tree

enterOuterJoinIdent

void enterOuterJoinIdent(@NotNull
                         EsperEPL2GrammarParser.OuterJoinIdentContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.outerJoinIdent().

Parameters:
ctx - the parse tree

exitOuterJoinIdent

void exitOuterJoinIdent(@NotNull
                        EsperEPL2GrammarParser.OuterJoinIdentContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.outerJoinIdent().

Parameters:
ctx - the parse tree

enterPropertyExpressionAtomic

void enterPropertyExpressionAtomic(@NotNull
                                   EsperEPL2GrammarParser.PropertyExpressionAtomicContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.propertyExpressionAtomic().

Parameters:
ctx - the parse tree

exitPropertyExpressionAtomic

void exitPropertyExpressionAtomic(@NotNull
                                  EsperEPL2GrammarParser.PropertyExpressionAtomicContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.propertyExpressionAtomic().

Parameters:
ctx - the parse tree

enterJsonobject

void enterJsonobject(@NotNull
                     EsperEPL2GrammarParser.JsonobjectContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.jsonobject().

Parameters:
ctx - the parse tree

exitJsonobject

void exitJsonobject(@NotNull
                    EsperEPL2GrammarParser.JsonobjectContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.jsonobject().

Parameters:
ctx - the parse tree

enterContextExpr

void enterContextExpr(@NotNull
                      EsperEPL2GrammarParser.ContextExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.contextExpr().

Parameters:
ctx - the parse tree

exitContextExpr

void exitContextExpr(@NotNull
                     EsperEPL2GrammarParser.ContextExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.contextExpr().

Parameters:
ctx - the parse tree

enterJsonpair

void enterJsonpair(@NotNull
                   EsperEPL2GrammarParser.JsonpairContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.jsonpair().

Parameters:
ctx - the parse tree

exitJsonpair

void exitJsonpair(@NotNull
                  EsperEPL2GrammarParser.JsonpairContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.jsonpair().

Parameters:
ctx - the parse tree

enterJsonmembers

void enterJsonmembers(@NotNull
                      EsperEPL2GrammarParser.JsonmembersContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.jsonmembers().

Parameters:
ctx - the parse tree

exitJsonmembers

void exitJsonmembers(@NotNull
                     EsperEPL2GrammarParser.JsonmembersContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.jsonmembers().

Parameters:
ctx - the parse tree

enterMergeItem

void enterMergeItem(@NotNull
                    EsperEPL2GrammarParser.MergeItemContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.mergeItem().

Parameters:
ctx - the parse tree

exitMergeItem

void exitMergeItem(@NotNull
                   EsperEPL2GrammarParser.MergeItemContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.mergeItem().

Parameters:
ctx - the parse tree

enterExpressionDialect

void enterExpressionDialect(@NotNull
                            EsperEPL2GrammarParser.ExpressionDialectContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.expressionDialect().

Parameters:
ctx - the parse tree

exitExpressionDialect

void exitExpressionDialect(@NotNull
                           EsperEPL2GrammarParser.ExpressionDialectContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.expressionDialect().

Parameters:
ctx - the parse tree

enterElementValueEnum

void enterElementValueEnum(@NotNull
                           EsperEPL2GrammarParser.ElementValueEnumContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.elementValueEnum().

Parameters:
ctx - the parse tree

exitElementValueEnum

void exitElementValueEnum(@NotNull
                          EsperEPL2GrammarParser.ElementValueEnumContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.elementValueEnum().

Parameters:
ctx - the parse tree

enterOnSetAssignmentList

void enterOnSetAssignmentList(@NotNull
                              EsperEPL2GrammarParser.OnSetAssignmentListContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.onSetAssignmentList().

Parameters:
ctx - the parse tree

exitOnSetAssignmentList

void exitOnSetAssignmentList(@NotNull
                             EsperEPL2GrammarParser.OnSetAssignmentListContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.onSetAssignmentList().

Parameters:
ctx - the parse tree

enterMatchRecogPartitionBy

void enterMatchRecogPartitionBy(@NotNull
                                EsperEPL2GrammarParser.MatchRecogPartitionByContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogPartitionBy().

Parameters:
ctx - the parse tree

exitMatchRecogPartitionBy

void exitMatchRecogPartitionBy(@NotNull
                               EsperEPL2GrammarParser.MatchRecogPartitionByContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogPartitionBy().

Parameters:
ctx - the parse tree

enterCrontabLimitParameterSet

void enterCrontabLimitParameterSet(@NotNull
                                   EsperEPL2GrammarParser.CrontabLimitParameterSetContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.crontabLimitParameterSet().

Parameters:
ctx - the parse tree

exitCrontabLimitParameterSet

void exitCrontabLimitParameterSet(@NotNull
                                  EsperEPL2GrammarParser.CrontabLimitParameterSetContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.crontabLimitParameterSet().

Parameters:
ctx - the parse tree

enterCreateContextGroupItem

void enterCreateContextGroupItem(@NotNull
                                 EsperEPL2GrammarParser.CreateContextGroupItemContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createContextGroupItem().

Parameters:
ctx - the parse tree

exitCreateContextGroupItem

void exitCreateContextGroupItem(@NotNull
                                EsperEPL2GrammarParser.CreateContextGroupItemContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createContextGroupItem().

Parameters:
ctx - the parse tree

enterOnSetAssignment

void enterOnSetAssignment(@NotNull
                          EsperEPL2GrammarParser.OnSetAssignmentContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.onSetAssignment().

Parameters:
ctx - the parse tree

exitOnSetAssignment

void exitOnSetAssignment(@NotNull
                         EsperEPL2GrammarParser.OnSetAssignmentContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.onSetAssignment().

Parameters:
ctx - the parse tree

enterCreateIndexColumn

void enterCreateIndexColumn(@NotNull
                            EsperEPL2GrammarParser.CreateIndexColumnContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createIndexColumn().

Parameters:
ctx - the parse tree

exitCreateIndexColumn

void exitCreateIndexColumn(@NotNull
                           EsperEPL2GrammarParser.CreateIndexColumnContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createIndexColumn().

Parameters:
ctx - the parse tree

enterBuiltin_prevcount

void enterBuiltin_prevcount(@NotNull
                            EsperEPL2GrammarParser.Builtin_prevcountContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_prevcount.

Parameters:
ctx - the parse tree

exitBuiltin_prevcount

void exitBuiltin_prevcount(@NotNull
                           EsperEPL2GrammarParser.Builtin_prevcountContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_prevcount.

Parameters:
ctx - the parse tree

enterBuiltin_groupingid

void enterBuiltin_groupingid(@NotNull
                             EsperEPL2GrammarParser.Builtin_groupingidContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_groupingid.

Parameters:
ctx - the parse tree

exitBuiltin_groupingid

void exitBuiltin_groupingid(@NotNull
                            EsperEPL2GrammarParser.Builtin_groupingidContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_groupingid.

Parameters:
ctx - the parse tree

enterRegularJoin

void enterRegularJoin(@NotNull
                      EsperEPL2GrammarParser.RegularJoinContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.regularJoin().

Parameters:
ctx - the parse tree

exitRegularJoin

void exitRegularJoin(@NotNull
                     EsperEPL2GrammarParser.RegularJoinContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.regularJoin().

Parameters:
ctx - the parse tree

enterEventFilterExpression

void enterEventFilterExpression(@NotNull
                                EsperEPL2GrammarParser.EventFilterExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.eventFilterExpression().

Parameters:
ctx - the parse tree

exitEventFilterExpression

void exitEventFilterExpression(@NotNull
                               EsperEPL2GrammarParser.EventFilterExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.eventFilterExpression().

Parameters:
ctx - the parse tree

enterGopOut

void enterGopOut(@NotNull
                 EsperEPL2GrammarParser.GopOutContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.gopOut().

Parameters:
ctx - the parse tree

exitGopOut

void exitGopOut(@NotNull
                EsperEPL2GrammarParser.GopOutContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.gopOut().

Parameters:
ctx - the parse tree

enterContextContextNested

void enterContextContextNested(@NotNull
                               EsperEPL2GrammarParser.ContextContextNestedContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.contextContextNested().

Parameters:
ctx - the parse tree

exitContextContextNested

void exitContextContextNested(@NotNull
                              EsperEPL2GrammarParser.ContextContextNestedContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.contextContextNested().

Parameters:
ctx - the parse tree

enterTimePeriod

void enterTimePeriod(@NotNull
                     EsperEPL2GrammarParser.TimePeriodContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.timePeriod().

Parameters:
ctx - the parse tree

exitTimePeriod

void exitTimePeriod(@NotNull
                    EsperEPL2GrammarParser.TimePeriodContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.timePeriod().

Parameters:
ctx - the parse tree

enterSelectionList

void enterSelectionList(@NotNull
                        EsperEPL2GrammarParser.SelectionListContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.selectionList().

Parameters:
ctx - the parse tree

exitSelectionList

void exitSelectionList(@NotNull
                       EsperEPL2GrammarParser.SelectionListContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.selectionList().

Parameters:
ctx - the parse tree

enterEventPropertyAtomic

void enterEventPropertyAtomic(@NotNull
                              EsperEPL2GrammarParser.EventPropertyAtomicContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.eventPropertyAtomic().

Parameters:
ctx - the parse tree

exitEventPropertyAtomic

void exitEventPropertyAtomic(@NotNull
                             EsperEPL2GrammarParser.EventPropertyAtomicContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.eventPropertyAtomic().

Parameters:
ctx - the parse tree

enterMillisecondPart

void enterMillisecondPart(@NotNull
                          EsperEPL2GrammarParser.MillisecondPartContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.millisecondPart().

Parameters:
ctx - the parse tree

exitMillisecondPart

void exitMillisecondPart(@NotNull
                         EsperEPL2GrammarParser.MillisecondPartContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.millisecondPart().

Parameters:
ctx - the parse tree

enterMergeUnmatched

void enterMergeUnmatched(@NotNull
                         EsperEPL2GrammarParser.MergeUnmatchedContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.mergeUnmatched().

Parameters:
ctx - the parse tree

exitMergeUnmatched

void exitMergeUnmatched(@NotNull
                        EsperEPL2GrammarParser.MergeUnmatchedContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.mergeUnmatched().

Parameters:
ctx - the parse tree

enterSubstitution

void enterSubstitution(@NotNull
                       EsperEPL2GrammarParser.SubstitutionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.substitution().

Parameters:
ctx - the parse tree

exitSubstitution

void exitSubstitution(@NotNull
                      EsperEPL2GrammarParser.SubstitutionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.substitution().

Parameters:
ctx - the parse tree

enterSecondPart

void enterSecondPart(@NotNull
                     EsperEPL2GrammarParser.SecondPartContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.secondPart().

Parameters:
ctx - the parse tree

exitSecondPart

void exitSecondPart(@NotNull
                    EsperEPL2GrammarParser.SecondPartContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.secondPart().

Parameters:
ctx - the parse tree

enterBuiltin_sum

void enterBuiltin_sum(@NotNull
                      EsperEPL2GrammarParser.Builtin_sumContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_sum.

Parameters:
ctx - the parse tree

exitBuiltin_sum

void exitBuiltin_sum(@NotNull
                     EsperEPL2GrammarParser.Builtin_sumContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_sum.

Parameters:
ctx - the parse tree

enterGopParamsItemList

void enterGopParamsItemList(@NotNull
                            EsperEPL2GrammarParser.GopParamsItemListContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.gopParamsItemList().

Parameters:
ctx - the parse tree

exitGopParamsItemList

void exitGopParamsItemList(@NotNull
                           EsperEPL2GrammarParser.GopParamsItemListContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.gopParamsItemList().

Parameters:
ctx - the parse tree

enterGopParamsItem

void enterGopParamsItem(@NotNull
                        EsperEPL2GrammarParser.GopParamsItemContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.gopParamsItem().

Parameters:
ctx - the parse tree

exitGopParamsItem

void exitGopParamsItem(@NotNull
                       EsperEPL2GrammarParser.GopParamsItemContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.gopParamsItem().

Parameters:
ctx - the parse tree

enterMatchRecog

void enterMatchRecog(@NotNull
                     EsperEPL2GrammarParser.MatchRecogContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecog().

Parameters:
ctx - the parse tree

exitMatchRecog

void exitMatchRecog(@NotNull
                    EsperEPL2GrammarParser.MatchRecogContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecog().

Parameters:
ctx - the parse tree

enterExpressionWithTimeInclLast

void enterExpressionWithTimeInclLast(@NotNull
                                     EsperEPL2GrammarParser.ExpressionWithTimeInclLastContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.expressionWithTimeInclLast().

Parameters:
ctx - the parse tree

exitExpressionWithTimeInclLast

void exitExpressionWithTimeInclLast(@NotNull
                                    EsperEPL2GrammarParser.ExpressionWithTimeInclLastContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.expressionWithTimeInclLast().

Parameters:
ctx - the parse tree

enterCreateContextRangePoint

void enterCreateContextRangePoint(@NotNull
                                  EsperEPL2GrammarParser.CreateContextRangePointContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createContextRangePoint().

Parameters:
ctx - the parse tree

exitCreateContextRangePoint

void exitCreateContextRangePoint(@NotNull
                                 EsperEPL2GrammarParser.CreateContextRangePointContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createContextRangePoint().

Parameters:
ctx - the parse tree

enterGopOutTypeList

void enterGopOutTypeList(@NotNull
                         EsperEPL2GrammarParser.GopOutTypeListContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.gopOutTypeList().

Parameters:
ctx - the parse tree

exitGopOutTypeList

void exitGopOutTypeList(@NotNull
                        EsperEPL2GrammarParser.GopOutTypeListContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.gopOutTypeList().

Parameters:
ctx - the parse tree

enterMatchRecogPatternPermute

void enterMatchRecogPatternPermute(@NotNull
                                   EsperEPL2GrammarParser.MatchRecogPatternPermuteContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternPermute().

Parameters:
ctx - the parse tree

exitMatchRecogPatternPermute

void exitMatchRecogPatternPermute(@NotNull
                                  EsperEPL2GrammarParser.MatchRecogPatternPermuteContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternPermute().

Parameters:
ctx - the parse tree

enterForExpr

void enterForExpr(@NotNull
                  EsperEPL2GrammarParser.ForExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.forExpr().

Parameters:
ctx - the parse tree

exitForExpr

void exitForExpr(@NotNull
                 EsperEPL2GrammarParser.ForExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.forExpr().

Parameters:
ctx - the parse tree

enterBuiltin_stddev

void enterBuiltin_stddev(@NotNull
                         EsperEPL2GrammarParser.Builtin_stddevContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_stddev.

Parameters:
ctx - the parse tree

exitBuiltin_stddev

void exitBuiltin_stddev(@NotNull
                        EsperEPL2GrammarParser.Builtin_stddevContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_stddev.

Parameters:
ctx - the parse tree

enterCreateVariableExpr

void enterCreateVariableExpr(@NotNull
                             EsperEPL2GrammarParser.CreateVariableExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createVariableExpr().

Parameters:
ctx - the parse tree

exitCreateVariableExpr

void exitCreateVariableExpr(@NotNull
                            EsperEPL2GrammarParser.CreateVariableExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createVariableExpr().

Parameters:
ctx - the parse tree

enterCreateContextCoalesceItem

void enterCreateContextCoalesceItem(@NotNull
                                    EsperEPL2GrammarParser.CreateContextCoalesceItemContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createContextCoalesceItem().

Parameters:
ctx - the parse tree

exitCreateContextCoalesceItem

void exitCreateContextCoalesceItem(@NotNull
                                   EsperEPL2GrammarParser.CreateContextCoalesceItemContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createContextCoalesceItem().

Parameters:
ctx - the parse tree

enterGuardPostFix

void enterGuardPostFix(@NotNull
                       EsperEPL2GrammarParser.GuardPostFixContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.guardPostFix().

Parameters:
ctx - the parse tree

exitGuardPostFix

void exitGuardPostFix(@NotNull
                      EsperEPL2GrammarParser.GuardPostFixContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.guardPostFix().

Parameters:
ctx - the parse tree

enterStreamExpression

void enterStreamExpression(@NotNull
                           EsperEPL2GrammarParser.StreamExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.streamExpression().

Parameters:
ctx - the parse tree

exitStreamExpression

void exitStreamExpression(@NotNull
                          EsperEPL2GrammarParser.StreamExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.streamExpression().

Parameters:
ctx - the parse tree

enterSubSelectFilterExpr

void enterSubSelectFilterExpr(@NotNull
                              EsperEPL2GrammarParser.SubSelectFilterExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.subSelectFilterExpr().

Parameters:
ctx - the parse tree

exitSubSelectFilterExpr

void exitSubSelectFilterExpr(@NotNull
                             EsperEPL2GrammarParser.SubSelectFilterExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.subSelectFilterExpr().

Parameters:
ctx - the parse tree

enterAtomicExpression

void enterAtomicExpression(@NotNull
                           EsperEPL2GrammarParser.AtomicExpressionContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.atomicExpression().

Parameters:
ctx - the parse tree

exitAtomicExpression

void exitAtomicExpression(@NotNull
                          EsperEPL2GrammarParser.AtomicExpressionContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.atomicExpression().

Parameters:
ctx - the parse tree

enterJsonarray

void enterJsonarray(@NotNull
                    EsperEPL2GrammarParser.JsonarrayContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.jsonarray().

Parameters:
ctx - the parse tree

exitJsonarray

void exitJsonarray(@NotNull
                   EsperEPL2GrammarParser.JsonarrayContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.jsonarray().

Parameters:
ctx - the parse tree

enterYearPart

void enterYearPart(@NotNull
                   EsperEPL2GrammarParser.YearPartContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.yearPart().

Parameters:
ctx - the parse tree

exitYearPart

void exitYearPart(@NotNull
                  EsperEPL2GrammarParser.YearPartContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.yearPart().

Parameters:
ctx - the parse tree

enterDayPart

void enterDayPart(@NotNull
                  EsperEPL2GrammarParser.DayPartContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.dayPart().

Parameters:
ctx - the parse tree

exitDayPart

void exitDayPart(@NotNull
                 EsperEPL2GrammarParser.DayPartContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.dayPart().

Parameters:
ctx - the parse tree

enterCreateWindowExpr

void enterCreateWindowExpr(@NotNull
                           EsperEPL2GrammarParser.CreateWindowExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createWindowExpr().

Parameters:
ctx - the parse tree

exitCreateWindowExpr

void exitCreateWindowExpr(@NotNull
                          EsperEPL2GrammarParser.CreateWindowExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createWindowExpr().

Parameters:
ctx - the parse tree

enterOnExpr

void enterOnExpr(@NotNull
                 EsperEPL2GrammarParser.OnExprContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.onExpr().

Parameters:
ctx - the parse tree

exitOnExpr

void exitOnExpr(@NotNull
                EsperEPL2GrammarParser.OnExprContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.onExpr().

Parameters:
ctx - the parse tree

enterBuiltin_prev

void enterBuiltin_prev(@NotNull
                       EsperEPL2GrammarParser.Builtin_prevContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_prev.

Parameters:
ctx - the parse tree

exitBuiltin_prev

void exitBuiltin_prev(@NotNull
                      EsperEPL2GrammarParser.Builtin_prevContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_prev.

Parameters:
ctx - the parse tree

enterCreateTableColumnPlain

void enterCreateTableColumnPlain(@NotNull
                                 EsperEPL2GrammarParser.CreateTableColumnPlainContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createTableColumnPlain().

Parameters:
ctx - the parse tree

exitCreateTableColumnPlain

void exitCreateTableColumnPlain(@NotNull
                                EsperEPL2GrammarParser.CreateTableColumnPlainContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createTableColumnPlain().

Parameters:
ctx - the parse tree

enterFuncIdentChained

void enterFuncIdentChained(@NotNull
                           EsperEPL2GrammarParser.FuncIdentChainedContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.funcIdentChained().

Parameters:
ctx - the parse tree

exitFuncIdentChained

void exitFuncIdentChained(@NotNull
                          EsperEPL2GrammarParser.FuncIdentChainedContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.funcIdentChained().

Parameters:
ctx - the parse tree

enterCreateContextPartitionItem

void enterCreateContextPartitionItem(@NotNull
                                     EsperEPL2GrammarParser.CreateContextPartitionItemContext ctx)
Enter a parse tree produced by EsperEPL2GrammarParser.createContextPartitionItem().

Parameters:
ctx - the parse tree

exitCreateContextPartitionItem

void exitCreateContextPartitionItem(@NotNull
                                    EsperEPL2GrammarParser.CreateContextPartitionItemContext ctx)
Exit a parse tree produced by EsperEPL2GrammarParser.createContextPartitionItem().

Parameters:
ctx - the parse tree

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com