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