T - The return type of the visit operation. Use Void for
operations with no return type.public class EvokeBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements EvokeVisitor<T>
EvokeVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
EvokeBaseVisitor() |
| Modifier and Type | Method and Description |
|---|---|
T |
visitAbs(EvokeParser.AbsContext ctx)
Visit a parse tree produced by
EvokeParser#abs. |
T |
visitAdd(EvokeParser.AddContext ctx)
Visit a parse tree produced by
EvokeParser#add. |
T |
visitAddToList(EvokeParser.AddToListContext ctx)
Visit a parse tree produced by
EvokeParser#addToList. |
T |
visitAfter(EvokeParser.AfterContext ctx)
Visit a parse tree produced by
EvokeParser#after. |
T |
visitAgo(EvokeParser.AgoContext ctx)
Visit a parse tree produced by
EvokeParser#ago. |
T |
visitAll(EvokeParser.AllContext ctx)
Visit a parse tree produced by
EvokeParser#all. |
T |
visitAnd(EvokeParser.AndContext ctx)
Visit a parse tree produced by
EvokeParser#and. |
T |
visitAny(EvokeParser.AnyContext ctx)
Visit a parse tree produced by
EvokeParser#any. |
T |
visitArccos(EvokeParser.ArccosContext ctx)
Visit a parse tree produced by
EvokeParser#arccos. |
T |
visitArcsin(EvokeParser.ArcsinContext ctx)
Visit a parse tree produced by
EvokeParser#arcsin. |
T |
visitArctan(EvokeParser.ArctanContext ctx)
Visit a parse tree produced by
EvokeParser#arctan. |
T |
visitAsNumber(EvokeParser.AsNumberContext ctx)
Visit a parse tree produced by
EvokeParser#asNumber. |
T |
visitAsString(EvokeParser.AsStringContext ctx)
Visit a parse tree produced by
EvokeParser#asString. |
T |
visitAsTime(EvokeParser.AsTimeContext ctx)
Visit a parse tree produced by
EvokeParser#asTime. |
T |
visitAtMostOrLeast(EvokeParser.AtMostOrLeastContext ctx)
Visit a parse tree produced by
EvokeParser#atMostOrLeast. |
T |
visitAtTime(EvokeParser.AtTimeContext ctx)
Visit a parse tree produced by
EvokeParser#atTime. |
T |
visitAttributeFrom(EvokeParser.AttributeFromContext ctx)
Visit a parse tree produced by
EvokeParser#attributeFrom. |
T |
visitAverage(EvokeParser.AverageContext ctx)
Visit a parse tree produced by
EvokeParser#average. |
T |
visitBefore(EvokeParser.BeforeContext ctx)
Visit a parse tree produced by
EvokeParser#before. |
T |
visitBinaryList(EvokeParser.BinaryListContext ctx)
Visit a parse tree produced by
EvokeParser#binaryList. |
T |
visitBooleanVal(EvokeParser.BooleanValContext ctx)
Visit a parse tree produced by
EvokeParser#booleanVal. |
T |
visitBuildString(EvokeParser.BuildStringContext ctx)
Visit a parse tree produced by
EvokeParser#buildString. |
T |
visitCeiling(EvokeParser.CeilingContext ctx)
Visit a parse tree produced by
EvokeParser#ceiling. |
T |
visitClone(EvokeParser.CloneContext ctx)
Visit a parse tree produced by
Object.clone(). |
T |
visitConcat(EvokeParser.ConcatContext ctx)
Visit a parse tree produced by
EvokeParser#concat. |
T |
visitConstPerTimeTrigger(EvokeParser.ConstPerTimeTriggerContext ctx)
Visit a parse tree produced by
EvokeParser.constPerTimeTrigger(). |
T |
visitConstTimeTrigger(EvokeParser.ConstTimeTriggerContext ctx)
Visit a parse tree produced by
EvokeParser.constTimeTrigger(). |
T |
visitConstTimeVal(EvokeParser.ConstTimeValContext ctx)
Visit a parse tree produced by
EvokeParser.constTimeVal(). |
T |
visitCosine(EvokeParser.CosineContext ctx)
Visit a parse tree produced by
EvokeParser#cosine. |
T |
visitCount(EvokeParser.CountContext ctx)
Visit a parse tree produced by
EvokeParser#count. |
T |
visitCurrentTime(EvokeParser.CurrentTimeContext ctx)
Visit a parse tree produced by
EvokeParser#currentTime. |
T |
visitDataType(EvokeParser.DataTypeContext ctx)
Visit a parse tree produced by
EvokeParser.dataType(). |
T |
visitDayOfWeek(EvokeParser.DayOfWeekContext ctx)
Visit a parse tree produced by
EvokeParser#dayOfWeek. |
T |
visitDayOfWeekFunc(EvokeParser.DayOfWeekFuncContext ctx)
Visit a parse tree produced by
EvokeParser#dayOfWeekFunc. |
T |
visitDecrease(EvokeParser.DecreaseContext ctx)
Visit a parse tree produced by
EvokeParser#decrease. |
T |
visitDelEventTrigger(EvokeParser.DelEventTriggerContext ctx)
Visit a parse tree produced by
EvokeParser.delEventTrigger(). |
T |
visitDivide(EvokeParser.DivideContext ctx)
Visit a parse tree produced by
EvokeParser#divide. |
T |
visitDot(EvokeParser.DotContext ctx)
Visit a parse tree produced by
EvokeParser#dot. |
T |
visitDuration(EvokeParser.DurationContext ctx)
Visit a parse tree produced by
EvokeParser#duration. |
T |
visitDurationExpr(EvokeParser.DurationExprContext ctx)
Visit a parse tree produced by
EvokeParser.durationExpr(). |
T |
visitDurationUnit(EvokeParser.DurationUnitContext ctx)
Visit a parse tree produced by
EvokeParser.durationUnit(). |
T |
visitEarliest(EvokeParser.EarliestContext ctx)
Visit a parse tree produced by
EvokeParser#earliest. |
T |
visitEarliestFrom(EvokeParser.EarliestFromContext ctx)
Visit a parse tree produced by
EvokeParser#earliestFrom. |
T |
visitElement(EvokeParser.ElementContext ctx)
Visit a parse tree produced by
EvokeParser#element. |
T |
visitEmptyList(EvokeParser.EmptyListContext ctx)
Visit a parse tree produced by
EvokeParser#emptyList. |
T |
visitExist(EvokeParser.ExistContext ctx)
Visit a parse tree produced by
EvokeParser#exist. |
T |
visitExp(EvokeParser.ExpContext ctx)
Visit a parse tree produced by
EvokeParser#exp. |
T |
visitExtract(EvokeParser.ExtractContext ctx)
Visit a parse tree produced by
EvokeParser#extract. |
T |
visitExtractAttrNames(EvokeParser.ExtractAttrNamesContext ctx)
Visit a parse tree produced by
EvokeParser#extractAttrNames. |
T |
visitExtractChars(EvokeParser.ExtractCharsContext ctx)
Visit a parse tree produced by
EvokeParser#extractChars. |
T |
visitFindInString(EvokeParser.FindInStringContext ctx)
Visit a parse tree produced by
EvokeParser#findInString. |
T |
visitFirst(EvokeParser.FirstContext ctx)
Visit a parse tree produced by
EvokeParser#first. |
T |
visitFirstFrom(EvokeParser.FirstFromContext ctx)
Visit a parse tree produced by
EvokeParser#firstFrom. |
T |
visitFloor(EvokeParser.FloorContext ctx)
Visit a parse tree produced by
EvokeParser#floor. |
T |
visitId(EvokeParser.IdContext ctx)
Visit a parse tree produced by
EvokeParser#id. |
T |
visitIncrease(EvokeParser.IncreaseContext ctx)
Visit a parse tree produced by
EvokeParser#increase. |
T |
visitIndex(EvokeParser.IndexContext ctx)
Visit a parse tree produced by
EvokeParser#index. |
T |
visitIndexFrom(EvokeParser.IndexFromContext ctx)
Visit a parse tree produced by
EvokeParser#indexFrom. |
T |
visitIndexOfFrom(EvokeParser.IndexOfFromContext ctx)
Visit a parse tree produced by
EvokeParser#indexOfFrom. |
T |
visitIndexType(EvokeParser.IndexTypeContext ctx)
Visit a parse tree produced by
EvokeParser.indexType(). |
T |
visitInit(EvokeParser.InitContext ctx)
Visit a parse tree produced by
EvokeParser.init(). |
T |
visitInterval(EvokeParser.IntervalContext ctx)
Visit a parse tree produced by
EvokeParser#interval. |
T |
visitIsAfter(EvokeParser.IsAfterContext ctx)
Visit a parse tree produced by
EvokeParser#isAfter. |
T |
visitIsBefore(EvokeParser.IsBeforeContext ctx)
Visit a parse tree produced by
EvokeParser#isBefore. |
T |
visitIsDataType(EvokeParser.IsDataTypeContext ctx)
Visit a parse tree produced by
EvokeParser#isDataType. |
T |
visitIsEqual(EvokeParser.IsEqualContext ctx)
Visit a parse tree produced by
EvokeParser#isEqual. |
T |
visitIsGreaterThan(EvokeParser.IsGreaterThanContext ctx)
Visit a parse tree produced by
EvokeParser#isGreaterThan. |
T |
visitIsGreaterThanOrEqual(EvokeParser.IsGreaterThanOrEqualContext ctx)
Visit a parse tree produced by
EvokeParser#isGreaterThanOrEqual. |
T |
visitIsIn(EvokeParser.IsInContext ctx)
Visit a parse tree produced by
EvokeParser#isIn. |
T |
visitIsLessThan(EvokeParser.IsLessThanContext ctx)
Visit a parse tree produced by
EvokeParser#isLessThan. |
T |
visitIsLessThanOrEqual(EvokeParser.IsLessThanOrEqualContext ctx)
Visit a parse tree produced by
EvokeParser#isLessThanOrEqual. |
T |
visitIsNotEqual(EvokeParser.IsNotEqualContext ctx)
Visit a parse tree produced by
EvokeParser#isNotEqual. |
T |
visitIsObjectType(EvokeParser.IsObjectTypeContext ctx)
Visit a parse tree produced by
EvokeParser#isObjectType. |
T |
visitIsWithinFollowing(EvokeParser.IsWithinFollowingContext ctx)
Visit a parse tree produced by
EvokeParser#isWithinFollowing. |
T |
visitIsWithinPast(EvokeParser.IsWithinPastContext ctx)
Visit a parse tree produced by
EvokeParser#isWithinPast. |
T |
visitIsWithinPreceding(EvokeParser.IsWithinPrecedingContext ctx)
Visit a parse tree produced by
EvokeParser#isWithinPreceding. |
T |
visitIsWithinSameDay(EvokeParser.IsWithinSameDayContext ctx)
Visit a parse tree produced by
EvokeParser#isWithinSameDay. |
T |
visitIsWithinSurrounding(EvokeParser.IsWithinSurroundingContext ctx)
Visit a parse tree produced by
EvokeParser#isWithinSurrounding. |
T |
visitIsWithinTo(EvokeParser.IsWithinToContext ctx)
Visit a parse tree produced by
EvokeParser#isWithinTo. |
T |
visitLast(EvokeParser.LastContext ctx)
Visit a parse tree produced by
EvokeParser#last. |
T |
visitLastFrom(EvokeParser.LastFromContext ctx)
Visit a parse tree produced by
EvokeParser#lastFrom. |
T |
visitLatest(EvokeParser.LatestContext ctx)
Visit a parse tree produced by
EvokeParser#latest. |
T |
visitLatestFrom(EvokeParser.LatestFromContext ctx)
Visit a parse tree produced by
EvokeParser#latestFrom. |
T |
visitLength(EvokeParser.LengthContext ctx)
Visit a parse tree produced by
EvokeParser#length. |
T |
visitLog(EvokeParser.LogContext ctx)
Visit a parse tree produced by
EvokeParser#log. |
T |
visitLog10(EvokeParser.Log10Context ctx)
Visit a parse tree produced by
EvokeParser#log10. |
T |
visitLowercase(EvokeParser.LowercaseContext ctx)
Visit a parse tree produced by
EvokeParser#lowercase. |
T |
visitMatches(EvokeParser.MatchesContext ctx)
Visit a parse tree produced by
EvokeParser#matches. |
T |
visitMaximum(EvokeParser.MaximumContext ctx)
Visit a parse tree produced by
EvokeParser#maximum. |
T |
visitMaximumFrom(EvokeParser.MaximumFromContext ctx)
Visit a parse tree produced by
EvokeParser#maximumFrom. |
T |
visitMedian(EvokeParser.MedianContext ctx)
Visit a parse tree produced by
EvokeParser#median. |
T |
visitMerge(EvokeParser.MergeContext ctx)
Visit a parse tree produced by
EvokeParser#merge. |
T |
visitMinimum(EvokeParser.MinimumContext ctx)
Visit a parse tree produced by
EvokeParser#minimum. |
T |
visitMinimumFrom(EvokeParser.MinimumFromContext ctx)
Visit a parse tree produced by
EvokeParser#minimumFrom. |
T |
visitMultiply(EvokeParser.MultiplyContext ctx)
Visit a parse tree produced by
EvokeParser#multiply. |
T |
visitNearest(EvokeParser.NearestContext ctx)
Visit a parse tree produced by
EvokeParser#nearest. |
T |
visitNewObject(EvokeParser.NewObjectContext ctx)
Visit a parse tree produced by
EvokeParser#newObject. |
T |
visitNo(EvokeParser.NoContext ctx)
Visit a parse tree produced by
EvokeParser#no. |
T |
visitNot(EvokeParser.NotContext ctx)
Visit a parse tree produced by
EvokeParser#not. |
T |
visitNow(EvokeParser.NowContext ctx)
Visit a parse tree produced by
EvokeParser#now. |
T |
visitNullVal(EvokeParser.NullValContext ctx)
Visit a parse tree produced by
EvokeParser#nullVal. |
T |
visitNumberVal(EvokeParser.NumberValContext ctx)
Visit a parse tree produced by
EvokeParser#numberVal. |
T |
visitObjNamedWith(EvokeParser.ObjNamedWithContext ctx)
Visit a parse tree produced by
EvokeParser.objNamedWith(). |
T |
visitObjOrderedWith(EvokeParser.ObjOrderedWithContext ctx)
Visit a parse tree produced by
EvokeParser.objOrderedWith(). |
T |
visitOccurAfter(EvokeParser.OccurAfterContext ctx)
Visit a parse tree produced by
EvokeParser#occurAfter. |
T |
visitOccurBefore(EvokeParser.OccurBeforeContext ctx)
Visit a parse tree produced by
EvokeParser#occurBefore. |
T |
visitOccurEqual(EvokeParser.OccurEqualContext ctx)
Visit a parse tree produced by
EvokeParser#occurEqual. |
T |
visitOccurWithinFollowing(EvokeParser.OccurWithinFollowingContext ctx)
Visit a parse tree produced by
EvokeParser#occurWithinFollowing. |
T |
visitOccurWithinPast(EvokeParser.OccurWithinPastContext ctx)
Visit a parse tree produced by
EvokeParser#occurWithinPast. |
T |
visitOccurWithinPreceding(EvokeParser.OccurWithinPrecedingContext ctx)
Visit a parse tree produced by
EvokeParser#occurWithinPreceding. |
T |
visitOccurWithinSameDay(EvokeParser.OccurWithinSameDayContext ctx)
Visit a parse tree produced by
EvokeParser#occurWithinSameDay. |
T |
visitOccurWithinSurrounding(EvokeParser.OccurWithinSurroundingContext ctx)
Visit a parse tree produced by
EvokeParser#occurWithinSurrounding. |
T |
visitOccurWithinTo(EvokeParser.OccurWithinToContext ctx)
Visit a parse tree produced by
EvokeParser#occurWithinTo. |
T |
visitOr(EvokeParser.OrContext ctx)
Visit a parse tree produced by
EvokeParser#or. |
T |
visitParens(EvokeParser.ParensContext ctx)
Visit a parse tree produced by
EvokeParser#parens. |
T |
visitPerEventTrigger(EvokeParser.PerEventTriggerContext ctx)
Visit a parse tree produced by
EvokeParser.perEventTrigger(). |
T |
visitPrint(EvokeParser.PrintContext ctx)
Visit a parse tree produced by
EvokeParser.print(). |
T |
visitRaiseToPower(EvokeParser.RaiseToPowerContext ctx)
Visit a parse tree produced by
EvokeParser#raiseToPower. |
T |
visitRelTimeVal(EvokeParser.RelTimeValContext ctx)
Visit a parse tree produced by
EvokeParser.relTimeVal(). |
T |
visitRemoveFromList(EvokeParser.RemoveFromListContext ctx)
Visit a parse tree produced by
EvokeParser#removeFromList. |
T |
visitReplace(EvokeParser.ReplaceContext ctx)
Visit a parse tree produced by
EvokeParser#replace. |
T |
visitReverse(EvokeParser.ReverseContext ctx)
Visit a parse tree produced by
EvokeParser#reverse. |
T |
visitRound(EvokeParser.RoundContext ctx)
Visit a parse tree produced by
EvokeParser#round. |
T |
visitSeqto(EvokeParser.SeqtoContext ctx)
Visit a parse tree produced by
EvokeParser#seqto. |
T |
visitSimpleTrigger(EvokeParser.SimpleTriggerContext ctx)
Visit a parse tree produced by
EvokeParser.simpleTrigger(int). |
T |
visitSine(EvokeParser.SineContext ctx)
Visit a parse tree produced by
EvokeParser#sine. |
T |
visitSort(EvokeParser.SortContext ctx)
Visit a parse tree produced by
EvokeParser#sort. |
T |
visitSqrt(EvokeParser.SqrtContext ctx)
Visit a parse tree produced by
EvokeParser#sqrt. |
T |
visitStdDev(EvokeParser.StdDevContext ctx)
Visit a parse tree produced by
EvokeParser#stdDev. |
T |
visitStmt(EvokeParser.StmtContext ctx)
Visit a parse tree produced by
EvokeParser.stmt(). |
T |
visitStringVal(EvokeParser.StringValContext ctx)
Visit a parse tree produced by
EvokeParser#stringVal. |
T |
visitSubList(EvokeParser.SubListContext ctx)
Visit a parse tree produced by
EvokeParser#subList. |
T |
visitSubstring(EvokeParser.SubstringContext ctx)
Visit a parse tree produced by
EvokeParser#substring. |
T |
visitSubtract(EvokeParser.SubtractContext ctx)
Visit a parse tree produced by
EvokeParser#subtract. |
T |
visitSum(EvokeParser.SumContext ctx)
Visit a parse tree produced by
EvokeParser#sum. |
T |
visitTangent(EvokeParser.TangentContext ctx)
Visit a parse tree produced by
EvokeParser#tangent. |
T |
visitTemporalUnit(EvokeParser.TemporalUnitContext ctx)
Visit a parse tree produced by
EvokeParser.temporalUnit(). |
T |
visitTimeExpr(EvokeParser.TimeExprContext ctx)
Visit a parse tree produced by
EvokeParser.timeExpr(). |
T |
visitTimeExprComponent(EvokeParser.TimeExprComponentContext ctx)
Visit a parse tree produced by
EvokeParser.timeExprComponent(). |
T |
visitTimeExprSimple(EvokeParser.TimeExprSimpleContext ctx)
Visit a parse tree produced by
EvokeParser.timeExprSimple(). |
T |
visitTimeExprSimpleComponent(EvokeParser.TimeExprSimpleComponentContext ctx)
Visit a parse tree produced by
EvokeParser.timeExprSimpleComponent(). |
T |
visitTimeFunc(EvokeParser.TimeFuncContext ctx)
Visit a parse tree produced by
EvokeParser#timeFunc. |
T |
visitTimeOfDayFunc(EvokeParser.TimeOfDayFuncContext ctx)
Visit a parse tree produced by
EvokeParser#timeOfDayFunc. |
T |
visitTimeOfDayVal(EvokeParser.TimeOfDayValContext ctx)
Visit a parse tree produced by
EvokeParser#timeOfDayVal. |
T |
visitTimeVal(EvokeParser.TimeValContext ctx)
Visit a parse tree produced by
EvokeParser#timeVal. |
T |
visitTrim(EvokeParser.TrimContext ctx)
Visit a parse tree produced by
EvokeParser#trim. |
T |
visitTruncate(EvokeParser.TruncateContext ctx)
Visit a parse tree produced by
EvokeParser#truncate. |
T |
visitUnaryList(EvokeParser.UnaryListContext ctx)
Visit a parse tree produced by
EvokeParser#unaryList. |
T |
visitUnaryMinus(EvokeParser.UnaryMinusContext ctx)
Visit a parse tree produced by
EvokeParser#unaryMinus. |
T |
visitUnaryPlus(EvokeParser.UnaryPlusContext ctx)
Visit a parse tree produced by
EvokeParser#unaryPlus. |
T |
visitUppercase(EvokeParser.UppercaseContext ctx)
Visit a parse tree produced by
EvokeParser#uppercase. |
T |
visitVariance(EvokeParser.VarianceContext ctx)
Visit a parse tree produced by
EvokeParser#variance. |
T |
visitWhere(EvokeParser.WhereContext ctx)
Visit a parse tree produced by
EvokeParser#where. |
T |
visitWhereTimeIsPresent(EvokeParser.WhereTimeIsPresentContext ctx)
Visit a parse tree produced by
EvokeParser#whereTimeIsPresent. |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitDurationExpr(@NotNull EvokeParser.DurationExprContext ctx)
EvokeParser.durationExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitDurationExpr in interface EvokeVisitor<T>ctx - the parse treepublic T visitArccos(@NotNull EvokeParser.ArccosContext ctx)
EvokeParser#arccos.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitArccos in interface EvokeVisitor<T>ctx - the parse treepublic T visitNo(@NotNull EvokeParser.NoContext ctx)
EvokeParser#no.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitNo in interface EvokeVisitor<T>ctx - the parse treepublic T visitAsString(@NotNull EvokeParser.AsStringContext ctx)
EvokeParser#asString.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAsString in interface EvokeVisitor<T>ctx - the parse treepublic T visitFirstFrom(@NotNull EvokeParser.FirstFromContext ctx)
EvokeParser#firstFrom.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitFirstFrom in interface EvokeVisitor<T>ctx - the parse treepublic T visitDot(@NotNull EvokeParser.DotContext ctx)
EvokeParser#dot.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitDot in interface EvokeVisitor<T>ctx - the parse treepublic T visitTemporalUnit(@NotNull EvokeParser.TemporalUnitContext ctx)
EvokeParser.temporalUnit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTemporalUnit in interface EvokeVisitor<T>ctx - the parse treepublic T visitMinimumFrom(@NotNull EvokeParser.MinimumFromContext ctx)
EvokeParser#minimumFrom.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitMinimumFrom in interface EvokeVisitor<T>ctx - the parse treepublic T visitIndexType(@NotNull EvokeParser.IndexTypeContext ctx)
EvokeParser.indexType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIndexType in interface EvokeVisitor<T>ctx - the parse treepublic T visitMatches(@NotNull EvokeParser.MatchesContext ctx)
EvokeParser#matches.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitMatches in interface EvokeVisitor<T>ctx - the parse treepublic T visitDurationUnit(@NotNull EvokeParser.DurationUnitContext ctx)
EvokeParser.durationUnit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitDurationUnit in interface EvokeVisitor<T>ctx - the parse treepublic T visitAbs(@NotNull EvokeParser.AbsContext ctx)
EvokeParser#abs.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAbs in interface EvokeVisitor<T>ctx - the parse treepublic T visitIsIn(@NotNull EvokeParser.IsInContext ctx)
EvokeParser#isIn.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIsIn in interface EvokeVisitor<T>ctx - the parse treepublic T visitIndexOfFrom(@NotNull EvokeParser.IndexOfFromContext ctx)
EvokeParser#indexOfFrom.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIndexOfFrom in interface EvokeVisitor<T>ctx - the parse treepublic T visitSubstring(@NotNull EvokeParser.SubstringContext ctx)
EvokeParser#substring.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitSubstring in interface EvokeVisitor<T>ctx - the parse treepublic T visitElement(@NotNull EvokeParser.ElementContext ctx)
EvokeParser#element.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitElement in interface EvokeVisitor<T>ctx - the parse treepublic T visitClone(@NotNull EvokeParser.CloneContext ctx)
Object.clone().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitClone in interface EvokeVisitor<T>ctx - the parse treepublic T visitOccurEqual(@NotNull EvokeParser.OccurEqualContext ctx)
EvokeParser#occurEqual.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitOccurEqual in interface EvokeVisitor<T>ctx - the parse treepublic T visitIsWithinFollowing(@NotNull EvokeParser.IsWithinFollowingContext ctx)
EvokeParser#isWithinFollowing.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIsWithinFollowing in interface EvokeVisitor<T>ctx - the parse treepublic T visitUnaryMinus(@NotNull EvokeParser.UnaryMinusContext ctx)
EvokeParser#unaryMinus.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitUnaryMinus in interface EvokeVisitor<T>ctx - the parse treepublic T visitOr(@NotNull EvokeParser.OrContext ctx)
EvokeParser#or.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitOr in interface EvokeVisitor<T>ctx - the parse treepublic T visitUnaryList(@NotNull EvokeParser.UnaryListContext ctx)
EvokeParser#unaryList.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitUnaryList in interface EvokeVisitor<T>ctx - the parse treepublic T visitParens(@NotNull EvokeParser.ParensContext ctx)
EvokeParser#parens.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitParens in interface EvokeVisitor<T>ctx - the parse treepublic T visitTimeExprComponent(@NotNull EvokeParser.TimeExprComponentContext ctx)
EvokeParser.timeExprComponent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTimeExprComponent in interface EvokeVisitor<T>ctx - the parse treepublic T visitLog(@NotNull EvokeParser.LogContext ctx)
EvokeParser#log.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitLog in interface EvokeVisitor<T>ctx - the parse treepublic T visitAtMostOrLeast(@NotNull EvokeParser.AtMostOrLeastContext ctx)
EvokeParser#atMostOrLeast.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAtMostOrLeast in interface EvokeVisitor<T>ctx - the parse treepublic T visitExtract(@NotNull EvokeParser.ExtractContext ctx)
EvokeParser#extract.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitExtract in interface EvokeVisitor<T>ctx - the parse treepublic T visitTimeOfDayVal(@NotNull EvokeParser.TimeOfDayValContext ctx)
EvokeParser#timeOfDayVal.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTimeOfDayVal in interface EvokeVisitor<T>ctx - the parse treepublic T visitNot(@NotNull EvokeParser.NotContext ctx)
EvokeParser#not.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitNot in interface EvokeVisitor<T>ctx - the parse treepublic T visitMedian(@NotNull EvokeParser.MedianContext ctx)
EvokeParser#median.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitMedian in interface EvokeVisitor<T>ctx - the parse treepublic T visitFloor(@NotNull EvokeParser.FloorContext ctx)
EvokeParser#floor.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitFloor in interface EvokeVisitor<T>ctx - the parse treepublic T visitNow(@NotNull EvokeParser.NowContext ctx)
EvokeParser#now.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitNow in interface EvokeVisitor<T>ctx - the parse treepublic T visitTruncate(@NotNull EvokeParser.TruncateContext ctx)
EvokeParser#truncate.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTruncate in interface EvokeVisitor<T>ctx - the parse treepublic T visitIsLessThanOrEqual(@NotNull EvokeParser.IsLessThanOrEqualContext ctx)
EvokeParser#isLessThanOrEqual.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIsLessThanOrEqual in interface EvokeVisitor<T>ctx - the parse treepublic T visitNullVal(@NotNull EvokeParser.NullValContext ctx)
EvokeParser#nullVal.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitNullVal in interface EvokeVisitor<T>ctx - the parse treepublic T visitOccurBefore(@NotNull EvokeParser.OccurBeforeContext ctx)
EvokeParser#occurBefore.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitOccurBefore in interface EvokeVisitor<T>ctx - the parse treepublic T visitWhereTimeIsPresent(@NotNull EvokeParser.WhereTimeIsPresentContext ctx)
EvokeParser#whereTimeIsPresent.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitWhereTimeIsPresent in interface EvokeVisitor<T>ctx - the parse treepublic T visitSort(@NotNull EvokeParser.SortContext ctx)
EvokeParser#sort.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitSort in interface EvokeVisitor<T>ctx - the parse treepublic T visitInterval(@NotNull EvokeParser.IntervalContext ctx)
EvokeParser#interval.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitInterval in interface EvokeVisitor<T>ctx - the parse treepublic T visitMinimum(@NotNull EvokeParser.MinimumContext ctx)
EvokeParser#minimum.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitMinimum in interface EvokeVisitor<T>ctx - the parse treepublic T visitBefore(@NotNull EvokeParser.BeforeContext ctx)
EvokeParser#before.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitBefore in interface EvokeVisitor<T>ctx - the parse treepublic T visitMerge(@NotNull EvokeParser.MergeContext ctx)
EvokeParser#merge.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitMerge in interface EvokeVisitor<T>ctx - the parse treepublic T visitIsLessThan(@NotNull EvokeParser.IsLessThanContext ctx)
EvokeParser#isLessThan.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIsLessThan in interface EvokeVisitor<T>ctx - the parse treepublic T visitIsBefore(@NotNull EvokeParser.IsBeforeContext ctx)
EvokeParser#isBefore.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIsBefore in interface EvokeVisitor<T>ctx - the parse treepublic T visitUnaryPlus(@NotNull EvokeParser.UnaryPlusContext ctx)
EvokeParser#unaryPlus.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitUnaryPlus in interface EvokeVisitor<T>ctx - the parse treepublic T visitLength(@NotNull EvokeParser.LengthContext ctx)
EvokeParser#length.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitLength in interface EvokeVisitor<T>ctx - the parse treepublic T visitAddToList(@NotNull EvokeParser.AddToListContext ctx)
EvokeParser#addToList.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAddToList in interface EvokeVisitor<T>ctx - the parse treepublic T visitAtTime(@NotNull EvokeParser.AtTimeContext ctx)
EvokeParser#atTime.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAtTime in interface EvokeVisitor<T>ctx - the parse treepublic T visitOccurWithinFollowing(@NotNull EvokeParser.OccurWithinFollowingContext ctx)
EvokeParser#occurWithinFollowing.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitOccurWithinFollowing in interface EvokeVisitor<T>ctx - the parse treepublic T visitEarliestFrom(@NotNull EvokeParser.EarliestFromContext ctx)
EvokeParser#earliestFrom.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitEarliestFrom in interface EvokeVisitor<T>ctx - the parse treepublic T visitOccurWithinPreceding(@NotNull EvokeParser.OccurWithinPrecedingContext ctx)
EvokeParser#occurWithinPreceding.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitOccurWithinPreceding in interface EvokeVisitor<T>ctx - the parse treepublic T visitReverse(@NotNull EvokeParser.ReverseContext ctx)
EvokeParser#reverse.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitReverse in interface EvokeVisitor<T>ctx - the parse treepublic T visitIsDataType(@NotNull EvokeParser.IsDataTypeContext ctx)
EvokeParser#isDataType.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIsDataType in interface EvokeVisitor<T>ctx - the parse treepublic T visitArctan(@NotNull EvokeParser.ArctanContext ctx)
EvokeParser#arctan.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitArctan in interface EvokeVisitor<T>ctx - the parse treepublic T visitSqrt(@NotNull EvokeParser.SqrtContext ctx)
EvokeParser#sqrt.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitSqrt in interface EvokeVisitor<T>ctx - the parse treepublic T visitOccurWithinPast(@NotNull EvokeParser.OccurWithinPastContext ctx)
EvokeParser#occurWithinPast.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitOccurWithinPast in interface EvokeVisitor<T>ctx - the parse treepublic T visitAsNumber(@NotNull EvokeParser.AsNumberContext ctx)
EvokeParser#asNumber.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAsNumber in interface EvokeVisitor<T>ctx - the parse treepublic T visitDivide(@NotNull EvokeParser.DivideContext ctx)
EvokeParser#divide.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitDivide in interface EvokeVisitor<T>ctx - the parse treepublic T visitStringVal(@NotNull EvokeParser.StringValContext ctx)
EvokeParser#stringVal.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitStringVal in interface EvokeVisitor<T>ctx - the parse treepublic T visitReplace(@NotNull EvokeParser.ReplaceContext ctx)
EvokeParser#replace.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitReplace in interface EvokeVisitor<T>ctx - the parse treepublic T visitArcsin(@NotNull EvokeParser.ArcsinContext ctx)
EvokeParser#arcsin.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitArcsin in interface EvokeVisitor<T>ctx - the parse treepublic T visitIsWithinTo(@NotNull EvokeParser.IsWithinToContext ctx)
EvokeParser#isWithinTo.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIsWithinTo in interface EvokeVisitor<T>ctx - the parse treepublic T visitMaximumFrom(@NotNull EvokeParser.MaximumFromContext ctx)
EvokeParser#maximumFrom.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitMaximumFrom in interface EvokeVisitor<T>ctx - the parse treepublic T visitIsWithinSurrounding(@NotNull EvokeParser.IsWithinSurroundingContext ctx)
EvokeParser#isWithinSurrounding.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIsWithinSurrounding in interface EvokeVisitor<T>ctx - the parse treepublic T visitIsObjectType(@NotNull EvokeParser.IsObjectTypeContext ctx)
EvokeParser#isObjectType.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIsObjectType in interface EvokeVisitor<T>ctx - the parse treepublic T visitAgo(@NotNull EvokeParser.AgoContext ctx)
EvokeParser#ago.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAgo in interface EvokeVisitor<T>ctx - the parse treepublic T visitDecrease(@NotNull EvokeParser.DecreaseContext ctx)
EvokeParser#decrease.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitDecrease in interface EvokeVisitor<T>ctx - the parse treepublic T visitStdDev(@NotNull EvokeParser.StdDevContext ctx)
EvokeParser#stdDev.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitStdDev in interface EvokeVisitor<T>ctx - the parse treepublic T visitExtractChars(@NotNull EvokeParser.ExtractCharsContext ctx)
EvokeParser#extractChars.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitExtractChars in interface EvokeVisitor<T>ctx - the parse treepublic T visitLast(@NotNull EvokeParser.LastContext ctx)
EvokeParser#last.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitLast in interface EvokeVisitor<T>ctx - the parse treepublic T visitCount(@NotNull EvokeParser.CountContext ctx)
EvokeParser#count.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitCount in interface EvokeVisitor<T>ctx - the parse treepublic T visitNumberVal(@NotNull EvokeParser.NumberValContext ctx)
EvokeParser#numberVal.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitNumberVal in interface EvokeVisitor<T>ctx - the parse treepublic T visitBooleanVal(@NotNull EvokeParser.BooleanValContext ctx)
EvokeParser#booleanVal.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitBooleanVal in interface EvokeVisitor<T>ctx - the parse treepublic T visitRound(@NotNull EvokeParser.RoundContext ctx)
EvokeParser#round.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitRound in interface EvokeVisitor<T>ctx - the parse treepublic T visitWhere(@NotNull EvokeParser.WhereContext ctx)
EvokeParser#where.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitWhere in interface EvokeVisitor<T>ctx - the parse treepublic T visitSimpleTrigger(@NotNull EvokeParser.SimpleTriggerContext ctx)
EvokeParser.simpleTrigger(int).
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitSimpleTrigger in interface EvokeVisitor<T>ctx - the parse treepublic T visitIsWithinPreceding(@NotNull EvokeParser.IsWithinPrecedingContext ctx)
EvokeParser#isWithinPreceding.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIsWithinPreceding in interface EvokeVisitor<T>ctx - the parse treepublic T visitLastFrom(@NotNull EvokeParser.LastFromContext ctx)
EvokeParser#lastFrom.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitLastFrom in interface EvokeVisitor<T>ctx - the parse treepublic T visitBinaryList(@NotNull EvokeParser.BinaryListContext ctx)
EvokeParser#binaryList.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitBinaryList in interface EvokeVisitor<T>ctx - the parse treepublic T visitIsAfter(@NotNull EvokeParser.IsAfterContext ctx)
EvokeParser#isAfter.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIsAfter in interface EvokeVisitor<T>ctx - the parse treepublic T visitAfter(@NotNull EvokeParser.AfterContext ctx)
EvokeParser#after.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAfter in interface EvokeVisitor<T>ctx - the parse treepublic T visitBuildString(@NotNull EvokeParser.BuildStringContext ctx)
EvokeParser#buildString.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitBuildString in interface EvokeVisitor<T>ctx - the parse treepublic T visitUppercase(@NotNull EvokeParser.UppercaseContext ctx)
EvokeParser#uppercase.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitUppercase in interface EvokeVisitor<T>ctx - the parse treepublic T visitOccurWithinTo(@NotNull EvokeParser.OccurWithinToContext ctx)
EvokeParser#occurWithinTo.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitOccurWithinTo in interface EvokeVisitor<T>ctx - the parse treepublic T visitEarliest(@NotNull EvokeParser.EarliestContext ctx)
EvokeParser#earliest.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitEarliest in interface EvokeVisitor<T>ctx - the parse treepublic T visitOccurWithinSameDay(@NotNull EvokeParser.OccurWithinSameDayContext ctx)
EvokeParser#occurWithinSameDay.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitOccurWithinSameDay in interface EvokeVisitor<T>ctx - the parse treepublic T visitDayOfWeekFunc(@NotNull EvokeParser.DayOfWeekFuncContext ctx)
EvokeParser#dayOfWeekFunc.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitDayOfWeekFunc in interface EvokeVisitor<T>ctx - the parse treepublic T visitAny(@NotNull EvokeParser.AnyContext ctx)
EvokeParser#any.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAny in interface EvokeVisitor<T>ctx - the parse treepublic T visitIsWithinSameDay(@NotNull EvokeParser.IsWithinSameDayContext ctx)
EvokeParser#isWithinSameDay.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIsWithinSameDay in interface EvokeVisitor<T>ctx - the parse treepublic T visitSubList(@NotNull EvokeParser.SubListContext ctx)
EvokeParser#subList.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitSubList in interface EvokeVisitor<T>ctx - the parse treepublic T visitObjNamedWith(@NotNull EvokeParser.ObjNamedWithContext ctx)
EvokeParser.objNamedWith().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitObjNamedWith in interface EvokeVisitor<T>ctx - the parse treepublic T visitConstTimeVal(@NotNull EvokeParser.ConstTimeValContext ctx)
EvokeParser.constTimeVal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitConstTimeVal in interface EvokeVisitor<T>ctx - the parse treepublic T visitIndex(@NotNull EvokeParser.IndexContext ctx)
EvokeParser#index.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIndex in interface EvokeVisitor<T>ctx - the parse treepublic T visitInit(@NotNull EvokeParser.InitContext ctx)
EvokeParser.init().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitInit in interface EvokeVisitor<T>ctx - the parse treepublic T visitTimeExprSimple(@NotNull EvokeParser.TimeExprSimpleContext ctx)
EvokeParser.timeExprSimple().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTimeExprSimple in interface EvokeVisitor<T>ctx - the parse treepublic T visitLatestFrom(@NotNull EvokeParser.LatestFromContext ctx)
EvokeParser#latestFrom.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitLatestFrom in interface EvokeVisitor<T>ctx - the parse treepublic T visitIndexFrom(@NotNull EvokeParser.IndexFromContext ctx)
EvokeParser#indexFrom.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIndexFrom in interface EvokeVisitor<T>ctx - the parse treepublic T visitAnd(@NotNull EvokeParser.AndContext ctx)
EvokeParser#and.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAnd in interface EvokeVisitor<T>ctx - the parse treepublic T visitIsGreaterThanOrEqual(@NotNull EvokeParser.IsGreaterThanOrEqualContext ctx)
EvokeParser#isGreaterThanOrEqual.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIsGreaterThanOrEqual in interface EvokeVisitor<T>ctx - the parse treepublic T visitExtractAttrNames(@NotNull EvokeParser.ExtractAttrNamesContext ctx)
EvokeParser#extractAttrNames.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitExtractAttrNames in interface EvokeVisitor<T>ctx - the parse treepublic T visitExp(@NotNull EvokeParser.ExpContext ctx)
EvokeParser#exp.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitExp in interface EvokeVisitor<T>ctx - the parse treepublic T visitSine(@NotNull EvokeParser.SineContext ctx)
EvokeParser#sine.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitSine in interface EvokeVisitor<T>ctx - the parse treepublic T visitCeiling(@NotNull EvokeParser.CeilingContext ctx)
EvokeParser#ceiling.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitCeiling in interface EvokeVisitor<T>ctx - the parse treepublic T visitIsEqual(@NotNull EvokeParser.IsEqualContext ctx)
EvokeParser#isEqual.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIsEqual in interface EvokeVisitor<T>ctx - the parse treepublic T visitMaximum(@NotNull EvokeParser.MaximumContext ctx)
EvokeParser#maximum.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitMaximum in interface EvokeVisitor<T>ctx - the parse treepublic T visitAsTime(@NotNull EvokeParser.AsTimeContext ctx)
EvokeParser#asTime.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAsTime in interface EvokeVisitor<T>ctx - the parse treepublic T visitTangent(@NotNull EvokeParser.TangentContext ctx)
EvokeParser#tangent.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTangent in interface EvokeVisitor<T>ctx - the parse treepublic T visitIsGreaterThan(@NotNull EvokeParser.IsGreaterThanContext ctx)
EvokeParser#isGreaterThan.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIsGreaterThan in interface EvokeVisitor<T>ctx - the parse treepublic T visitOccurAfter(@NotNull EvokeParser.OccurAfterContext ctx)
EvokeParser#occurAfter.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitOccurAfter in interface EvokeVisitor<T>ctx - the parse treepublic T visitTimeExprSimpleComponent(@NotNull EvokeParser.TimeExprSimpleComponentContext ctx)
EvokeParser.timeExprSimpleComponent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTimeExprSimpleComponent in interface EvokeVisitor<T>ctx - the parse treepublic T visitPerEventTrigger(@NotNull EvokeParser.PerEventTriggerContext ctx)
EvokeParser.perEventTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitPerEventTrigger in interface EvokeVisitor<T>ctx - the parse treepublic T visitSum(@NotNull EvokeParser.SumContext ctx)
EvokeParser#sum.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitSum in interface EvokeVisitor<T>ctx - the parse treepublic T visitAdd(@NotNull EvokeParser.AddContext ctx)
EvokeParser#add.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAdd in interface EvokeVisitor<T>ctx - the parse treepublic T visitSeqto(@NotNull EvokeParser.SeqtoContext ctx)
EvokeParser#seqto.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitSeqto in interface EvokeVisitor<T>ctx - the parse treepublic T visitTimeOfDayFunc(@NotNull EvokeParser.TimeOfDayFuncContext ctx)
EvokeParser#timeOfDayFunc.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTimeOfDayFunc in interface EvokeVisitor<T>ctx - the parse treepublic T visitOccurWithinSurrounding(@NotNull EvokeParser.OccurWithinSurroundingContext ctx)
EvokeParser#occurWithinSurrounding.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitOccurWithinSurrounding in interface EvokeVisitor<T>ctx - the parse treepublic T visitId(@NotNull EvokeParser.IdContext ctx)
EvokeParser#id.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitId in interface EvokeVisitor<T>ctx - the parse treepublic T visitNewObject(@NotNull EvokeParser.NewObjectContext ctx)
EvokeParser#newObject.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitNewObject in interface EvokeVisitor<T>ctx - the parse treepublic T visitAttributeFrom(@NotNull EvokeParser.AttributeFromContext ctx)
EvokeParser#attributeFrom.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAttributeFrom in interface EvokeVisitor<T>ctx - the parse treepublic T visitLowercase(@NotNull EvokeParser.LowercaseContext ctx)
EvokeParser#lowercase.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitLowercase in interface EvokeVisitor<T>ctx - the parse treepublic T visitObjOrderedWith(@NotNull EvokeParser.ObjOrderedWithContext ctx)
EvokeParser.objOrderedWith().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitObjOrderedWith in interface EvokeVisitor<T>ctx - the parse treepublic T visitTimeVal(@NotNull EvokeParser.TimeValContext ctx)
EvokeParser#timeVal.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTimeVal in interface EvokeVisitor<T>ctx - the parse treepublic T visitConstPerTimeTrigger(@NotNull EvokeParser.ConstPerTimeTriggerContext ctx)
EvokeParser.constPerTimeTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitConstPerTimeTrigger in interface EvokeVisitor<T>ctx - the parse treepublic T visitTrim(@NotNull EvokeParser.TrimContext ctx)
EvokeParser#trim.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTrim in interface EvokeVisitor<T>ctx - the parse treepublic T visitExist(@NotNull EvokeParser.ExistContext ctx)
EvokeParser#exist.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitExist in interface EvokeVisitor<T>ctx - the parse treepublic T visitDayOfWeek(@NotNull EvokeParser.DayOfWeekContext ctx)
EvokeParser#dayOfWeek.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitDayOfWeek in interface EvokeVisitor<T>ctx - the parse treepublic T visitAll(@NotNull EvokeParser.AllContext ctx)
EvokeParser#all.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAll in interface EvokeVisitor<T>ctx - the parse treepublic T visitTimeExpr(@NotNull EvokeParser.TimeExprContext ctx)
EvokeParser.timeExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTimeExpr in interface EvokeVisitor<T>ctx - the parse treepublic T visitCosine(@NotNull EvokeParser.CosineContext ctx)
EvokeParser#cosine.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitCosine in interface EvokeVisitor<T>ctx - the parse treepublic T visitStmt(@NotNull EvokeParser.StmtContext ctx)
EvokeParser.stmt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitStmt in interface EvokeVisitor<T>ctx - the parse treepublic T visitRemoveFromList(@NotNull EvokeParser.RemoveFromListContext ctx)
EvokeParser#removeFromList.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitRemoveFromList in interface EvokeVisitor<T>ctx - the parse treepublic T visitMultiply(@NotNull EvokeParser.MultiplyContext ctx)
EvokeParser#multiply.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitMultiply in interface EvokeVisitor<T>ctx - the parse treepublic T visitVariance(@NotNull EvokeParser.VarianceContext ctx)
EvokeParser#variance.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitVariance in interface EvokeVisitor<T>ctx - the parse treepublic T visitConcat(@NotNull EvokeParser.ConcatContext ctx)
EvokeParser#concat.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitConcat in interface EvokeVisitor<T>ctx - the parse treepublic T visitNearest(@NotNull EvokeParser.NearestContext ctx)
EvokeParser#nearest.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitNearest in interface EvokeVisitor<T>ctx - the parse treepublic T visitEmptyList(@NotNull EvokeParser.EmptyListContext ctx)
EvokeParser#emptyList.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitEmptyList in interface EvokeVisitor<T>ctx - the parse treepublic T visitPrint(@NotNull EvokeParser.PrintContext ctx)
EvokeParser.print().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitPrint in interface EvokeVisitor<T>ctx - the parse treepublic T visitLog10(@NotNull EvokeParser.Log10Context ctx)
EvokeParser#log10.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitLog10 in interface EvokeVisitor<T>ctx - the parse treepublic T visitConstTimeTrigger(@NotNull EvokeParser.ConstTimeTriggerContext ctx)
EvokeParser.constTimeTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitConstTimeTrigger in interface EvokeVisitor<T>ctx - the parse treepublic T visitCurrentTime(@NotNull EvokeParser.CurrentTimeContext ctx)
EvokeParser#currentTime.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitCurrentTime in interface EvokeVisitor<T>ctx - the parse treepublic T visitSubtract(@NotNull EvokeParser.SubtractContext ctx)
EvokeParser#subtract.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitSubtract in interface EvokeVisitor<T>ctx - the parse treepublic T visitDataType(@NotNull EvokeParser.DataTypeContext ctx)
EvokeParser.dataType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitDataType in interface EvokeVisitor<T>ctx - the parse treepublic T visitDuration(@NotNull EvokeParser.DurationContext ctx)
EvokeParser#duration.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitDuration in interface EvokeVisitor<T>ctx - the parse treepublic T visitFindInString(@NotNull EvokeParser.FindInStringContext ctx)
EvokeParser#findInString.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitFindInString in interface EvokeVisitor<T>ctx - the parse treepublic T visitIsNotEqual(@NotNull EvokeParser.IsNotEqualContext ctx)
EvokeParser#isNotEqual.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIsNotEqual in interface EvokeVisitor<T>ctx - the parse treepublic T visitRelTimeVal(@NotNull EvokeParser.RelTimeValContext ctx)
EvokeParser.relTimeVal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitRelTimeVal in interface EvokeVisitor<T>ctx - the parse treepublic T visitIncrease(@NotNull EvokeParser.IncreaseContext ctx)
EvokeParser#increase.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIncrease in interface EvokeVisitor<T>ctx - the parse treepublic T visitRaiseToPower(@NotNull EvokeParser.RaiseToPowerContext ctx)
EvokeParser#raiseToPower.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitRaiseToPower in interface EvokeVisitor<T>ctx - the parse treepublic T visitTimeFunc(@NotNull EvokeParser.TimeFuncContext ctx)
EvokeParser#timeFunc.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitTimeFunc in interface EvokeVisitor<T>ctx - the parse treepublic T visitLatest(@NotNull EvokeParser.LatestContext ctx)
EvokeParser#latest.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitLatest in interface EvokeVisitor<T>ctx - the parse treepublic T visitIsWithinPast(@NotNull EvokeParser.IsWithinPastContext ctx)
EvokeParser#isWithinPast.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitIsWithinPast in interface EvokeVisitor<T>ctx - the parse treepublic T visitFirst(@NotNull EvokeParser.FirstContext ctx)
EvokeParser#first.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitFirst in interface EvokeVisitor<T>ctx - the parse treepublic T visitDelEventTrigger(@NotNull EvokeParser.DelEventTriggerContext ctx)
EvokeParser.delEventTrigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitDelEventTrigger in interface EvokeVisitor<T>ctx - the parse treepublic T visitAverage(@NotNull EvokeParser.AverageContext ctx)
EvokeParser#average.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.visitAverage in interface EvokeVisitor<T>ctx - the parse treeCopyright © 2015. All rights reserved.