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