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