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