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