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