com.espertech.esper.epl.parse
Class EPLTreeWalkerListener

java.lang.Object
  extended by com.espertech.esper.epl.parse.EPLTreeWalkerListener
All Implemented Interfaces:
EsperEPL2GrammarListener, org.antlr.v4.runtime.tree.ParseTreeListener

public class EPLTreeWalkerListener
extends java.lang.Object
implements EsperEPL2GrammarListener

Called during the walks of a EPL expression AST tree as specified in the grammar file. Constructs filter and view specifications etc.


Constructor Summary
EPLTreeWalkerListener(org.antlr.v4.runtime.CommonTokenStream tokenStream, EngineImportService engineImportService, VariableService variableService, SchedulingService schedulingService, SelectClauseStreamSelectorEnum defaultStreamSelector, java.lang.String engineURI, ConfigurationInformation configurationInformation, PatternNodeFactory patternNodeFactory, ContextManagementService contextManagementService, java.util.List<java.lang.String> scriptBodies, ExprDeclaredService exprDeclaredService, TableService tableService)
          Ctor.
 
Method Summary
protected  void end()
           
 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 enterEveryRule(org.antlr.v4.runtime.ParserRuleContext parserRuleContext)
           
 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 exitEveryRule(org.antlr.v4.runtime.ParserRuleContext parserRuleContext)
           
 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().
 StatementSpecRaw getStatementSpec()
           
 void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode errorNode)
           
 void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode terminalNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EPLTreeWalkerListener

public EPLTreeWalkerListener(org.antlr.v4.runtime.CommonTokenStream tokenStream,
                             EngineImportService engineImportService,
                             VariableService variableService,
                             SchedulingService schedulingService,
                             SelectClauseStreamSelectorEnum defaultStreamSelector,
                             java.lang.String engineURI,
                             ConfigurationInformation configurationInformation,
                             PatternNodeFactory patternNodeFactory,
                             ContextManagementService contextManagementService,
                             java.util.List<java.lang.String> scriptBodies,
                             ExprDeclaredService exprDeclaredService,
                             TableService tableService)
Ctor.

Parameters:
engineImportService - is required to resolve lib-calls into static methods or configured aggregation functions
variableService - for variable access
defaultStreamSelector - - the configuration for which insert or remove streams (or both) to produce
engineURI - engine URI
configurationInformation - configuration info
Method Detail

getStatementSpec

public StatementSpecRaw getStatementSpec()

exitContextExpr

public void exitContextExpr(@NotNull
                            EsperEPL2GrammarParser.ContextExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.contextExpr().

Specified by:
exitContextExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitEvalRelationalExpression

public void exitEvalRelationalExpression(@NotNull
                                         EsperEPL2GrammarParser.EvalRelationalExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.evalRelationalExpression().

Specified by:
exitEvalRelationalExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitLibFunction

public void exitLibFunction(@NotNull
                            EsperEPL2GrammarParser.LibFunctionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.libFunction().

Specified by:
exitLibFunction in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchRecog

public void exitMatchRecog(@NotNull
                           EsperEPL2GrammarParser.MatchRecogContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecog().

Specified by:
exitMatchRecog in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchRecogPartitionBy

public void exitMatchRecogPartitionBy(@NotNull
                                      EsperEPL2GrammarParser.MatchRecogPartitionByContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogPartitionBy().

Specified by:
exitMatchRecogPartitionBy in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMergeMatchedItem

public void exitMergeMatchedItem(@NotNull
                                 EsperEPL2GrammarParser.MergeMatchedItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.mergeMatchedItem().

Specified by:
exitMergeMatchedItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterSubQueryExpr

public void enterSubQueryExpr(@NotNull
                              EsperEPL2GrammarParser.SubQueryExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.subQueryExpr().

Specified by:
enterSubQueryExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitSubQueryExpr

public void exitSubQueryExpr(@NotNull
                             EsperEPL2GrammarParser.SubQueryExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.subQueryExpr().

Specified by:
exitSubQueryExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchRecogDefineItem

public void exitMatchRecogDefineItem(@NotNull
                                     EsperEPL2GrammarParser.MatchRecogDefineItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogDefineItem().

Specified by:
exitMatchRecogDefineItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMergeUnmatchedItem

public void exitMergeUnmatchedItem(@NotNull
                                   EsperEPL2GrammarParser.MergeUnmatchedItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.mergeUnmatchedItem().

Specified by:
exitMergeUnmatchedItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitHavingClause

public void exitHavingClause(@NotNull
                             EsperEPL2GrammarParser.HavingClauseContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.havingClause().

Specified by:
exitHavingClause in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchRecogMeasureItem

public void exitMatchRecogMeasureItem(@NotNull
                                      EsperEPL2GrammarParser.MatchRecogMeasureItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogMeasureItem().

Specified by:
exitMatchRecogMeasureItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitObserverExpression

public void exitObserverExpression(@NotNull
                                   EsperEPL2GrammarParser.ObserverExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.observerExpression().

Specified by:
exitObserverExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchRecogPatternNested

public void exitMatchRecogPatternNested(@NotNull
                                        EsperEPL2GrammarParser.MatchRecogPatternNestedContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternNested().

Specified by:
exitMatchRecogPatternNested in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchRecogPatternPermute

public void exitMatchRecogPatternPermute(@NotNull
                                         EsperEPL2GrammarParser.MatchRecogPatternPermuteContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternPermute().

Specified by:
exitMatchRecogPatternPermute in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitEvalOrExpression

public void exitEvalOrExpression(@NotNull
                                 EsperEPL2GrammarParser.EvalOrExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.evalOrExpression().

Specified by:
exitEvalOrExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitTimePeriod

public void exitTimePeriod(@NotNull
                           EsperEPL2GrammarParser.TimePeriodContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.timePeriod().

Specified by:
exitTimePeriod in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitSelectionListElementExpr

public void exitSelectionListElementExpr(@NotNull
                                         EsperEPL2GrammarParser.SelectionListElementExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.selectionListElementExpr().

Specified by:
exitSelectionListElementExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitEventFilterExpression

public void exitEventFilterExpression(@NotNull
                                      EsperEPL2GrammarParser.EventFilterExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.eventFilterExpression().

Specified by:
exitEventFilterExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchRecogPatternConcat

public void exitMatchRecogPatternConcat(@NotNull
                                        EsperEPL2GrammarParser.MatchRecogPatternConcatContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternConcat().

Specified by:
exitMatchRecogPatternConcat in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitNumberconstant

public void exitNumberconstant(@NotNull
                               EsperEPL2GrammarParser.NumberconstantContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.numberconstant().

Specified by:
exitNumberconstant in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchRecogPattern

public void exitMatchRecogPattern(@NotNull
                                  EsperEPL2GrammarParser.MatchRecogPatternContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogPattern().

Specified by:
exitMatchRecogPattern in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitWhereClause

public void exitWhereClause(@NotNull
                            EsperEPL2GrammarParser.WhereClauseContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.whereClause().

Specified by:
exitWhereClause in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchRecogPatternAtom

public void exitMatchRecogPatternAtom(@NotNull
                                      EsperEPL2GrammarParser.MatchRecogPatternAtomContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternAtom().

Specified by:
exitMatchRecogPatternAtom in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitUpdateExpr

public void exitUpdateExpr(@NotNull
                           EsperEPL2GrammarParser.UpdateExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.updateExpr().

Specified by:
exitUpdateExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitFrequencyOperand

public void exitFrequencyOperand(@NotNull
                                 EsperEPL2GrammarParser.FrequencyOperandContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.frequencyOperand().

Specified by:
exitFrequencyOperand in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateDataflow

public void exitCreateDataflow(@NotNull
                               EsperEPL2GrammarParser.CreateDataflowContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createDataflow().

Specified by:
exitCreateDataflow in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitInsertIntoExpr

public void exitInsertIntoExpr(@NotNull
                               EsperEPL2GrammarParser.InsertIntoExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.insertIntoExpr().

Specified by:
exitInsertIntoExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateVariableExpr

public void exitCreateVariableExpr(@NotNull
                                   EsperEPL2GrammarParser.CreateVariableExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createVariableExpr().

Specified by:
exitCreateVariableExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOnStreamExpr

public void exitOnStreamExpr(@NotNull
                             EsperEPL2GrammarParser.OnStreamExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.onStreamExpr().

Specified by:
exitOnStreamExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitPropertyExpressionAtomic

public void exitPropertyExpressionAtomic(@NotNull
                                         EsperEPL2GrammarParser.PropertyExpressionAtomicContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.propertyExpressionAtomic().

Specified by:
exitPropertyExpressionAtomic in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitFafUpdate

public void exitFafUpdate(@NotNull
                          EsperEPL2GrammarParser.FafUpdateContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.fafUpdate().

Specified by:
exitFafUpdate in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBitWiseExpression

public void exitBitWiseExpression(@NotNull
                                  EsperEPL2GrammarParser.BitWiseExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.bitWiseExpression().

Specified by:
exitBitWiseExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitEvalEqualsExpression

public void exitEvalEqualsExpression(@NotNull
                                     EsperEPL2GrammarParser.EvalEqualsExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.evalEqualsExpression().

Specified by:
exitEvalEqualsExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGopConfig

public void exitGopConfig(@NotNull
                          EsperEPL2GrammarParser.GopConfigContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.gopConfig().

Specified by:
exitGopConfig in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateSelectionListElement

public void exitCreateSelectionListElement(@NotNull
                                           EsperEPL2GrammarParser.CreateSelectionListElementContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createSelectionListElement().

Specified by:
exitCreateSelectionListElement in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitFafDelete

public void exitFafDelete(@NotNull
                          EsperEPL2GrammarParser.FafDeleteContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.fafDelete().

Specified by:
exitFafDelete in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitConstant

public void exitConstant(@NotNull
                         EsperEPL2GrammarParser.ConstantContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.constant().

Specified by:
exitConstant in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMergeMatched

public void exitMergeMatched(@NotNull
                             EsperEPL2GrammarParser.MergeMatchedContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.mergeMatched().

Specified by:
exitMergeMatched in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitEvalAndExpression

public void exitEvalAndExpression(@NotNull
                                  EsperEPL2GrammarParser.EvalAndExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.evalAndExpression().

Specified by:
exitEvalAndExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitForExpr

public void exitForExpr(@NotNull
                        EsperEPL2GrammarParser.ForExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.forExpr().

Specified by:
exitForExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitExpressionQualifyable

public void exitExpressionQualifyable(@NotNull
                                      EsperEPL2GrammarParser.ExpressionQualifyableContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.expressionQualifyable().

Specified by:
exitExpressionQualifyable in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitPropertySelectionListElement

public void exitPropertySelectionListElement(@NotNull
                                             EsperEPL2GrammarParser.PropertySelectionListElementContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.propertySelectionListElement().

Specified by:
exitPropertySelectionListElement in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitExpressionDecl

public void exitExpressionDecl(@NotNull
                               EsperEPL2GrammarParser.ExpressionDeclContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.expressionDecl().

Specified by:
exitExpressionDecl in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitSubstitutionCanChain

public void exitSubstitutionCanChain(@NotNull
                                     EsperEPL2GrammarParser.SubstitutionCanChainContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.substitutionCanChain().

Specified by:
exitSubstitutionCanChain in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitSubstitution

public void exitSubstitution(@NotNull
                             EsperEPL2GrammarParser.SubstitutionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.substitution().

Specified by:
exitSubstitution in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitWeekDayOperator

public void exitWeekDayOperator(@NotNull
                                EsperEPL2GrammarParser.WeekDayOperatorContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.weekDayOperator().

Specified by:
exitWeekDayOperator in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitLastWeekdayOperand

public void exitLastWeekdayOperand(@NotNull
                                   EsperEPL2GrammarParser.LastWeekdayOperandContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.lastWeekdayOperand().

Specified by:
exitLastWeekdayOperand in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGroupByListExpr

public void exitGroupByListExpr(@NotNull
                                EsperEPL2GrammarParser.GroupByListExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.groupByListExpr().

Specified by:
exitGroupByListExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitStreamSelector

public void exitStreamSelector(@NotNull
                               EsperEPL2GrammarParser.StreamSelectorContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.streamSelector().

Specified by:
exitStreamSelector in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitStreamExpression

public void exitStreamExpression(@NotNull
                                 EsperEPL2GrammarParser.StreamExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.streamExpression().

Specified by:
exitStreamExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitViewExpression

public void exitViewExpression(@NotNull
                               EsperEPL2GrammarParser.ViewExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.viewExpression().

Specified by:
exitViewExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitPatternFilterExpression

public void exitPatternFilterExpression(@NotNull
                                        EsperEPL2GrammarParser.PatternFilterExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.patternFilterExpression().

Specified by:
exitPatternFilterExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOnSelectExpr

public void exitOnSelectExpr(@NotNull
                             EsperEPL2GrammarParser.OnSelectExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.onSelectExpr().

Specified by:
exitOnSelectExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitStartPatternExpressionRule

public void exitStartPatternExpressionRule(@NotNull
                                           EsperEPL2GrammarParser.StartPatternExpressionRuleContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.startPatternExpressionRule().

Specified by:
exitStartPatternExpressionRule in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOutputLimit

public void exitOutputLimit(@NotNull
                            EsperEPL2GrammarParser.OutputLimitContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.outputLimit().

Specified by:
exitOutputLimit in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitNumericParameterList

public void exitNumericParameterList(@NotNull
                                     EsperEPL2GrammarParser.NumericParameterListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.numericParameterList().

Specified by:
exitNumericParameterList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateSchemaExpr

public void exitCreateSchemaExpr(@NotNull
                                 EsperEPL2GrammarParser.CreateSchemaExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createSchemaExpr().

Specified by:
exitCreateSchemaExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitLastOperator

public void exitLastOperator(@NotNull
                             EsperEPL2GrammarParser.LastOperatorContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.lastOperator().

Specified by:
exitLastOperator in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateIndexExpr

public void exitCreateIndexExpr(@NotNull
                                EsperEPL2GrammarParser.CreateIndexExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createIndexExpr().

Specified by:
exitCreateIndexExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitAnnotationEnum

public void exitAnnotationEnum(@NotNull
                               EsperEPL2GrammarParser.AnnotationEnumContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.annotationEnum().

Specified by:
exitAnnotationEnum in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateContextExpr

public void exitCreateContextExpr(@NotNull
                                  EsperEPL2GrammarParser.CreateContextExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createContextExpr().

Specified by:
exitCreateContextExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitLastOperand

public void exitLastOperand(@NotNull
                            EsperEPL2GrammarParser.LastOperandContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.lastOperand().

Specified by:
exitLastOperand in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateWindowExpr

public void exitCreateWindowExpr(@NotNull
                                 EsperEPL2GrammarParser.CreateWindowExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createWindowExpr().

Specified by:
exitCreateWindowExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateExpressionExpr

public void exitCreateExpressionExpr(@NotNull
                                     EsperEPL2GrammarParser.CreateExpressionExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createExpressionExpr().

Specified by:
exitCreateExpressionExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitRangeOperand

public void exitRangeOperand(@NotNull
                             EsperEPL2GrammarParser.RangeOperandContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.rangeOperand().

Specified by:
exitRangeOperand in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitRowSubSelectExpression

public void exitRowSubSelectExpression(@NotNull
                                       EsperEPL2GrammarParser.RowSubSelectExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.rowSubSelectExpression().

Specified by:
exitRowSubSelectExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitUnaryExpression

public void exitUnaryExpression(@NotNull
                                EsperEPL2GrammarParser.UnaryExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.unaryExpression().

Specified by:
exitUnaryExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOnSelectInsertExpr

public void enterOnSelectInsertExpr(@NotNull
                                    EsperEPL2GrammarParser.OnSelectInsertExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.onSelectInsertExpr().

Specified by:
enterOnSelectInsertExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitSelectClause

public void exitSelectClause(@NotNull
                             EsperEPL2GrammarParser.SelectClauseContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.selectClause().

Specified by:
exitSelectClause in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitConcatenationExpr

public void exitConcatenationExpr(@NotNull
                                  EsperEPL2GrammarParser.ConcatenationExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.concatenationExpr().

Specified by:
exitConcatenationExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitSubSelectFilterExpr

public void exitSubSelectFilterExpr(@NotNull
                                    EsperEPL2GrammarParser.SubSelectFilterExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.subSelectFilterExpr().

Specified by:
exitSubSelectFilterExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitNegatedExpression

public void exitNegatedExpression(@NotNull
                                  EsperEPL2GrammarParser.NegatedExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.negatedExpression().

Specified by:
exitNegatedExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitAdditiveExpression

public void exitAdditiveExpression(@NotNull
                                   EsperEPL2GrammarParser.AdditiveExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.additiveExpression().

Specified by:
exitAdditiveExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMultiplyExpression

public void exitMultiplyExpression(@NotNull
                                   EsperEPL2GrammarParser.MultiplyExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.multiplyExpression().

Specified by:
exitMultiplyExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitEventProperty

public void exitEventProperty(@NotNull
                              EsperEPL2GrammarParser.EventPropertyContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.eventProperty().

Specified by:
exitEventProperty in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOuterJoin

public void exitOuterJoin(@NotNull
                          EsperEPL2GrammarParser.OuterJoinContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.outerJoin().

Specified by:
exitOuterJoin in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOnExpr

public void exitOnExpr(@NotNull
                       EsperEPL2GrammarParser.OnExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.onExpr().

Specified by:
exitOnExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchRecogPatternAlteration

public void exitMatchRecogPatternAlteration(@NotNull
                                            EsperEPL2GrammarParser.MatchRecogPatternAlterationContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternAlteration().

Specified by:
exitMatchRecogPatternAlteration in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCaseExpression

public void exitCaseExpression(@NotNull
                               EsperEPL2GrammarParser.CaseExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.caseExpression().

Specified by:
exitCaseExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitRowLimit

public void exitRowLimit(@NotNull
                         EsperEPL2GrammarParser.RowLimitContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.rowLimit().

Specified by:
exitRowLimit in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOrderByListElement

public void exitOrderByListElement(@NotNull
                                   EsperEPL2GrammarParser.OrderByListElementContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.orderByListElement().

Specified by:
exitOrderByListElement in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMergeUnmatched

public void exitMergeUnmatched(@NotNull
                               EsperEPL2GrammarParser.MergeUnmatchedContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.mergeUnmatched().

Specified by:
exitMergeUnmatched in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitExistsSubSelectExpression

public void exitExistsSubSelectExpression(@NotNull
                                          EsperEPL2GrammarParser.ExistsSubSelectExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.existsSubSelectExpression().

Specified by:
exitExistsSubSelectExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitArrayExpression

public void exitArrayExpression(@NotNull
                                EsperEPL2GrammarParser.ArrayExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.arrayExpression().

Specified by:
exitArrayExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

visitTerminal

public void visitTerminal(@NotNull
                          org.antlr.v4.runtime.tree.TerminalNode terminalNode)
Specified by:
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListener

exitAndExpression

public void exitAndExpression(@NotNull
                              EsperEPL2GrammarParser.AndExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.andExpression().

Specified by:
exitAndExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitFollowedByExpression

public void exitFollowedByExpression(@NotNull
                                     EsperEPL2GrammarParser.FollowedByExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.followedByExpression().

Specified by:
exitFollowedByExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOrExpression

public void exitOrExpression(@NotNull
                             EsperEPL2GrammarParser.OrExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.orExpression().

Specified by:
exitOrExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitQualifyExpression

public void exitQualifyExpression(@NotNull
                                  EsperEPL2GrammarParser.QualifyExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.qualifyExpression().

Specified by:
exitQualifyExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchUntilExpression

public void exitMatchUntilExpression(@NotNull
                                     EsperEPL2GrammarParser.MatchUntilExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchUntilExpression().

Specified by:
exitMatchUntilExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGuardPostFix

public void exitGuardPostFix(@NotNull
                             EsperEPL2GrammarParser.GuardPostFixContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.guardPostFix().

Specified by:
exitGuardPostFix in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_coalesce

public void exitBuiltin_coalesce(@NotNull
                                 EsperEPL2GrammarParser.Builtin_coalesceContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_coalesce.

Specified by:
exitBuiltin_coalesce in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_typeof

public void exitBuiltin_typeof(@NotNull
                               EsperEPL2GrammarParser.Builtin_typeofContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_typeof.

Specified by:
exitBuiltin_typeof in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_avedev

public void exitBuiltin_avedev(@NotNull
                               EsperEPL2GrammarParser.Builtin_avedevContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_avedev.

Specified by:
exitBuiltin_avedev in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_prevcount

public void exitBuiltin_prevcount(@NotNull
                                  EsperEPL2GrammarParser.Builtin_prevcountContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_prevcount.

Specified by:
exitBuiltin_prevcount in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_stddev

public void exitBuiltin_stddev(@NotNull
                               EsperEPL2GrammarParser.Builtin_stddevContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_stddev.

Specified by:
exitBuiltin_stddev in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_sum

public void exitBuiltin_sum(@NotNull
                            EsperEPL2GrammarParser.Builtin_sumContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_sum.

Specified by:
exitBuiltin_sum in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_exists

public void exitBuiltin_exists(@NotNull
                               EsperEPL2GrammarParser.Builtin_existsContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_exists.

Specified by:
exitBuiltin_exists in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_prior

public void exitBuiltin_prior(@NotNull
                              EsperEPL2GrammarParser.Builtin_priorContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_prior.

Specified by:
exitBuiltin_prior in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_instanceof

public void exitBuiltin_instanceof(@NotNull
                                   EsperEPL2GrammarParser.Builtin_instanceofContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_instanceof.

Specified by:
exitBuiltin_instanceof in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_currts

public void exitBuiltin_currts(@NotNull
                               EsperEPL2GrammarParser.Builtin_currtsContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_currts.

Specified by:
exitBuiltin_currts in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_median

public void exitBuiltin_median(@NotNull
                               EsperEPL2GrammarParser.Builtin_medianContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_median.

Specified by:
exitBuiltin_median in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_firstlastwindow

public void exitBuiltin_firstlastwindow(@NotNull
                                        EsperEPL2GrammarParser.Builtin_firstlastwindowContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_firstlastwindow.

Specified by:
exitBuiltin_firstlastwindow in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_avg

public void exitBuiltin_avg(@NotNull
                            EsperEPL2GrammarParser.Builtin_avgContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_avg.

Specified by:
exitBuiltin_avg in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_cast

public void exitBuiltin_cast(@NotNull
                             EsperEPL2GrammarParser.Builtin_castContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_cast.

Specified by:
exitBuiltin_cast in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_cnt

public void exitBuiltin_cnt(@NotNull
                            EsperEPL2GrammarParser.Builtin_cntContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_cnt.

Specified by:
exitBuiltin_cnt in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_prev

public void exitBuiltin_prev(@NotNull
                             EsperEPL2GrammarParser.Builtin_prevContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_prev.

Specified by:
exitBuiltin_prev in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_istream

public void exitBuiltin_istream(@NotNull
                                EsperEPL2GrammarParser.Builtin_istreamContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_istream.

Specified by:
exitBuiltin_istream in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_prevwindow

public void exitBuiltin_prevwindow(@NotNull
                                   EsperEPL2GrammarParser.Builtin_prevwindowContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_prevwindow.

Specified by:
exitBuiltin_prevwindow in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_prevtail

public void exitBuiltin_prevtail(@NotNull
                                 EsperEPL2GrammarParser.Builtin_prevtailContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_prevtail.

Specified by:
exitBuiltin_prevtail in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitFafInsert

public void exitFafInsert(@NotNull
                          EsperEPL2GrammarParser.FafInsertContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.fafInsert().

Specified by:
exitFafInsert in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

end

protected void end()
            throws ASTWalkException
Throws:
ASTWalkException

exitBuiltin_grouping

public void exitBuiltin_grouping(@NotNull
                                 EsperEPL2GrammarParser.Builtin_groupingContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_grouping.

Specified by:
exitBuiltin_grouping in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBuiltin_groupingid

public void exitBuiltin_groupingid(@NotNull
                                   EsperEPL2GrammarParser.Builtin_groupingidContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser#builtin_groupingid.

Specified by:
exitBuiltin_groupingid in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitIntoTableExpr

public void exitIntoTableExpr(@NotNull
                              EsperEPL2GrammarParser.IntoTableExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.intoTableExpr().

Specified by:
exitIntoTableExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateTableExpr

public void exitCreateTableExpr(@NotNull
                                EsperEPL2GrammarParser.CreateTableExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createTableExpr().

Specified by:
exitCreateTableExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitJsonobject

public void exitJsonobject(@NotNull
                           EsperEPL2GrammarParser.JsonobjectContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.jsonobject().

Specified by:
exitJsonobject in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitPropertyStreamSelector

public void exitPropertyStreamSelector(@NotNull
                                       EsperEPL2GrammarParser.PropertyStreamSelectorContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.propertyStreamSelector().

Specified by:
exitPropertyStreamSelector in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitExpressionNamedParameter

public void exitExpressionNamedParameter(@NotNull
                                         EsperEPL2GrammarParser.ExpressionNamedParameterContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.expressionNamedParameter().

Specified by:
exitExpressionNamedParameter in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitExpressionNamedParameterWithTime

public void exitExpressionNamedParameterWithTime(@NotNull
                                                 EsperEPL2GrammarParser.ExpressionNamedParameterWithTimeContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.expressionNamedParameterWithTime().

Specified by:
exitExpressionNamedParameterWithTime in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterContextExpr

public void enterContextExpr(@NotNull
                             EsperEPL2GrammarParser.ContextExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.contextExpr().

Specified by:
enterContextExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterExpressionList

public void enterExpressionList(@NotNull
                                EsperEPL2GrammarParser.ExpressionListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.expressionList().

Specified by:
enterExpressionList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitExpressionList

public void exitExpressionList(@NotNull
                               EsperEPL2GrammarParser.ExpressionListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.expressionList().

Specified by:
exitExpressionList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterSelectionList

public void enterSelectionList(@NotNull
                               EsperEPL2GrammarParser.SelectionListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.selectionList().

Specified by:
enterSelectionList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitSelectionList

public void exitSelectionList(@NotNull
                              EsperEPL2GrammarParser.SelectionListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.selectionList().

Specified by:
exitSelectionList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterEvalRelationalExpression

public void enterEvalRelationalExpression(@NotNull
                                          EsperEPL2GrammarParser.EvalRelationalExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.evalRelationalExpression().

Specified by:
enterEvalRelationalExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterPatternInclusionExpression

public void enterPatternInclusionExpression(@NotNull
                                            EsperEPL2GrammarParser.PatternInclusionExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.patternInclusionExpression().

Specified by:
enterPatternInclusionExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitPatternInclusionExpression

public void exitPatternInclusionExpression(@NotNull
                                           EsperEPL2GrammarParser.PatternInclusionExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.patternInclusionExpression().

Specified by:
exitPatternInclusionExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterLibFunction

public void enterLibFunction(@NotNull
                             EsperEPL2GrammarParser.LibFunctionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.libFunction().

Specified by:
enterLibFunction in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterSelectionListElement

public void enterSelectionListElement(@NotNull
                                      EsperEPL2GrammarParser.SelectionListElementContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.selectionListElement().

Specified by:
enterSelectionListElement in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitSelectionListElement

public void exitSelectionListElement(@NotNull
                                     EsperEPL2GrammarParser.SelectionListElementContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.selectionListElement().

Specified by:
exitSelectionListElement in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGopOutTypeList

public void enterGopOutTypeList(@NotNull
                                EsperEPL2GrammarParser.GopOutTypeListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.gopOutTypeList().

Specified by:
enterGopOutTypeList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGopOutTypeList

public void exitGopOutTypeList(@NotNull
                               EsperEPL2GrammarParser.GopOutTypeListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.gopOutTypeList().

Specified by:
exitGopOutTypeList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGopOutTypeItem

public void enterGopOutTypeItem(@NotNull
                                EsperEPL2GrammarParser.GopOutTypeItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.gopOutTypeItem().

Specified by:
enterGopOutTypeItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGopOutTypeItem

public void exitGopOutTypeItem(@NotNull
                               EsperEPL2GrammarParser.GopOutTypeItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.gopOutTypeItem().

Specified by:
exitGopOutTypeItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchRecog

public void enterMatchRecog(@NotNull
                            EsperEPL2GrammarParser.MatchRecogContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecog().

Specified by:
enterMatchRecog in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterJsonmembers

public void enterJsonmembers(@NotNull
                             EsperEPL2GrammarParser.JsonmembersContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.jsonmembers().

Specified by:
enterJsonmembers in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitJsonmembers

public void exitJsonmembers(@NotNull
                            EsperEPL2GrammarParser.JsonmembersContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.jsonmembers().

Specified by:
exitJsonmembers in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterNumber

public void enterNumber(@NotNull
                        EsperEPL2GrammarParser.NumberContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.number().

Specified by:
enterNumber in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitNumber

public void exitNumber(@NotNull
                       EsperEPL2GrammarParser.NumberContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.number().

Specified by:
exitNumber in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterVariantList

public void enterVariantList(@NotNull
                             EsperEPL2GrammarParser.VariantListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.variantList().

Specified by:
enterVariantList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitVariantList

public void exitVariantList(@NotNull
                            EsperEPL2GrammarParser.VariantListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.variantList().

Specified by:
exitVariantList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchRecogPartitionBy

public void enterMatchRecogPartitionBy(@NotNull
                                       EsperEPL2GrammarParser.MatchRecogPartitionByContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogPartitionBy().

Specified by:
enterMatchRecogPartitionBy in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOutputLimitAfter

public void enterOutputLimitAfter(@NotNull
                                  EsperEPL2GrammarParser.OutputLimitAfterContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.outputLimitAfter().

Specified by:
enterOutputLimitAfter in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOutputLimitAfter

public void exitOutputLimitAfter(@NotNull
                                 EsperEPL2GrammarParser.OutputLimitAfterContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.outputLimitAfter().

Specified by:
exitOutputLimitAfter in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateColumnList

public void enterCreateColumnList(@NotNull
                                  EsperEPL2GrammarParser.CreateColumnListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createColumnList().

Specified by:
enterCreateColumnList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateColumnList

public void exitCreateColumnList(@NotNull
                                 EsperEPL2GrammarParser.CreateColumnListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createColumnList().

Specified by:
exitCreateColumnList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMergeMatchedItem

public void enterMergeMatchedItem(@NotNull
                                  EsperEPL2GrammarParser.MergeMatchedItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.mergeMatchedItem().

Specified by:
enterMergeMatchedItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchRecogMatchesSelection

public void enterMatchRecogMatchesSelection(@NotNull
                                            EsperEPL2GrammarParser.MatchRecogMatchesSelectionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogMatchesSelection().

Specified by:
enterMatchRecogMatchesSelection in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchRecogMatchesSelection

public void exitMatchRecogMatchesSelection(@NotNull
                                           EsperEPL2GrammarParser.MatchRecogMatchesSelectionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogMatchesSelection().

Specified by:
exitMatchRecogMatchesSelection in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterClassIdentifier

public void enterClassIdentifier(@NotNull
                                 EsperEPL2GrammarParser.ClassIdentifierContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.classIdentifier().

Specified by:
enterClassIdentifier in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitClassIdentifier

public void exitClassIdentifier(@NotNull
                                EsperEPL2GrammarParser.ClassIdentifierContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.classIdentifier().

Specified by:
exitClassIdentifier in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterDatabaseJoinExpression

public void enterDatabaseJoinExpression(@NotNull
                                        EsperEPL2GrammarParser.DatabaseJoinExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.databaseJoinExpression().

Specified by:
enterDatabaseJoinExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitDatabaseJoinExpression

public void exitDatabaseJoinExpression(@NotNull
                                       EsperEPL2GrammarParser.DatabaseJoinExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.databaseJoinExpression().

Specified by:
exitDatabaseJoinExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchRecogDefineItem

public void enterMatchRecogDefineItem(@NotNull
                                      EsperEPL2GrammarParser.MatchRecogDefineItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogDefineItem().

Specified by:
enterMatchRecogDefineItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterLibFunctionArgs

public void enterLibFunctionArgs(@NotNull
                                 EsperEPL2GrammarParser.LibFunctionArgsContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.libFunctionArgs().

Specified by:
enterLibFunctionArgs in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitLibFunctionArgs

public void exitLibFunctionArgs(@NotNull
                                EsperEPL2GrammarParser.LibFunctionArgsContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.libFunctionArgs().

Specified by:
exitLibFunctionArgs in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMergeUnmatchedItem

public void enterMergeUnmatchedItem(@NotNull
                                    EsperEPL2GrammarParser.MergeUnmatchedItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.mergeUnmatchedItem().

Specified by:
enterMergeUnmatchedItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterHavingClause

public void enterHavingClause(@NotNull
                              EsperEPL2GrammarParser.HavingClauseContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.havingClause().

Specified by:
enterHavingClause in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchRecogMeasureItem

public void enterMatchRecogMeasureItem(@NotNull
                                       EsperEPL2GrammarParser.MatchRecogMeasureItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogMeasureItem().

Specified by:
enterMatchRecogMeasureItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchRecogMatchesInterval

public void enterMatchRecogMatchesInterval(@NotNull
                                           EsperEPL2GrammarParser.MatchRecogMatchesIntervalContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogMatchesInterval().

Specified by:
enterMatchRecogMatchesInterval in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchRecogMatchesInterval

public void exitMatchRecogMatchesInterval(@NotNull
                                          EsperEPL2GrammarParser.MatchRecogMatchesIntervalContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogMatchesInterval().

Specified by:
exitMatchRecogMatchesInterval in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterObserverExpression

public void enterObserverExpression(@NotNull
                                    EsperEPL2GrammarParser.ObserverExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.observerExpression().

Specified by:
enterObserverExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchRecogPatternNested

public void enterMatchRecogPatternNested(@NotNull
                                         EsperEPL2GrammarParser.MatchRecogPatternNestedContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternNested().

Specified by:
enterMatchRecogPatternNested in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateContextFilter

public void enterCreateContextFilter(@NotNull
                                     EsperEPL2GrammarParser.CreateContextFilterContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createContextFilter().

Specified by:
enterCreateContextFilter in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateContextFilter

public void exitCreateContextFilter(@NotNull
                                    EsperEPL2GrammarParser.CreateContextFilterContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createContextFilter().

Specified by:
exitCreateContextFilter in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterEvalOrExpression

public void enterEvalOrExpression(@NotNull
                                  EsperEPL2GrammarParser.EvalOrExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.evalOrExpression().

Specified by:
enterEvalOrExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterExpressionDef

public void enterExpressionDef(@NotNull
                               EsperEPL2GrammarParser.ExpressionDefContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.expressionDef().

Specified by:
enterExpressionDef in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitExpressionDef

public void exitExpressionDef(@NotNull
                              EsperEPL2GrammarParser.ExpressionDefContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.expressionDef().

Specified by:
exitExpressionDef in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOutputLimitAndTerm

public void enterOutputLimitAndTerm(@NotNull
                                    EsperEPL2GrammarParser.OutputLimitAndTermContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.outputLimitAndTerm().

Specified by:
enterOutputLimitAndTerm in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOutputLimitAndTerm

public void exitOutputLimitAndTerm(@NotNull
                                   EsperEPL2GrammarParser.OutputLimitAndTermContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.outputLimitAndTerm().

Specified by:
exitOutputLimitAndTerm in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterNumericListParameter

public void enterNumericListParameter(@NotNull
                                      EsperEPL2GrammarParser.NumericListParameterContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.numericListParameter().

Specified by:
enterNumericListParameter in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitNumericListParameter

public void exitNumericListParameter(@NotNull
                                     EsperEPL2GrammarParser.NumericListParameterContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.numericListParameter().

Specified by:
exitNumericListParameter in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterTimePeriod

public void enterTimePeriod(@NotNull
                            EsperEPL2GrammarParser.TimePeriodContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.timePeriod().

Specified by:
enterTimePeriod in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterEventPropertyAtomic

public void enterEventPropertyAtomic(@NotNull
                                     EsperEPL2GrammarParser.EventPropertyAtomicContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.eventPropertyAtomic().

Specified by:
enterEventPropertyAtomic in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitEventPropertyAtomic

public void exitEventPropertyAtomic(@NotNull
                                    EsperEPL2GrammarParser.EventPropertyAtomicContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.eventPropertyAtomic().

Specified by:
exitEventPropertyAtomic in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterSubSelectGroupExpression

public void enterSubSelectGroupExpression(@NotNull
                                          EsperEPL2GrammarParser.SubSelectGroupExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.subSelectGroupExpression().

Specified by:
enterSubSelectGroupExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitSubSelectGroupExpression

public void exitSubSelectGroupExpression(@NotNull
                                         EsperEPL2GrammarParser.SubSelectGroupExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.subSelectGroupExpression().

Specified by:
exitSubSelectGroupExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOuterJoinList

public void enterOuterJoinList(@NotNull
                               EsperEPL2GrammarParser.OuterJoinListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.outerJoinList().

Specified by:
enterOuterJoinList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOuterJoinList

public void exitOuterJoinList(@NotNull
                              EsperEPL2GrammarParser.OuterJoinListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.outerJoinList().

Specified by:
exitOuterJoinList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterSelectionListElementExpr

public void enterSelectionListElementExpr(@NotNull
                                          EsperEPL2GrammarParser.SelectionListElementExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.selectionListElementExpr().

Specified by:
enterSelectionListElementExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterEventFilterExpression

public void enterEventFilterExpression(@NotNull
                                       EsperEPL2GrammarParser.EventFilterExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.eventFilterExpression().

Specified by:
enterEventFilterExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGopParamsItemList

public void enterGopParamsItemList(@NotNull
                                   EsperEPL2GrammarParser.GopParamsItemListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.gopParamsItemList().

Specified by:
enterGopParamsItemList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGopParamsItemList

public void exitGopParamsItemList(@NotNull
                                  EsperEPL2GrammarParser.GopParamsItemListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.gopParamsItemList().

Specified by:
exitGopParamsItemList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchRecogPatternConcat

public void enterMatchRecogPatternConcat(@NotNull
                                         EsperEPL2GrammarParser.MatchRecogPatternConcatContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternConcat().

Specified by:
enterMatchRecogPatternConcat in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterNumberconstant

public void enterNumberconstant(@NotNull
                                EsperEPL2GrammarParser.NumberconstantContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.numberconstant().

Specified by:
enterNumberconstant in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOnSetAssignment

public void enterOnSetAssignment(@NotNull
                                 EsperEPL2GrammarParser.OnSetAssignmentContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.onSetAssignment().

Specified by:
enterOnSetAssignment in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOnSetAssignment

public void exitOnSetAssignment(@NotNull
                                EsperEPL2GrammarParser.OnSetAssignmentContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.onSetAssignment().

Specified by:
exitOnSetAssignment in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterContextContextNested

public void enterContextContextNested(@NotNull
                                      EsperEPL2GrammarParser.ContextContextNestedContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.contextContextNested().

Specified by:
enterContextContextNested in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitContextContextNested

public void exitContextContextNested(@NotNull
                                     EsperEPL2GrammarParser.ContextContextNestedContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.contextContextNested().

Specified by:
exitContextContextNested in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterExpressionWithTime

public void enterExpressionWithTime(@NotNull
                                    EsperEPL2GrammarParser.ExpressionWithTimeContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.expressionWithTime().

Specified by:
enterExpressionWithTime in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitExpressionWithTime

public void exitExpressionWithTime(@NotNull
                                   EsperEPL2GrammarParser.ExpressionWithTimeContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.expressionWithTime().

Specified by:
exitExpressionWithTime in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchRecogPattern

public void enterMatchRecogPattern(@NotNull
                                   EsperEPL2GrammarParser.MatchRecogPatternContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogPattern().

Specified by:
enterMatchRecogPattern in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMergeInsert

public void enterMergeInsert(@NotNull
                             EsperEPL2GrammarParser.MergeInsertContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.mergeInsert().

Specified by:
enterMergeInsert in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMergeInsert

public void exitMergeInsert(@NotNull
                            EsperEPL2GrammarParser.MergeInsertContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.mergeInsert().

Specified by:
exitMergeInsert in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOrderByListExpr

public void enterOrderByListExpr(@NotNull
                                 EsperEPL2GrammarParser.OrderByListExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.orderByListExpr().

Specified by:
enterOrderByListExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOrderByListExpr

public void exitOrderByListExpr(@NotNull
                                EsperEPL2GrammarParser.OrderByListExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.orderByListExpr().

Specified by:
exitOrderByListExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterElementValuePairsEnum

public void enterElementValuePairsEnum(@NotNull
                                       EsperEPL2GrammarParser.ElementValuePairsEnumContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.elementValuePairsEnum().

Specified by:
enterElementValuePairsEnum in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitElementValuePairsEnum

public void exitElementValuePairsEnum(@NotNull
                                      EsperEPL2GrammarParser.ElementValuePairsEnumContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.elementValuePairsEnum().

Specified by:
exitElementValuePairsEnum in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterDistinctExpressionAtom

public void enterDistinctExpressionAtom(@NotNull
                                        EsperEPL2GrammarParser.DistinctExpressionAtomContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.distinctExpressionAtom().

Specified by:
enterDistinctExpressionAtom in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitDistinctExpressionAtom

public void exitDistinctExpressionAtom(@NotNull
                                       EsperEPL2GrammarParser.DistinctExpressionAtomContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.distinctExpressionAtom().

Specified by:
exitDistinctExpressionAtom in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterExpression

public void enterExpression(@NotNull
                            EsperEPL2GrammarParser.ExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.expression().

Specified by:
enterExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitExpression

public void exitExpression(@NotNull
                           EsperEPL2GrammarParser.ExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.expression().

Specified by:
exitExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterWhereClause

public void enterWhereClause(@NotNull
                             EsperEPL2GrammarParser.WhereClauseContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.whereClause().

Specified by:
enterWhereClause in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateColumnListElement

public void enterCreateColumnListElement(@NotNull
                                         EsperEPL2GrammarParser.CreateColumnListElementContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createColumnListElement().

Specified by:
enterCreateColumnListElement in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateColumnListElement

public void exitCreateColumnListElement(@NotNull
                                        EsperEPL2GrammarParser.CreateColumnListElementContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createColumnListElement().

Specified by:
exitCreateColumnListElement in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGopList

public void enterGopList(@NotNull
                         EsperEPL2GrammarParser.GopListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.gopList().

Specified by:
enterGopList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGopList

public void exitGopList(@NotNull
                        EsperEPL2GrammarParser.GopListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.gopList().

Specified by:
exitGopList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterPatternFilterAnnotation

public void enterPatternFilterAnnotation(@NotNull
                                         EsperEPL2GrammarParser.PatternFilterAnnotationContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.patternFilterAnnotation().

Specified by:
enterPatternFilterAnnotation in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitPatternFilterAnnotation

public void exitPatternFilterAnnotation(@NotNull
                                        EsperEPL2GrammarParser.PatternFilterAnnotationContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.patternFilterAnnotation().

Specified by:
exitPatternFilterAnnotation in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterElementValueArrayEnum

public void enterElementValueArrayEnum(@NotNull
                                       EsperEPL2GrammarParser.ElementValueArrayEnumContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.elementValueArrayEnum().

Specified by:
enterElementValueArrayEnum in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitElementValueArrayEnum

public void exitElementValueArrayEnum(@NotNull
                                      EsperEPL2GrammarParser.ElementValueArrayEnumContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.elementValueArrayEnum().

Specified by:
exitElementValueArrayEnum in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterHourPart

public void enterHourPart(@NotNull
                          EsperEPL2GrammarParser.HourPartContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.hourPart().

Specified by:
enterHourPart in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitHourPart

public void exitHourPart(@NotNull
                         EsperEPL2GrammarParser.HourPartContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.hourPart().

Specified by:
exitHourPart in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOnDeleteExpr

public void enterOnDeleteExpr(@NotNull
                              EsperEPL2GrammarParser.OnDeleteExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.onDeleteExpr().

Specified by:
enterOnDeleteExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOnDeleteExpr

public void exitOnDeleteExpr(@NotNull
                             EsperEPL2GrammarParser.OnDeleteExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.onDeleteExpr().

Specified by:
exitOnDeleteExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchRecogPatternAtom

public void enterMatchRecogPatternAtom(@NotNull
                                       EsperEPL2GrammarParser.MatchRecogPatternAtomContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternAtom().

Specified by:
enterMatchRecogPatternAtom in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGopOutTypeParam

public void enterGopOutTypeParam(@NotNull
                                 EsperEPL2GrammarParser.GopOutTypeParamContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.gopOutTypeParam().

Specified by:
enterGopOutTypeParam in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGopOutTypeParam

public void exitGopOutTypeParam(@NotNull
                                EsperEPL2GrammarParser.GopOutTypeParamContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.gopOutTypeParam().

Specified by:
exitGopOutTypeParam in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMergeItem

public void enterMergeItem(@NotNull
                           EsperEPL2GrammarParser.MergeItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.mergeItem().

Specified by:
enterMergeItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMergeItem

public void exitMergeItem(@NotNull
                          EsperEPL2GrammarParser.MergeItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.mergeItem().

Specified by:
exitMergeItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterYearPart

public void enterYearPart(@NotNull
                          EsperEPL2GrammarParser.YearPartContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.yearPart().

Specified by:
enterYearPart in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitYearPart

public void exitYearPart(@NotNull
                         EsperEPL2GrammarParser.YearPartContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.yearPart().

Specified by:
exitYearPart in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterEventPropertyOrLibFunction

public void enterEventPropertyOrLibFunction(@NotNull
                                            EsperEPL2GrammarParser.EventPropertyOrLibFunctionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.eventPropertyOrLibFunction().

Specified by:
enterEventPropertyOrLibFunction in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitEventPropertyOrLibFunction

public void exitEventPropertyOrLibFunction(@NotNull
                                           EsperEPL2GrammarParser.EventPropertyOrLibFunctionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.eventPropertyOrLibFunction().

Specified by:
exitEventPropertyOrLibFunction in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateDataflow

public void enterCreateDataflow(@NotNull
                                EsperEPL2GrammarParser.CreateDataflowContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createDataflow().

Specified by:
enterCreateDataflow in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterUpdateExpr

public void enterUpdateExpr(@NotNull
                            EsperEPL2GrammarParser.UpdateExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.updateExpr().

Specified by:
enterUpdateExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterFrequencyOperand

public void enterFrequencyOperand(@NotNull
                                  EsperEPL2GrammarParser.FrequencyOperandContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.frequencyOperand().

Specified by:
enterFrequencyOperand in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOnSetAssignmentList

public void enterOnSetAssignmentList(@NotNull
                                     EsperEPL2GrammarParser.OnSetAssignmentListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.onSetAssignmentList().

Specified by:
enterOnSetAssignmentList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOnSetAssignmentList

public void exitOnSetAssignmentList(@NotNull
                                    EsperEPL2GrammarParser.OnSetAssignmentListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.onSetAssignmentList().

Specified by:
exitOnSetAssignmentList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterPropertyStreamSelector

public void enterPropertyStreamSelector(@NotNull
                                        EsperEPL2GrammarParser.PropertyStreamSelectorContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.propertyStreamSelector().

Specified by:
enterPropertyStreamSelector in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterInsertIntoExpr

public void enterInsertIntoExpr(@NotNull
                                EsperEPL2GrammarParser.InsertIntoExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.insertIntoExpr().

Specified by:
enterInsertIntoExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateVariableExpr

public void enterCreateVariableExpr(@NotNull
                                    EsperEPL2GrammarParser.CreateVariableExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createVariableExpr().

Specified by:
enterCreateVariableExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGopParamsItem

public void enterGopParamsItem(@NotNull
                               EsperEPL2GrammarParser.GopParamsItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.gopParamsItem().

Specified by:
enterGopParamsItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGopParamsItem

public void exitGopParamsItem(@NotNull
                              EsperEPL2GrammarParser.GopParamsItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.gopParamsItem().

Specified by:
exitGopParamsItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOnStreamExpr

public void enterOnStreamExpr(@NotNull
                              EsperEPL2GrammarParser.OnStreamExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.onStreamExpr().

Specified by:
enterOnStreamExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterPropertyExpressionAtomic

public void enterPropertyExpressionAtomic(@NotNull
                                          EsperEPL2GrammarParser.PropertyExpressionAtomicContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.propertyExpressionAtomic().

Specified by:
enterPropertyExpressionAtomic in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGopDetail

public void enterGopDetail(@NotNull
                           EsperEPL2GrammarParser.GopDetailContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.gopDetail().

Specified by:
enterGopDetail in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGopDetail

public void exitGopDetail(@NotNull
                          EsperEPL2GrammarParser.GopDetailContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.gopDetail().

Specified by:
exitGopDetail in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGop

public void enterGop(@NotNull
                     EsperEPL2GrammarParser.GopContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.gop().

Specified by:
enterGop in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGop

public void exitGop(@NotNull
                    EsperEPL2GrammarParser.GopContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.gop().

Specified by:
exitGop in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOutputClauseInsert

public void enterOutputClauseInsert(@NotNull
                                    EsperEPL2GrammarParser.OutputClauseInsertContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.outputClauseInsert().

Specified by:
enterOutputClauseInsert in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOutputClauseInsert

public void exitOutputClauseInsert(@NotNull
                                   EsperEPL2GrammarParser.OutputClauseInsertContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.outputClauseInsert().

Specified by:
exitOutputClauseInsert in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterEplExpression

public void enterEplExpression(@NotNull
                               EsperEPL2GrammarParser.EplExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.eplExpression().

Specified by:
enterEplExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitEplExpression

public void exitEplExpression(@NotNull
                              EsperEPL2GrammarParser.EplExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.eplExpression().

Specified by:
exitEplExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOnMergeExpr

public void enterOnMergeExpr(@NotNull
                             EsperEPL2GrammarParser.OnMergeExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.onMergeExpr().

Specified by:
enterOnMergeExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOnMergeExpr

public void exitOnMergeExpr(@NotNull
                            EsperEPL2GrammarParser.OnMergeExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.onMergeExpr().

Specified by:
exitOnMergeExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterFafUpdate

public void enterFafUpdate(@NotNull
                           EsperEPL2GrammarParser.FafUpdateContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.fafUpdate().

Specified by:
enterFafUpdate in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateSelectionList

public void enterCreateSelectionList(@NotNull
                                     EsperEPL2GrammarParser.CreateSelectionListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createSelectionList().

Specified by:
enterCreateSelectionList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateSelectionList

public void exitCreateSelectionList(@NotNull
                                    EsperEPL2GrammarParser.CreateSelectionListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createSelectionList().

Specified by:
exitCreateSelectionList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOnSetExpr

public void enterOnSetExpr(@NotNull
                           EsperEPL2GrammarParser.OnSetExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.onSetExpr().

Specified by:
enterOnSetExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOnSetExpr

public void exitOnSetExpr(@NotNull
                          EsperEPL2GrammarParser.OnSetExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.onSetExpr().

Specified by:
exitOnSetExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBitWiseExpression

public void enterBitWiseExpression(@NotNull
                                   EsperEPL2GrammarParser.BitWiseExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.bitWiseExpression().

Specified by:
enterBitWiseExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterChainedFunction

public void enterChainedFunction(@NotNull
                                 EsperEPL2GrammarParser.ChainedFunctionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.chainedFunction().

Specified by:
enterChainedFunction in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitChainedFunction

public void exitChainedFunction(@NotNull
                                EsperEPL2GrammarParser.ChainedFunctionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.chainedFunction().

Specified by:
exitChainedFunction in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchRecogPatternUnary

public void enterMatchRecogPatternUnary(@NotNull
                                        EsperEPL2GrammarParser.MatchRecogPatternUnaryContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternUnary().

Specified by:
enterMatchRecogPatternUnary in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchRecogPatternUnary

public void exitMatchRecogPatternUnary(@NotNull
                                       EsperEPL2GrammarParser.MatchRecogPatternUnaryContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternUnary().

Specified by:
exitMatchRecogPatternUnary in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBetweenList

public void enterBetweenList(@NotNull
                             EsperEPL2GrammarParser.BetweenListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.betweenList().

Specified by:
enterBetweenList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitBetweenList

public void exitBetweenList(@NotNull
                            EsperEPL2GrammarParser.BetweenListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.betweenList().

Specified by:
exitBetweenList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterSecondPart

public void enterSecondPart(@NotNull
                            EsperEPL2GrammarParser.SecondPartContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.secondPart().

Specified by:
enterSecondPart in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitSecondPart

public void exitSecondPart(@NotNull
                           EsperEPL2GrammarParser.SecondPartContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.secondPart().

Specified by:
exitSecondPart in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterEvalEqualsExpression

public void enterEvalEqualsExpression(@NotNull
                                      EsperEPL2GrammarParser.EvalEqualsExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.evalEqualsExpression().

Specified by:
enterEvalEqualsExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGopConfig

public void enterGopConfig(@NotNull
                           EsperEPL2GrammarParser.GopConfigContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.gopConfig().

Specified by:
enterGopConfig in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMergeMatched

public void enterMergeMatched(@NotNull
                              EsperEPL2GrammarParser.MergeMatchedContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.mergeMatched().

Specified by:
enterMergeMatched in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateSelectionListElement

public void enterCreateSelectionListElement(@NotNull
                                            EsperEPL2GrammarParser.CreateSelectionListElementContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createSelectionListElement().

Specified by:
enterCreateSelectionListElement in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterFafDelete

public void enterFafDelete(@NotNull
                           EsperEPL2GrammarParser.FafDeleteContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.fafDelete().

Specified by:
enterFafDelete in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterDayPart

public void enterDayPart(@NotNull
                         EsperEPL2GrammarParser.DayPartContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.dayPart().

Specified by:
enterDayPart in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitDayPart

public void exitDayPart(@NotNull
                        EsperEPL2GrammarParser.DayPartContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.dayPart().

Specified by:
exitDayPart in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterConstant

public void enterConstant(@NotNull
                          EsperEPL2GrammarParser.ConstantContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.constant().

Specified by:
enterConstant in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGopOut

public void enterGopOut(@NotNull
                        EsperEPL2GrammarParser.GopOutContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.gopOut().

Specified by:
enterGopOut in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGopOut

public void exitGopOut(@NotNull
                       EsperEPL2GrammarParser.GopOutContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.gopOut().

Specified by:
exitGopOut in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGuardWhereExpression

public void enterGuardWhereExpression(@NotNull
                                      EsperEPL2GrammarParser.GuardWhereExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.guardWhereExpression().

Specified by:
enterGuardWhereExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGuardWhereExpression

public void exitGuardWhereExpression(@NotNull
                                     EsperEPL2GrammarParser.GuardWhereExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.guardWhereExpression().

Specified by:
exitGuardWhereExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterKeywordAllowedIdent

public void enterKeywordAllowedIdent(@NotNull
                                     EsperEPL2GrammarParser.KeywordAllowedIdentContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.keywordAllowedIdent().

Specified by:
enterKeywordAllowedIdent in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitKeywordAllowedIdent

public void exitKeywordAllowedIdent(@NotNull
                                    EsperEPL2GrammarParser.KeywordAllowedIdentContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.keywordAllowedIdent().

Specified by:
exitKeywordAllowedIdent in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateContextGroupItem

public void enterCreateContextGroupItem(@NotNull
                                        EsperEPL2GrammarParser.CreateContextGroupItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createContextGroupItem().

Specified by:
enterCreateContextGroupItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateContextGroupItem

public void exitCreateContextGroupItem(@NotNull
                                       EsperEPL2GrammarParser.CreateContextGroupItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createContextGroupItem().

Specified by:
exitCreateContextGroupItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterEvalAndExpression

public void enterEvalAndExpression(@NotNull
                                   EsperEPL2GrammarParser.EvalAndExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.evalAndExpression().

Specified by:
enterEvalAndExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMultiplyExpression

public void enterMultiplyExpression(@NotNull
                                    EsperEPL2GrammarParser.MultiplyExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.multiplyExpression().

Specified by:
enterMultiplyExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterExpressionLambdaDecl

public void enterExpressionLambdaDecl(@NotNull
                                      EsperEPL2GrammarParser.ExpressionLambdaDeclContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.expressionLambdaDecl().

Specified by:
enterExpressionLambdaDecl in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitExpressionLambdaDecl

public void exitExpressionLambdaDecl(@NotNull
                                     EsperEPL2GrammarParser.ExpressionLambdaDeclContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.expressionLambdaDecl().

Specified by:
exitExpressionLambdaDecl in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterPropertyExpression

public void enterPropertyExpression(@NotNull
                                    EsperEPL2GrammarParser.PropertyExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.propertyExpression().

Specified by:
enterPropertyExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitPropertyExpression

public void exitPropertyExpression(@NotNull
                                   EsperEPL2GrammarParser.PropertyExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.propertyExpression().

Specified by:
exitPropertyExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOuterJoinIdentPair

public void enterOuterJoinIdentPair(@NotNull
                                    EsperEPL2GrammarParser.OuterJoinIdentPairContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.outerJoinIdentPair().

Specified by:
enterOuterJoinIdentPair in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOuterJoinIdentPair

public void exitOuterJoinIdentPair(@NotNull
                                   EsperEPL2GrammarParser.OuterJoinIdentPairContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.outerJoinIdentPair().

Specified by:
exitOuterJoinIdentPair in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGopOutItem

public void enterGopOutItem(@NotNull
                            EsperEPL2GrammarParser.GopOutItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.gopOutItem().

Specified by:
enterGopOutItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGopOutItem

public void exitGopOutItem(@NotNull
                           EsperEPL2GrammarParser.GopOutItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.gopOutItem().

Specified by:
exitGopOutItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterForExpr

public void enterForExpr(@NotNull
                         EsperEPL2GrammarParser.ForExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.forExpr().

Specified by:
enterForExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterPropertyExpressionSelect

public void enterPropertyExpressionSelect(@NotNull
                                          EsperEPL2GrammarParser.PropertyExpressionSelectContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.propertyExpressionSelect().

Specified by:
enterPropertyExpressionSelect in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitPropertyExpressionSelect

public void exitPropertyExpressionSelect(@NotNull
                                         EsperEPL2GrammarParser.PropertyExpressionSelectContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.propertyExpressionSelect().

Specified by:
exitPropertyExpressionSelect in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterExpressionQualifyable

public void enterExpressionQualifyable(@NotNull
                                       EsperEPL2GrammarParser.ExpressionQualifyableContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.expressionQualifyable().

Specified by:
enterExpressionQualifyable in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterExpressionDialect

public void enterExpressionDialect(@NotNull
                                   EsperEPL2GrammarParser.ExpressionDialectContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.expressionDialect().

Specified by:
enterExpressionDialect in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitExpressionDialect

public void exitExpressionDialect(@NotNull
                                  EsperEPL2GrammarParser.ExpressionDialectContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.expressionDialect().

Specified by:
exitExpressionDialect in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterStartEventPropertyRule

public void enterStartEventPropertyRule(@NotNull
                                        EsperEPL2GrammarParser.StartEventPropertyRuleContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.startEventPropertyRule().

Specified by:
enterStartEventPropertyRule in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitStartEventPropertyRule

public void exitStartEventPropertyRule(@NotNull
                                       EsperEPL2GrammarParser.StartEventPropertyRuleContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.startEventPropertyRule().

Specified by:
exitStartEventPropertyRule in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterPropertySelectionListElement

public void enterPropertySelectionListElement(@NotNull
                                              EsperEPL2GrammarParser.PropertySelectionListElementContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.propertySelectionListElement().

Specified by:
enterPropertySelectionListElement in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterExpressionDecl

public void enterExpressionDecl(@NotNull
                                EsperEPL2GrammarParser.ExpressionDeclContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.expressionDecl().

Specified by:
enterExpressionDecl in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterSubstitution

public void enterSubstitution(@NotNull
                              EsperEPL2GrammarParser.SubstitutionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.substitution().

Specified by:
enterSubstitution in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCrontabLimitParameterSet

public void enterCrontabLimitParameterSet(@NotNull
                                          EsperEPL2GrammarParser.CrontabLimitParameterSetContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.crontabLimitParameterSet().

Specified by:
enterCrontabLimitParameterSet in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCrontabLimitParameterSet

public void exitCrontabLimitParameterSet(@NotNull
                                         EsperEPL2GrammarParser.CrontabLimitParameterSetContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.crontabLimitParameterSet().

Specified by:
exitCrontabLimitParameterSet in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterWeekDayOperator

public void enterWeekDayOperator(@NotNull
                                 EsperEPL2GrammarParser.WeekDayOperatorContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.weekDayOperator().

Specified by:
enterWeekDayOperator in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterWhenClause

public void enterWhenClause(@NotNull
                            EsperEPL2GrammarParser.WhenClauseContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.whenClause().

Specified by:
enterWhenClause in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitWhenClause

public void exitWhenClause(@NotNull
                           EsperEPL2GrammarParser.WhenClauseContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.whenClause().

Specified by:
exitWhenClause in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterNewAssign

public void enterNewAssign(@NotNull
                           EsperEPL2GrammarParser.NewAssignContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.newAssign().

Specified by:
enterNewAssign in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitNewAssign

public void exitNewAssign(@NotNull
                          EsperEPL2GrammarParser.NewAssignContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.newAssign().

Specified by:
exitNewAssign in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterLastWeekdayOperand

public void enterLastWeekdayOperand(@NotNull
                                    EsperEPL2GrammarParser.LastWeekdayOperandContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.lastWeekdayOperand().

Specified by:
enterLastWeekdayOperand in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGroupByListExpr

public void enterGroupByListExpr(@NotNull
                                 EsperEPL2GrammarParser.GroupByListExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.groupByListExpr().

Specified by:
enterGroupByListExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterStreamSelector

public void enterStreamSelector(@NotNull
                                EsperEPL2GrammarParser.StreamSelectorContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.streamSelector().

Specified by:
enterStreamSelector in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterStartJsonValueRule

public void enterStartJsonValueRule(@NotNull
                                    EsperEPL2GrammarParser.StartJsonValueRuleContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.startJsonValueRule().

Specified by:
enterStartJsonValueRule in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitStartJsonValueRule

public void exitStartJsonValueRule(@NotNull
                                   EsperEPL2GrammarParser.StartJsonValueRuleContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.startJsonValueRule().

Specified by:
exitStartJsonValueRule in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterStreamExpression

public void enterStreamExpression(@NotNull
                                  EsperEPL2GrammarParser.StreamExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.streamExpression().

Specified by:
enterStreamExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOuterJoinIdent

public void enterOuterJoinIdent(@NotNull
                                EsperEPL2GrammarParser.OuterJoinIdentContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.outerJoinIdent().

Specified by:
enterOuterJoinIdent in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOuterJoinIdent

public void exitOuterJoinIdent(@NotNull
                               EsperEPL2GrammarParser.OuterJoinIdentContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.outerJoinIdent().

Specified by:
exitOuterJoinIdent in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateIndexColumnList

public void enterCreateIndexColumnList(@NotNull
                                       EsperEPL2GrammarParser.CreateIndexColumnListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createIndexColumnList().

Specified by:
enterCreateIndexColumnList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateIndexColumnList

public void exitCreateIndexColumnList(@NotNull
                                      EsperEPL2GrammarParser.CreateIndexColumnListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createIndexColumnList().

Specified by:
exitCreateIndexColumnList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterViewExpression

public void enterViewExpression(@NotNull
                                EsperEPL2GrammarParser.ViewExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.viewExpression().

Specified by:
enterViewExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterColumnList

public void enterColumnList(@NotNull
                            EsperEPL2GrammarParser.ColumnListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.columnList().

Specified by:
enterColumnList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitColumnList

public void exitColumnList(@NotNull
                           EsperEPL2GrammarParser.ColumnListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.columnList().

Specified by:
exitColumnList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterPatternFilterExpression

public void enterPatternFilterExpression(@NotNull
                                         EsperEPL2GrammarParser.PatternFilterExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.patternFilterExpression().

Specified by:
enterPatternFilterExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterJsonpair

public void enterJsonpair(@NotNull
                          EsperEPL2GrammarParser.JsonpairContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.jsonpair().

Specified by:
enterJsonpair in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitJsonpair

public void exitJsonpair(@NotNull
                         EsperEPL2GrammarParser.JsonpairContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.jsonpair().

Specified by:
exitJsonpair in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOnSelectExpr

public void enterOnSelectExpr(@NotNull
                              EsperEPL2GrammarParser.OnSelectExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.onSelectExpr().

Specified by:
enterOnSelectExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterElementValuePairEnum

public void enterElementValuePairEnum(@NotNull
                                      EsperEPL2GrammarParser.ElementValuePairEnumContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.elementValuePairEnum().

Specified by:
enterElementValuePairEnum in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitElementValuePairEnum

public void exitElementValuePairEnum(@NotNull
                                     EsperEPL2GrammarParser.ElementValuePairEnumContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.elementValuePairEnum().

Specified by:
exitElementValuePairEnum in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterStartPatternExpressionRule

public void enterStartPatternExpressionRule(@NotNull
                                            EsperEPL2GrammarParser.StartPatternExpressionRuleContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.startPatternExpressionRule().

Specified by:
enterStartPatternExpressionRule in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterSelectionListElementAnno

public void enterSelectionListElementAnno(@NotNull
                                          EsperEPL2GrammarParser.SelectionListElementAnnoContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.selectionListElementAnno().

Specified by:
enterSelectionListElementAnno in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitSelectionListElementAnno

public void exitSelectionListElementAnno(@NotNull
                                         EsperEPL2GrammarParser.SelectionListElementAnnoContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.selectionListElementAnno().

Specified by:
exitSelectionListElementAnno in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOutputLimit

public void enterOutputLimit(@NotNull
                             EsperEPL2GrammarParser.OutputLimitContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.outputLimit().

Specified by:
enterOutputLimit in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateContextDistinct

public void enterCreateContextDistinct(@NotNull
                                       EsperEPL2GrammarParser.CreateContextDistinctContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createContextDistinct().

Specified by:
enterCreateContextDistinct in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateContextDistinct

public void exitCreateContextDistinct(@NotNull
                                      EsperEPL2GrammarParser.CreateContextDistinctContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createContextDistinct().

Specified by:
exitCreateContextDistinct in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterJsonelements

public void enterJsonelements(@NotNull
                              EsperEPL2GrammarParser.JsonelementsContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.jsonelements().

Specified by:
enterJsonelements in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitJsonelements

public void exitJsonelements(@NotNull
                             EsperEPL2GrammarParser.JsonelementsContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.jsonelements().

Specified by:
exitJsonelements in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterNumericParameterList

public void enterNumericParameterList(@NotNull
                                      EsperEPL2GrammarParser.NumericParameterListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.numericParameterList().

Specified by:
enterNumericParameterList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterLibFunctionWithClass

public void enterLibFunctionWithClass(@NotNull
                                      EsperEPL2GrammarParser.LibFunctionWithClassContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.libFunctionWithClass().

Specified by:
enterLibFunctionWithClass in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitLibFunctionWithClass

public void exitLibFunctionWithClass(@NotNull
                                     EsperEPL2GrammarParser.LibFunctionWithClassContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.libFunctionWithClass().

Specified by:
exitLibFunctionWithClass in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterPropertyExpressionAnnotation

public void enterPropertyExpressionAnnotation(@NotNull
                                              EsperEPL2GrammarParser.PropertyExpressionAnnotationContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.propertyExpressionAnnotation().

Specified by:
enterPropertyExpressionAnnotation in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitPropertyExpressionAnnotation

public void exitPropertyExpressionAnnotation(@NotNull
                                             EsperEPL2GrammarParser.PropertyExpressionAnnotationContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.propertyExpressionAnnotation().

Specified by:
exitPropertyExpressionAnnotation in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterStringconstant

public void enterStringconstant(@NotNull
                                EsperEPL2GrammarParser.StringconstantContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.stringconstant().

Specified by:
enterStringconstant in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitStringconstant

public void exitStringconstant(@NotNull
                               EsperEPL2GrammarParser.StringconstantContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.stringconstant().

Specified by:
exitStringconstant in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateSchemaExpr

public void enterCreateSchemaExpr(@NotNull
                                  EsperEPL2GrammarParser.CreateSchemaExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createSchemaExpr().

Specified by:
enterCreateSchemaExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterElseClause

public void enterElseClause(@NotNull
                            EsperEPL2GrammarParser.ElseClauseContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.elseClause().

Specified by:
enterElseClause in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitElseClause

public void exitElseClause(@NotNull
                           EsperEPL2GrammarParser.ElseClauseContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.elseClause().

Specified by:
exitElseClause in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGuardWhileExpression

public void enterGuardWhileExpression(@NotNull
                                      EsperEPL2GrammarParser.GuardWhileExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.guardWhileExpression().

Specified by:
enterGuardWhileExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGuardWhileExpression

public void exitGuardWhileExpression(@NotNull
                                     EsperEPL2GrammarParser.GuardWhileExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.guardWhileExpression().

Specified by:
exitGuardWhileExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateWindowExprModelAfter

public void enterCreateWindowExprModelAfter(@NotNull
                                            EsperEPL2GrammarParser.CreateWindowExprModelAfterContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createWindowExprModelAfter().

Specified by:
enterCreateWindowExprModelAfter in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateWindowExprModelAfter

public void exitCreateWindowExprModelAfter(@NotNull
                                           EsperEPL2GrammarParser.CreateWindowExprModelAfterContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createWindowExprModelAfter().

Specified by:
exitCreateWindowExprModelAfter in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchRecogMatchesAfterSkip

public void enterMatchRecogMatchesAfterSkip(@NotNull
                                            EsperEPL2GrammarParser.MatchRecogMatchesAfterSkipContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogMatchesAfterSkip().

Specified by:
enterMatchRecogMatchesAfterSkip in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchRecogMatchesAfterSkip

public void exitMatchRecogMatchesAfterSkip(@NotNull
                                           EsperEPL2GrammarParser.MatchRecogMatchesAfterSkipContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogMatchesAfterSkip().

Specified by:
exitMatchRecogMatchesAfterSkip in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateContextDetail

public void enterCreateContextDetail(@NotNull
                                     EsperEPL2GrammarParser.CreateContextDetailContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createContextDetail().

Specified by:
enterCreateContextDetail in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateContextDetail

public void exitCreateContextDetail(@NotNull
                                    EsperEPL2GrammarParser.CreateContextDetailContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createContextDetail().

Specified by:
exitCreateContextDetail in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMonthPart

public void enterMonthPart(@NotNull
                           EsperEPL2GrammarParser.MonthPartContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.monthPart().

Specified by:
enterMonthPart in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMonthPart

public void exitMonthPart(@NotNull
                          EsperEPL2GrammarParser.MonthPartContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.monthPart().

Specified by:
exitMonthPart in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterPatternExpression

public void enterPatternExpression(@NotNull
                                   EsperEPL2GrammarParser.PatternExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.patternExpression().

Specified by:
enterPatternExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitPatternExpression

public void exitPatternExpression(@NotNull
                                  EsperEPL2GrammarParser.PatternExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.patternExpression().

Specified by:
exitPatternExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterLastOperator

public void enterLastOperator(@NotNull
                              EsperEPL2GrammarParser.LastOperatorContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.lastOperator().

Specified by:
enterLastOperator in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateSchemaDef

public void enterCreateSchemaDef(@NotNull
                                 EsperEPL2GrammarParser.CreateSchemaDefContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createSchemaDef().

Specified by:
enterCreateSchemaDef in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateSchemaDef

public void exitCreateSchemaDef(@NotNull
                                EsperEPL2GrammarParser.CreateSchemaDefContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createSchemaDef().

Specified by:
exitCreateSchemaDef in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterEventPropertyIdent

public void enterEventPropertyIdent(@NotNull
                                    EsperEPL2GrammarParser.EventPropertyIdentContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.eventPropertyIdent().

Specified by:
enterEventPropertyIdent in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitEventPropertyIdent

public void exitEventPropertyIdent(@NotNull
                                   EsperEPL2GrammarParser.EventPropertyIdentContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.eventPropertyIdent().

Specified by:
exitEventPropertyIdent in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateIndexExpr

public void enterCreateIndexExpr(@NotNull
                                 EsperEPL2GrammarParser.CreateIndexExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createIndexExpr().

Specified by:
enterCreateIndexExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterAtomicExpression

public void enterAtomicExpression(@NotNull
                                  EsperEPL2GrammarParser.AtomicExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.atomicExpression().

Specified by:
enterAtomicExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitAtomicExpression

public void exitAtomicExpression(@NotNull
                                 EsperEPL2GrammarParser.AtomicExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.atomicExpression().

Specified by:
exitAtomicExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterJsonvalue

public void enterJsonvalue(@NotNull
                           EsperEPL2GrammarParser.JsonvalueContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.jsonvalue().

Specified by:
enterJsonvalue in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitJsonvalue

public void exitJsonvalue(@NotNull
                          EsperEPL2GrammarParser.JsonvalueContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.jsonvalue().

Specified by:
exitJsonvalue in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterLibFunctionNoClass

public void enterLibFunctionNoClass(@NotNull
                                    EsperEPL2GrammarParser.LibFunctionNoClassContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.libFunctionNoClass().

Specified by:
enterLibFunctionNoClass in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitLibFunctionNoClass

public void exitLibFunctionNoClass(@NotNull
                                   EsperEPL2GrammarParser.LibFunctionNoClassContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.libFunctionNoClass().

Specified by:
exitLibFunctionNoClass in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterElementValueEnum

public void enterElementValueEnum(@NotNull
                                  EsperEPL2GrammarParser.ElementValueEnumContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.elementValueEnum().

Specified by:
enterElementValueEnum in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitElementValueEnum

public void exitElementValueEnum(@NotNull
                                 EsperEPL2GrammarParser.ElementValueEnumContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.elementValueEnum().

Specified by:
exitElementValueEnum in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOnUpdateExpr

public void enterOnUpdateExpr(@NotNull
                              EsperEPL2GrammarParser.OnUpdateExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.onUpdateExpr().

Specified by:
enterOnUpdateExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOnUpdateExpr

public void exitOnUpdateExpr(@NotNull
                             EsperEPL2GrammarParser.OnUpdateExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.onUpdateExpr().

Specified by:
exitOnUpdateExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterAnnotationEnum

public void enterAnnotationEnum(@NotNull
                                EsperEPL2GrammarParser.AnnotationEnumContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.annotationEnum().

Specified by:
enterAnnotationEnum in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateContextExpr

public void enterCreateContextExpr(@NotNull
                                   EsperEPL2GrammarParser.CreateContextExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createContextExpr().

Specified by:
enterCreateContextExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterLastOperand

public void enterLastOperand(@NotNull
                             EsperEPL2GrammarParser.LastOperandContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.lastOperand().

Specified by:
enterLastOperand in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterExpressionWithTimeInclLast

public void enterExpressionWithTimeInclLast(@NotNull
                                            EsperEPL2GrammarParser.ExpressionWithTimeInclLastContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.expressionWithTimeInclLast().

Specified by:
enterExpressionWithTimeInclLast in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitExpressionWithTimeInclLast

public void exitExpressionWithTimeInclLast(@NotNull
                                           EsperEPL2GrammarParser.ExpressionWithTimeInclLastContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.expressionWithTimeInclLast().

Specified by:
exitExpressionWithTimeInclLast in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateContextPartitionItem

public void enterCreateContextPartitionItem(@NotNull
                                            EsperEPL2GrammarParser.CreateContextPartitionItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createContextPartitionItem().

Specified by:
enterCreateContextPartitionItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateContextPartitionItem

public void exitCreateContextPartitionItem(@NotNull
                                           EsperEPL2GrammarParser.CreateContextPartitionItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createContextPartitionItem().

Specified by:
exitCreateContextPartitionItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateWindowExpr

public void enterCreateWindowExpr(@NotNull
                                  EsperEPL2GrammarParser.CreateWindowExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createWindowExpr().

Specified by:
enterCreateWindowExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterVariantListElement

public void enterVariantListElement(@NotNull
                                    EsperEPL2GrammarParser.VariantListElementContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.variantListElement().

Specified by:
enterVariantListElement in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitVariantListElement

public void exitVariantListElement(@NotNull
                                   EsperEPL2GrammarParser.VariantListElementContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.variantListElement().

Specified by:
exitVariantListElement in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateExpressionExpr

public void enterCreateExpressionExpr(@NotNull
                                      EsperEPL2GrammarParser.CreateExpressionExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createExpressionExpr().

Specified by:
enterCreateExpressionExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterRangeOperand

public void enterRangeOperand(@NotNull
                              EsperEPL2GrammarParser.RangeOperandContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.rangeOperand().

Specified by:
enterRangeOperand in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterInSubSelectQuery

public void enterInSubSelectQuery(@NotNull
                                  EsperEPL2GrammarParser.InSubSelectQueryContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.inSubSelectQuery().

Specified by:
enterInSubSelectQuery in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitInSubSelectQuery

public void exitInSubSelectQuery(@NotNull
                                 EsperEPL2GrammarParser.InSubSelectQueryContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.inSubSelectQuery().

Specified by:
exitInSubSelectQuery in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterEscapableStr

public void enterEscapableStr(@NotNull
                              EsperEPL2GrammarParser.EscapableStrContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.escapableStr().

Specified by:
enterEscapableStr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitEscapableStr

public void exitEscapableStr(@NotNull
                             EsperEPL2GrammarParser.EscapableStrContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.escapableStr().

Specified by:
exitEscapableStr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterRowSubSelectExpression

public void enterRowSubSelectExpression(@NotNull
                                        EsperEPL2GrammarParser.RowSubSelectExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.rowSubSelectExpression().

Specified by:
enterRowSubSelectExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterUnaryExpression

public void enterUnaryExpression(@NotNull
                                 EsperEPL2GrammarParser.UnaryExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.unaryExpression().

Specified by:
enterUnaryExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterDistinctExpressionList

public void enterDistinctExpressionList(@NotNull
                                        EsperEPL2GrammarParser.DistinctExpressionListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.distinctExpressionList().

Specified by:
enterDistinctExpressionList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitDistinctExpressionList

public void exitDistinctExpressionList(@NotNull
                                       EsperEPL2GrammarParser.DistinctExpressionListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.distinctExpressionList().

Specified by:
exitDistinctExpressionList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOnSelectInsertExpr

public void exitOnSelectInsertExpr(@NotNull
                                   EsperEPL2GrammarParser.OnSelectInsertExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.onSelectInsertExpr().

Specified by:
exitOnSelectInsertExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterSelectClause

public void enterSelectClause(@NotNull
                              EsperEPL2GrammarParser.SelectClauseContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.selectClause().

Specified by:
enterSelectClause in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterConcatenationExpr

public void enterConcatenationExpr(@NotNull
                                   EsperEPL2GrammarParser.ConcatenationExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.concatenationExpr().

Specified by:
enterConcatenationExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterStartEPLExpressionRule

public void enterStartEPLExpressionRule(@NotNull
                                        EsperEPL2GrammarParser.StartEPLExpressionRuleContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.startEPLExpressionRule().

Specified by:
enterStartEPLExpressionRule in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitStartEPLExpressionRule

public void exitStartEPLExpressionRule(@NotNull
                                       EsperEPL2GrammarParser.StartEPLExpressionRuleContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.startEPLExpressionRule().

Specified by:
exitStartEPLExpressionRule in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterSubSelectFilterExpr

public void enterSubSelectFilterExpr(@NotNull
                                     EsperEPL2GrammarParser.SubSelectFilterExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.subSelectFilterExpr().

Specified by:
enterSubSelectFilterExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateContextCoalesceItem

public void enterCreateContextCoalesceItem(@NotNull
                                           EsperEPL2GrammarParser.CreateContextCoalesceItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createContextCoalesceItem().

Specified by:
enterCreateContextCoalesceItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateContextCoalesceItem

public void exitCreateContextCoalesceItem(@NotNull
                                          EsperEPL2GrammarParser.CreateContextCoalesceItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createContextCoalesceItem().

Specified by:
exitCreateContextCoalesceItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMillisecondPart

public void enterMillisecondPart(@NotNull
                                 EsperEPL2GrammarParser.MillisecondPartContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.millisecondPart().

Specified by:
enterMillisecondPart in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMillisecondPart

public void exitMillisecondPart(@NotNull
                                EsperEPL2GrammarParser.MillisecondPartContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.millisecondPart().

Specified by:
exitMillisecondPart in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOnExprFrom

public void enterOnExprFrom(@NotNull
                            EsperEPL2GrammarParser.OnExprFromContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.onExprFrom().

Specified by:
enterOnExprFrom in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitOnExprFrom

public void exitOnExprFrom(@NotNull
                           EsperEPL2GrammarParser.OnExprFromContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.onExprFrom().

Specified by:
exitOnExprFrom in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterNegatedExpression

public void enterNegatedExpression(@NotNull
                                   EsperEPL2GrammarParser.NegatedExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.negatedExpression().

Specified by:
enterNegatedExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterSelectExpr

public void enterSelectExpr(@NotNull
                            EsperEPL2GrammarParser.SelectExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.selectExpr().

Specified by:
enterSelectExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchRecogMeasures

public void enterMatchRecogMeasures(@NotNull
                                    EsperEPL2GrammarParser.MatchRecogMeasuresContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogMeasures().

Specified by:
enterMatchRecogMeasures in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchRecogMeasures

public void exitMatchRecogMeasures(@NotNull
                                   EsperEPL2GrammarParser.MatchRecogMeasuresContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogMeasures().

Specified by:
exitMatchRecogMeasures in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterAdditiveExpression

public void enterAdditiveExpression(@NotNull
                                    EsperEPL2GrammarParser.AdditiveExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.additiveExpression().

Specified by:
enterAdditiveExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterEventProperty

public void enterEventProperty(@NotNull
                               EsperEPL2GrammarParser.EventPropertyContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.eventProperty().

Specified by:
enterEventProperty in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterJsonarray

public void enterJsonarray(@NotNull
                           EsperEPL2GrammarParser.JsonarrayContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.jsonarray().

Specified by:
enterJsonarray in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitJsonarray

public void exitJsonarray(@NotNull
                          EsperEPL2GrammarParser.JsonarrayContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.jsonarray().

Specified by:
exitJsonarray in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterJsonobject

public void enterJsonobject(@NotNull
                            EsperEPL2GrammarParser.JsonobjectContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.jsonobject().

Specified by:
enterJsonobject in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOuterJoin

public void enterOuterJoin(@NotNull
                           EsperEPL2GrammarParser.OuterJoinContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.outerJoin().

Specified by:
enterOuterJoin in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterEscapableIdent

public void enterEscapableIdent(@NotNull
                                EsperEPL2GrammarParser.EscapableIdentContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.escapableIdent().

Specified by:
enterEscapableIdent in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitEscapableIdent

public void exitEscapableIdent(@NotNull
                               EsperEPL2GrammarParser.EscapableIdentContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.escapableIdent().

Specified by:
exitEscapableIdent in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterFromClause

public void enterFromClause(@NotNull
                            EsperEPL2GrammarParser.FromClauseContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.fromClause().

Specified by:
enterFromClause in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitFromClause

public void exitFromClause(@NotNull
                           EsperEPL2GrammarParser.FromClauseContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.fromClause().

Specified by:
exitFromClause in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOnExpr

public void enterOnExpr(@NotNull
                        EsperEPL2GrammarParser.OnExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.onExpr().

Specified by:
enterOnExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGopParamsItemMany

public void enterGopParamsItemMany(@NotNull
                                   EsperEPL2GrammarParser.GopParamsItemManyContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.gopParamsItemMany().

Specified by:
enterGopParamsItemMany in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGopParamsItemMany

public void exitGopParamsItemMany(@NotNull
                                  EsperEPL2GrammarParser.GopParamsItemManyContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.gopParamsItemMany().

Specified by:
exitGopParamsItemMany in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterPropertySelectionList

public void enterPropertySelectionList(@NotNull
                                       EsperEPL2GrammarParser.PropertySelectionListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.propertySelectionList().

Specified by:
enterPropertySelectionList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitPropertySelectionList

public void exitPropertySelectionList(@NotNull
                                      EsperEPL2GrammarParser.PropertySelectionListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.propertySelectionList().

Specified by:
exitPropertySelectionList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterWeekPart

public void enterWeekPart(@NotNull
                          EsperEPL2GrammarParser.WeekPartContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.weekPart().

Specified by:
enterWeekPart in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitWeekPart

public void exitWeekPart(@NotNull
                         EsperEPL2GrammarParser.WeekPartContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.weekPart().

Specified by:
exitWeekPart in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchRecogPatternAlteration

public void enterMatchRecogPatternAlteration(@NotNull
                                             EsperEPL2GrammarParser.MatchRecogPatternAlterationContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternAlteration().

Specified by:
enterMatchRecogPatternAlteration in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGopParams

public void enterGopParams(@NotNull
                           EsperEPL2GrammarParser.GopParamsContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.gopParams().

Specified by:
enterGopParams in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGopParams

public void exitGopParams(@NotNull
                          EsperEPL2GrammarParser.GopParamsContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.gopParams().

Specified by:
exitGopParams in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateContextChoice

public void enterCreateContextChoice(@NotNull
                                     EsperEPL2GrammarParser.CreateContextChoiceContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createContextChoice().

Specified by:
enterCreateContextChoice in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateContextChoice

public void exitCreateContextChoice(@NotNull
                                    EsperEPL2GrammarParser.CreateContextChoiceContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createContextChoice().

Specified by:
exitCreateContextChoice in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCaseExpression

public void enterCaseExpression(@NotNull
                                EsperEPL2GrammarParser.CaseExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.caseExpression().

Specified by:
enterCaseExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateIndexColumn

public void enterCreateIndexColumn(@NotNull
                                   EsperEPL2GrammarParser.CreateIndexColumnContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createIndexColumn().

Specified by:
enterCreateIndexColumn in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateIndexColumn

public void exitCreateIndexColumn(@NotNull
                                  EsperEPL2GrammarParser.CreateIndexColumnContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createIndexColumn().

Specified by:
exitCreateIndexColumn in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterExpressionWithTimeList

public void enterExpressionWithTimeList(@NotNull
                                        EsperEPL2GrammarParser.ExpressionWithTimeListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.expressionWithTimeList().

Specified by:
enterExpressionWithTimeList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitExpressionWithTimeList

public void exitExpressionWithTimeList(@NotNull
                                       EsperEPL2GrammarParser.ExpressionWithTimeListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.expressionWithTimeList().

Specified by:
exitExpressionWithTimeList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGopParamsItemAs

public void enterGopParamsItemAs(@NotNull
                                 EsperEPL2GrammarParser.GopParamsItemAsContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.gopParamsItemAs().

Specified by:
enterGopParamsItemAs in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGopParamsItemAs

public void exitGopParamsItemAs(@NotNull
                                EsperEPL2GrammarParser.GopParamsItemAsContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.gopParamsItemAs().

Specified by:
exitGopParamsItemAs in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterRowLimit

public void enterRowLimit(@NotNull
                          EsperEPL2GrammarParser.RowLimitContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.rowLimit().

Specified by:
enterRowLimit in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateSchemaQual

public void enterCreateSchemaQual(@NotNull
                                  EsperEPL2GrammarParser.CreateSchemaQualContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createSchemaQual().

Specified by:
enterCreateSchemaQual in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateSchemaQual

public void exitCreateSchemaQual(@NotNull
                                 EsperEPL2GrammarParser.CreateSchemaQualContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createSchemaQual().

Specified by:
exitCreateSchemaQual in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchUntilRange

public void enterMatchUntilRange(@NotNull
                                 EsperEPL2GrammarParser.MatchUntilRangeContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchUntilRange().

Specified by:
enterMatchUntilRange in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchUntilRange

public void exitMatchUntilRange(@NotNull
                                EsperEPL2GrammarParser.MatchUntilRangeContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchUntilRange().

Specified by:
exitMatchUntilRange in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchRecogDefine

public void enterMatchRecogDefine(@NotNull
                                  EsperEPL2GrammarParser.MatchRecogDefineContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogDefine().

Specified by:
enterMatchRecogDefine in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchRecogDefine

public void exitMatchRecogDefine(@NotNull
                                 EsperEPL2GrammarParser.MatchRecogDefineContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogDefine().

Specified by:
exitMatchRecogDefine in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOrderByListElement

public void enterOrderByListElement(@NotNull
                                    EsperEPL2GrammarParser.OrderByListElementContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.orderByListElement().

Specified by:
enterOrderByListElement in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMinutePart

public void enterMinutePart(@NotNull
                            EsperEPL2GrammarParser.MinutePartContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.minutePart().

Specified by:
enterMinutePart in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMinutePart

public void exitMinutePart(@NotNull
                           EsperEPL2GrammarParser.MinutePartContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.minutePart().

Specified by:
exitMinutePart in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMergeUnmatched

public void enterMergeUnmatched(@NotNull
                                EsperEPL2GrammarParser.MergeUnmatchedContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.mergeUnmatched().

Specified by:
enterMergeUnmatched in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMethodJoinExpression

public void enterMethodJoinExpression(@NotNull
                                      EsperEPL2GrammarParser.MethodJoinExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.methodJoinExpression().

Specified by:
enterMethodJoinExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMethodJoinExpression

public void exitMethodJoinExpression(@NotNull
                                     EsperEPL2GrammarParser.MethodJoinExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.methodJoinExpression().

Specified by:
exitMethodJoinExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterExistsSubSelectExpression

public void enterExistsSubSelectExpression(@NotNull
                                           EsperEPL2GrammarParser.ExistsSubSelectExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.existsSubSelectExpression().

Specified by:
enterExistsSubSelectExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateContextRangePoint

public void enterCreateContextRangePoint(@NotNull
                                         EsperEPL2GrammarParser.CreateContextRangePointContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createContextRangePoint().

Specified by:
enterCreateContextRangePoint in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateContextRangePoint

public void exitCreateContextRangePoint(@NotNull
                                        EsperEPL2GrammarParser.CreateContextRangePointContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createContextRangePoint().

Specified by:
exitCreateContextRangePoint in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterLibFunctionArgItem

public void enterLibFunctionArgItem(@NotNull
                                    EsperEPL2GrammarParser.LibFunctionArgItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.libFunctionArgItem().

Specified by:
enterLibFunctionArgItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitLibFunctionArgItem

public void exitLibFunctionArgItem(@NotNull
                                   EsperEPL2GrammarParser.LibFunctionArgItemContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.libFunctionArgItem().

Specified by:
exitLibFunctionArgItem in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterRegularJoin

public void enterRegularJoin(@NotNull
                             EsperEPL2GrammarParser.RegularJoinContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.regularJoin().

Specified by:
enterRegularJoin in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitRegularJoin

public void exitRegularJoin(@NotNull
                            EsperEPL2GrammarParser.RegularJoinContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.regularJoin().

Specified by:
exitRegularJoin in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterUpdateDetails

public void enterUpdateDetails(@NotNull
                               EsperEPL2GrammarParser.UpdateDetailsContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.updateDetails().

Specified by:
enterUpdateDetails in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitUpdateDetails

public void exitUpdateDetails(@NotNull
                              EsperEPL2GrammarParser.UpdateDetailsContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.updateDetails().

Specified by:
exitUpdateDetails in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterArrayExpression

public void enterArrayExpression(@NotNull
                                 EsperEPL2GrammarParser.ArrayExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.arrayExpression().

Specified by:
enterArrayExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

visitErrorNode

public void visitErrorNode(@NotNull
                           org.antlr.v4.runtime.tree.ErrorNode errorNode)
Specified by:
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListener

enterEveryRule

public void enterEveryRule(@NotNull
                           org.antlr.v4.runtime.ParserRuleContext parserRuleContext)
Specified by:
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListener

exitEveryRule

public void exitEveryRule(@NotNull
                          org.antlr.v4.runtime.ParserRuleContext parserRuleContext)
Specified by:
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListener

enterAndExpression

public void enterAndExpression(@NotNull
                               EsperEPL2GrammarParser.AndExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.andExpression().

Specified by:
enterAndExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterFollowedByRepeat

public void enterFollowedByRepeat(@NotNull
                                  EsperEPL2GrammarParser.FollowedByRepeatContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.followedByRepeat().

Specified by:
enterFollowedByRepeat in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitFollowedByRepeat

public void exitFollowedByRepeat(@NotNull
                                 EsperEPL2GrammarParser.FollowedByRepeatContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.followedByRepeat().

Specified by:
exitFollowedByRepeat in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterFollowedByExpression

public void enterFollowedByExpression(@NotNull
                                      EsperEPL2GrammarParser.FollowedByExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.followedByExpression().

Specified by:
enterFollowedByExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterOrExpression

public void enterOrExpression(@NotNull
                              EsperEPL2GrammarParser.OrExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.orExpression().

Specified by:
enterOrExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterQualifyExpression

public void enterQualifyExpression(@NotNull
                                   EsperEPL2GrammarParser.QualifyExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.qualifyExpression().

Specified by:
enterQualifyExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchUntilExpression

public void enterMatchUntilExpression(@NotNull
                                      EsperEPL2GrammarParser.MatchUntilExpressionContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchUntilExpression().

Specified by:
enterMatchUntilExpression in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGuardPostFix

public void enterGuardPostFix(@NotNull
                              EsperEPL2GrammarParser.GuardPostFixContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.guardPostFix().

Specified by:
enterGuardPostFix in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_coalesce

public void enterBuiltin_coalesce(@NotNull
                                  EsperEPL2GrammarParser.Builtin_coalesceContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_coalesce.

Specified by:
enterBuiltin_coalesce in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_typeof

public void enterBuiltin_typeof(@NotNull
                                EsperEPL2GrammarParser.Builtin_typeofContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_typeof.

Specified by:
enterBuiltin_typeof in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_avedev

public void enterBuiltin_avedev(@NotNull
                                EsperEPL2GrammarParser.Builtin_avedevContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_avedev.

Specified by:
enterBuiltin_avedev in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_prevcount

public void enterBuiltin_prevcount(@NotNull
                                   EsperEPL2GrammarParser.Builtin_prevcountContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_prevcount.

Specified by:
enterBuiltin_prevcount in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_stddev

public void enterBuiltin_stddev(@NotNull
                                EsperEPL2GrammarParser.Builtin_stddevContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_stddev.

Specified by:
enterBuiltin_stddev in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_sum

public void enterBuiltin_sum(@NotNull
                             EsperEPL2GrammarParser.Builtin_sumContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_sum.

Specified by:
enterBuiltin_sum in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_exists

public void enterBuiltin_exists(@NotNull
                                EsperEPL2GrammarParser.Builtin_existsContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_exists.

Specified by:
enterBuiltin_exists in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_prior

public void enterBuiltin_prior(@NotNull
                               EsperEPL2GrammarParser.Builtin_priorContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_prior.

Specified by:
enterBuiltin_prior in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_instanceof

public void enterBuiltin_instanceof(@NotNull
                                    EsperEPL2GrammarParser.Builtin_instanceofContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_instanceof.

Specified by:
enterBuiltin_instanceof in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_currts

public void enterBuiltin_currts(@NotNull
                                EsperEPL2GrammarParser.Builtin_currtsContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_currts.

Specified by:
enterBuiltin_currts in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_median

public void enterBuiltin_median(@NotNull
                                EsperEPL2GrammarParser.Builtin_medianContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_median.

Specified by:
enterBuiltin_median in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterFuncIdentChained

public void enterFuncIdentChained(@NotNull
                                  EsperEPL2GrammarParser.FuncIdentChainedContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.funcIdentChained().

Specified by:
enterFuncIdentChained in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitFuncIdentChained

public void exitFuncIdentChained(@NotNull
                                 EsperEPL2GrammarParser.FuncIdentChainedContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.funcIdentChained().

Specified by:
exitFuncIdentChained in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterFuncIdentTop

public void enterFuncIdentTop(@NotNull
                              EsperEPL2GrammarParser.FuncIdentTopContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.funcIdentTop().

Specified by:
enterFuncIdentTop in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitFuncIdentTop

public void exitFuncIdentTop(@NotNull
                             EsperEPL2GrammarParser.FuncIdentTopContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.funcIdentTop().

Specified by:
exitFuncIdentTop in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_avg

public void enterBuiltin_avg(@NotNull
                             EsperEPL2GrammarParser.Builtin_avgContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_avg.

Specified by:
enterBuiltin_avg in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_cast

public void enterBuiltin_cast(@NotNull
                              EsperEPL2GrammarParser.Builtin_castContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_cast.

Specified by:
enterBuiltin_cast in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_cnt

public void enterBuiltin_cnt(@NotNull
                             EsperEPL2GrammarParser.Builtin_cntContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_cnt.

Specified by:
enterBuiltin_cnt in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_prev

public void enterBuiltin_prev(@NotNull
                              EsperEPL2GrammarParser.Builtin_prevContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_prev.

Specified by:
enterBuiltin_prev in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_istream

public void enterBuiltin_istream(@NotNull
                                 EsperEPL2GrammarParser.Builtin_istreamContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_istream.

Specified by:
enterBuiltin_istream in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_prevwindow

public void enterBuiltin_prevwindow(@NotNull
                                    EsperEPL2GrammarParser.Builtin_prevwindowContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_prevwindow.

Specified by:
enterBuiltin_prevwindow in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_prevtail

public void enterBuiltin_prevtail(@NotNull
                                  EsperEPL2GrammarParser.Builtin_prevtailContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_prevtail.

Specified by:
enterBuiltin_prevtail in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterFafInsert

public void enterFafInsert(@NotNull
                           EsperEPL2GrammarParser.FafInsertContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.fafInsert().

Specified by:
enterFafInsert in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGroupByListChoice

public void enterGroupByListChoice(@NotNull
                                   EsperEPL2GrammarParser.GroupByListChoiceContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.groupByListChoice().

Specified by:
enterGroupByListChoice in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGroupByListChoice

public void exitGroupByListChoice(@NotNull
                                  EsperEPL2GrammarParser.GroupByListChoiceContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.groupByListChoice().

Specified by:
exitGroupByListChoice in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGroupBySetsChoice

public void enterGroupBySetsChoice(@NotNull
                                   EsperEPL2GrammarParser.GroupBySetsChoiceContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.groupBySetsChoice().

Specified by:
enterGroupBySetsChoice in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGroupBySetsChoice

public void exitGroupBySetsChoice(@NotNull
                                  EsperEPL2GrammarParser.GroupBySetsChoiceContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.groupBySetsChoice().

Specified by:
exitGroupBySetsChoice in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitSelectExpr

public void exitSelectExpr(@NotNull
                           EsperEPL2GrammarParser.SelectExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.selectExpr().

Specified by:
exitSelectExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGroupByCubeOrRollup

public void enterGroupByCubeOrRollup(@NotNull
                                     EsperEPL2GrammarParser.GroupByCubeOrRollupContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.groupByCubeOrRollup().

Specified by:
enterGroupByCubeOrRollup in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGroupByCubeOrRollup

public void exitGroupByCubeOrRollup(@NotNull
                                    EsperEPL2GrammarParser.GroupByCubeOrRollupContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.groupByCubeOrRollup().

Specified by:
exitGroupByCubeOrRollup in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGroupByGroupingSets

public void enterGroupByGroupingSets(@NotNull
                                     EsperEPL2GrammarParser.GroupByGroupingSetsContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.groupByGroupingSets().

Specified by:
enterGroupByGroupingSets in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGroupByGroupingSets

public void exitGroupByGroupingSets(@NotNull
                                    EsperEPL2GrammarParser.GroupByGroupingSetsContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.groupByGroupingSets().

Specified by:
exitGroupByGroupingSets in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterGroupByCombinableExpr

public void enterGroupByCombinableExpr(@NotNull
                                       EsperEPL2GrammarParser.GroupByCombinableExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.groupByCombinableExpr().

Specified by:
enterGroupByCombinableExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitGroupByCombinableExpr

public void exitGroupByCombinableExpr(@NotNull
                                      EsperEPL2GrammarParser.GroupByCombinableExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.groupByCombinableExpr().

Specified by:
exitGroupByCombinableExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_grouping

public void enterBuiltin_grouping(@NotNull
                                  EsperEPL2GrammarParser.Builtin_groupingContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_grouping.

Specified by:
enterBuiltin_grouping in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_groupingid

public void enterBuiltin_groupingid(@NotNull
                                    EsperEPL2GrammarParser.Builtin_groupingidContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_groupingid.

Specified by:
enterBuiltin_groupingid in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterFuncIdentInner

public void enterFuncIdentInner(@NotNull
                                EsperEPL2GrammarParser.FuncIdentInnerContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.funcIdentInner().

Specified by:
enterFuncIdentInner in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitFuncIdentInner

public void exitFuncIdentInner(@NotNull
                               EsperEPL2GrammarParser.FuncIdentInnerContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.funcIdentInner().

Specified by:
exitFuncIdentInner in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateTableColumnPlain

public void enterCreateTableColumnPlain(@NotNull
                                        EsperEPL2GrammarParser.CreateTableColumnPlainContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createTableColumnPlain().

Specified by:
enterCreateTableColumnPlain in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateTableColumnPlain

public void exitCreateTableColumnPlain(@NotNull
                                       EsperEPL2GrammarParser.CreateTableColumnPlainContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createTableColumnPlain().

Specified by:
exitCreateTableColumnPlain in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateTableExpr

public void enterCreateTableExpr(@NotNull
                                 EsperEPL2GrammarParser.CreateTableExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createTableExpr().

Specified by:
enterCreateTableExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateTableColumn

public void enterCreateTableColumn(@NotNull
                                   EsperEPL2GrammarParser.CreateTableColumnContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createTableColumn().

Specified by:
enterCreateTableColumn in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateTableColumn

public void exitCreateTableColumn(@NotNull
                                  EsperEPL2GrammarParser.CreateTableColumnContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createTableColumn().

Specified by:
exitCreateTableColumn in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterCreateTableColumnList

public void enterCreateTableColumnList(@NotNull
                                       EsperEPL2GrammarParser.CreateTableColumnListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.createTableColumnList().

Specified by:
enterCreateTableColumnList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitCreateTableColumnList

public void exitCreateTableColumnList(@NotNull
                                      EsperEPL2GrammarParser.CreateTableColumnListContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.createTableColumnList().

Specified by:
exitCreateTableColumnList in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterIntoTableExpr

public void enterIntoTableExpr(@NotNull
                               EsperEPL2GrammarParser.IntoTableExprContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.intoTableExpr().

Specified by:
enterIntoTableExpr in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterSubstitutionCanChain

public void enterSubstitutionCanChain(@NotNull
                                      EsperEPL2GrammarParser.SubstitutionCanChainContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.substitutionCanChain().

Specified by:
enterSubstitutionCanChain in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterSlashIdentifier

public void enterSlashIdentifier(@NotNull
                                 EsperEPL2GrammarParser.SlashIdentifierContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.slashIdentifier().

Specified by:
enterSlashIdentifier in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitSlashIdentifier

public void exitSlashIdentifier(@NotNull
                                EsperEPL2GrammarParser.SlashIdentifierContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.slashIdentifier().

Specified by:
exitSlashIdentifier in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchRecogPatternRepeat

public void enterMatchRecogPatternRepeat(@NotNull
                                         EsperEPL2GrammarParser.MatchRecogPatternRepeatContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternRepeat().

Specified by:
enterMatchRecogPatternRepeat in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitMatchRecogPatternRepeat

public void exitMatchRecogPatternRepeat(@NotNull
                                        EsperEPL2GrammarParser.MatchRecogPatternRepeatContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternRepeat().

Specified by:
exitMatchRecogPatternRepeat in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterMatchRecogPatternPermute

public void enterMatchRecogPatternPermute(@NotNull
                                          EsperEPL2GrammarParser.MatchRecogPatternPermuteContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.matchRecogPatternPermute().

Specified by:
enterMatchRecogPatternPermute in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterExpressionListWithNamed

public void enterExpressionListWithNamed(@NotNull
                                         EsperEPL2GrammarParser.ExpressionListWithNamedContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.expressionListWithNamed().

Specified by:
enterExpressionListWithNamed in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitExpressionListWithNamed

public void exitExpressionListWithNamed(@NotNull
                                        EsperEPL2GrammarParser.ExpressionListWithNamedContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.expressionListWithNamed().

Specified by:
exitExpressionListWithNamed in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterExpressionNamedParameter

public void enterExpressionNamedParameter(@NotNull
                                          EsperEPL2GrammarParser.ExpressionNamedParameterContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.expressionNamedParameter().

Specified by:
enterExpressionNamedParameter in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterExpressionWithNamed

public void enterExpressionWithNamed(@NotNull
                                     EsperEPL2GrammarParser.ExpressionWithNamedContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.expressionWithNamed().

Specified by:
enterExpressionWithNamed in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitExpressionWithNamed

public void exitExpressionWithNamed(@NotNull
                                    EsperEPL2GrammarParser.ExpressionWithNamedContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.expressionWithNamed().

Specified by:
exitExpressionWithNamed in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterBuiltin_firstlastwindow

public void enterBuiltin_firstlastwindow(@NotNull
                                         EsperEPL2GrammarParser.Builtin_firstlastwindowContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser#builtin_firstlastwindow.

Specified by:
enterBuiltin_firstlastwindow in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterFirstLastWindowAggregation

public void enterFirstLastWindowAggregation(@NotNull
                                            EsperEPL2GrammarParser.FirstLastWindowAggregationContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.firstLastWindowAggregation().

Specified by:
enterFirstLastWindowAggregation in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitFirstLastWindowAggregation

public void exitFirstLastWindowAggregation(@NotNull
                                           EsperEPL2GrammarParser.FirstLastWindowAggregationContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.firstLastWindowAggregation().

Specified by:
exitFirstLastWindowAggregation in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterExpressionWithNamedWithTime

public void enterExpressionWithNamedWithTime(@NotNull
                                             EsperEPL2GrammarParser.ExpressionWithNamedWithTimeContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.expressionWithNamedWithTime().

Specified by:
enterExpressionWithNamedWithTime in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitExpressionWithNamedWithTime

public void exitExpressionWithNamedWithTime(@NotNull
                                            EsperEPL2GrammarParser.ExpressionWithNamedWithTimeContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.expressionWithNamedWithTime().

Specified by:
exitExpressionWithNamedWithTime in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterExpressionNamedParameterWithTime

public void enterExpressionNamedParameterWithTime(@NotNull
                                                  EsperEPL2GrammarParser.ExpressionNamedParameterWithTimeContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.expressionNamedParameterWithTime().

Specified by:
enterExpressionNamedParameterWithTime in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

enterExpressionListWithNamedWithTime

public void enterExpressionListWithNamedWithTime(@NotNull
                                                 EsperEPL2GrammarParser.ExpressionListWithNamedWithTimeContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Enter a parse tree produced by EsperEPL2GrammarParser.expressionListWithNamedWithTime().

Specified by:
enterExpressionListWithNamedWithTime in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

exitExpressionListWithNamedWithTime

public void exitExpressionListWithNamedWithTime(@NotNull
                                                EsperEPL2GrammarParser.ExpressionListWithNamedWithTimeContext ctx)
Description copied from interface: EsperEPL2GrammarListener
Exit a parse tree produced by EsperEPL2GrammarParser.expressionListWithNamedWithTime().

Specified by:
exitExpressionListWithNamedWithTime in interface EsperEPL2GrammarListener
Parameters:
ctx - the parse tree

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