T - The return type of the visit operation. Use Void for
operations with no return type.public class STAQueryOptionsGrammarBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements STAQueryOptionsGrammarVisitor<T>
STAQueryOptionsGrammarVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
STAQueryOptionsGrammarBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitQueryOptions(STAQueryOptionsGrammar.QueryOptionsContext ctx)
STAQueryOptionsGrammar.queryOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryOptions in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSystemQueryOption(STAQueryOptionsGrammar.SystemQueryOptionContext ctx)
STAQueryOptionsGrammar.systemQueryOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSystemQueryOption in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitCount(STAQueryOptionsGrammar.CountContext ctx)
STAQueryOptionsGrammar.count().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCount in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitExpand(STAQueryOptionsGrammar.ExpandContext ctx)
STAQueryOptionsGrammar.expand().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpand in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitExpandItem(STAQueryOptionsGrammar.ExpandItemContext ctx)
STAQueryOptionsGrammar.expandItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpandItem in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitFilter(STAQueryOptionsGrammar.FilterContext ctx)
STAQueryOptionsGrammar.filter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFilter in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitOrderby(STAQueryOptionsGrammar.OrderbyContext ctx)
STAQueryOptionsGrammar.orderby().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderby in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitOrderbyItem(STAQueryOptionsGrammar.OrderbyItemContext ctx)
STAQueryOptionsGrammar.orderbyItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderbyItem in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSkip(STAQueryOptionsGrammar.SkipContext ctx)
STAQueryOptionsGrammar.skip().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSkip in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitTop(STAQueryOptionsGrammar.TopContext ctx)
STAQueryOptionsGrammar.top().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTop in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSelect(STAQueryOptionsGrammar.SelectContext ctx)
STAQueryOptionsGrammar.select().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSelectItem(STAQueryOptionsGrammar.SelectItemContext ctx)
STAQueryOptionsGrammar.selectItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectItem in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitBoolExpr(STAQueryOptionsGrammar.BoolExprContext ctx)
STAQueryOptionsGrammar.boolExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBoolExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitBoolParenExpr(STAQueryOptionsGrammar.BoolParenExprContext ctx)
STAQueryOptionsGrammar.boolParenExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBoolParenExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitAnyExpr(STAQueryOptionsGrammar.AnyExprContext ctx)
STAQueryOptionsGrammar.anyExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAnyExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitParenExpr(STAQueryOptionsGrammar.ParenExprContext ctx)
STAQueryOptionsGrammar.parenExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParenExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitArithmeticExpr(STAQueryOptionsGrammar.ArithmeticExprContext ctx)
STAQueryOptionsGrammar.arithmeticExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArithmeticExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitTimeExpr(STAQueryOptionsGrammar.TimeExprContext ctx)
STAQueryOptionsGrammar.timeExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTimeExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitTextExpr(STAQueryOptionsGrammar.TextExprContext ctx)
STAQueryOptionsGrammar.textExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTextExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeoExpr(STAQueryOptionsGrammar.GeoExprContext ctx)
STAQueryOptionsGrammar.geoExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeoExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitMemberExpr(STAQueryOptionsGrammar.MemberExprContext ctx)
STAQueryOptionsGrammar.memberExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMemberExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitTextMethodCallExpr(STAQueryOptionsGrammar.TextMethodCallExprContext ctx)
STAQueryOptionsGrammar.textMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTextMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitArithmeticMethodCallExpr(STAQueryOptionsGrammar.ArithmeticMethodCallExprContext ctx)
STAQueryOptionsGrammar.arithmeticMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArithmeticMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitTemporalMethodCallExpr(STAQueryOptionsGrammar.TemporalMethodCallExprContext ctx)
STAQueryOptionsGrammar.temporalMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTemporalMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitBoolMethodCallExpr(STAQueryOptionsGrammar.BoolMethodCallExprContext ctx)
STAQueryOptionsGrammar.boolMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBoolMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitTextOrMember(STAQueryOptionsGrammar.TextOrMemberContext ctx)
STAQueryOptionsGrammar.textOrMember().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTextOrMember in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitTemporalOrMemberOrISO8601Timestamp(STAQueryOptionsGrammar.TemporalOrMemberOrISO8601TimestampContext ctx)
STAQueryOptionsGrammar.temporalOrMemberOrISO8601Timestamp().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTemporalOrMemberOrISO8601Timestamp in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeoOrMember(STAQueryOptionsGrammar.GeoOrMemberContext ctx)
STAQueryOptionsGrammar.geoOrMember().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeoOrMember in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitIso8601Timestamp(STAQueryOptionsGrammar.Iso8601TimestampContext ctx)
STAQueryOptionsGrammar.iso8601Timestamp().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIso8601Timestamp in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitIso8601Timezone(STAQueryOptionsGrammar.Iso8601TimezoneContext ctx)
STAQueryOptionsGrammar.iso8601Timezone().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIso8601Timezone in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSubstringMethodCallExpr(STAQueryOptionsGrammar.SubstringMethodCallExprContext ctx)
STAQueryOptionsGrammar.substringMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubstringMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitToLowerMethodCallExpr(STAQueryOptionsGrammar.ToLowerMethodCallExprContext ctx)
STAQueryOptionsGrammar.toLowerMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitToLowerMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitToUpperMethodCallExpr(STAQueryOptionsGrammar.ToUpperMethodCallExprContext ctx)
STAQueryOptionsGrammar.toUpperMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitToUpperMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitTrimMethodCallExpr(STAQueryOptionsGrammar.TrimMethodCallExprContext ctx)
STAQueryOptionsGrammar.trimMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTrimMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitConcatMethodCallExpr(STAQueryOptionsGrammar.ConcatMethodCallExprContext ctx)
STAQueryOptionsGrammar.concatMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConcatMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSubstringOfMethodCallExpr(STAQueryOptionsGrammar.SubstringOfMethodCallExprContext ctx)
STAQueryOptionsGrammar.substringOfMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubstringOfMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitStartsWithMethodCallExpr(STAQueryOptionsGrammar.StartsWithMethodCallExprContext ctx)
STAQueryOptionsGrammar.startsWithMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStartsWithMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitEndsWithMethodCallExpr(STAQueryOptionsGrammar.EndsWithMethodCallExprContext ctx)
STAQueryOptionsGrammar.endsWithMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEndsWithMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitContainsMethodCallExpr(STAQueryOptionsGrammar.ContainsMethodCallExprContext ctx)
STAQueryOptionsGrammar.containsMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitContainsMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitIntersectsMethodCallExpr(STAQueryOptionsGrammar.IntersectsMethodCallExprContext ctx)
STAQueryOptionsGrammar.intersectsMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntersectsMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSt_commonMethodCallExpr(STAQueryOptionsGrammar.St_commonMethodCallExprContext ctx)
STAQueryOptionsGrammar.st_commonMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSt_commonMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSt_equalsMethodCallExpr(STAQueryOptionsGrammar.St_equalsMethodCallExprContext ctx)
STAQueryOptionsGrammar.st_equalsMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSt_equalsMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSt_disjointMethodCallExpr(STAQueryOptionsGrammar.St_disjointMethodCallExprContext ctx)
STAQueryOptionsGrammar.st_disjointMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSt_disjointMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSt_touchesMethodCallExpr(STAQueryOptionsGrammar.St_touchesMethodCallExprContext ctx)
STAQueryOptionsGrammar.st_touchesMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSt_touchesMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSt_withinMethodCallExpr(STAQueryOptionsGrammar.St_withinMethodCallExprContext ctx)
STAQueryOptionsGrammar.st_withinMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSt_withinMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSt_overlapsMethodCallExpr(STAQueryOptionsGrammar.St_overlapsMethodCallExprContext ctx)
STAQueryOptionsGrammar.st_overlapsMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSt_overlapsMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSt_crossesMethodCallExpr(STAQueryOptionsGrammar.St_crossesMethodCallExprContext ctx)
STAQueryOptionsGrammar.st_crossesMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSt_crossesMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSt_intersectsMethodCallExpr(STAQueryOptionsGrammar.St_intersectsMethodCallExprContext ctx)
STAQueryOptionsGrammar.st_intersectsMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSt_intersectsMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSt_containsMethodCallExpr(STAQueryOptionsGrammar.St_containsMethodCallExprContext ctx)
STAQueryOptionsGrammar.st_containsMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSt_containsMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSt_relateMethodCallExpr(STAQueryOptionsGrammar.St_relateMethodCallExprContext ctx)
STAQueryOptionsGrammar.st_relateMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSt_relateMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitLengthMethodCallExpr(STAQueryOptionsGrammar.LengthMethodCallExprContext ctx)
STAQueryOptionsGrammar.lengthMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLengthMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitIndexOfMethodCallExpr(STAQueryOptionsGrammar.IndexOfMethodCallExprContext ctx)
STAQueryOptionsGrammar.indexOfMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexOfMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitYearMethodCallExpr(STAQueryOptionsGrammar.YearMethodCallExprContext ctx)
STAQueryOptionsGrammar.yearMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitYearMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitMonthMethodCallExpr(STAQueryOptionsGrammar.MonthMethodCallExprContext ctx)
STAQueryOptionsGrammar.monthMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMonthMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitDayMethodCallExpr(STAQueryOptionsGrammar.DayMethodCallExprContext ctx)
STAQueryOptionsGrammar.dayMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDayMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitDaysMethodCallExpr(STAQueryOptionsGrammar.DaysMethodCallExprContext ctx)
STAQueryOptionsGrammar.daysMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDaysMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitHourMethodCallExpr(STAQueryOptionsGrammar.HourMethodCallExprContext ctx)
STAQueryOptionsGrammar.hourMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHourMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitMinuteMethodCallExpr(STAQueryOptionsGrammar.MinuteMethodCallExprContext ctx)
STAQueryOptionsGrammar.minuteMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMinuteMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSecondMethodCallExpr(STAQueryOptionsGrammar.SecondMethodCallExprContext ctx)
STAQueryOptionsGrammar.secondMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSecondMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitTimeMethodCallExpr(STAQueryOptionsGrammar.TimeMethodCallExprContext ctx)
STAQueryOptionsGrammar.timeMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTimeMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitDateMethodCallExpr(STAQueryOptionsGrammar.DateMethodCallExprContext ctx)
STAQueryOptionsGrammar.dateMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDateMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitRoundMethodCallExpr(STAQueryOptionsGrammar.RoundMethodCallExprContext ctx)
STAQueryOptionsGrammar.roundMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoundMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitFloorMethodCallExpr(STAQueryOptionsGrammar.FloorMethodCallExprContext ctx)
STAQueryOptionsGrammar.floorMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFloorMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitCeilingMethodCallExpr(STAQueryOptionsGrammar.CeilingMethodCallExprContext ctx)
STAQueryOptionsGrammar.ceilingMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCeilingMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitTotalOffsetMinutesExpr(STAQueryOptionsGrammar.TotalOffsetMinutesExprContext ctx)
STAQueryOptionsGrammar.totalOffsetMinutesExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTotalOffsetMinutesExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitDistanceMethodCallExpr(STAQueryOptionsGrammar.DistanceMethodCallExprContext ctx)
STAQueryOptionsGrammar.distanceMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDistanceMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeoLengthMethodCallExpr(STAQueryOptionsGrammar.GeoLengthMethodCallExprContext ctx)
STAQueryOptionsGrammar.geoLengthMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeoLengthMethodCallExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitMinDate(STAQueryOptionsGrammar.MinDateContext ctx)
STAQueryOptionsGrammar.minDate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMinDate in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitMaxDate(STAQueryOptionsGrammar.MaxDateContext ctx)
STAQueryOptionsGrammar.maxDate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMaxDate in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitNowDate(STAQueryOptionsGrammar.NowDateContext ctx)
STAQueryOptionsGrammar.nowDate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNowDate in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitAndExpr(STAQueryOptionsGrammar.AndExprContext ctx)
STAQueryOptionsGrammar.andExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAndExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitOrExpr(STAQueryOptionsGrammar.OrExprContext ctx)
STAQueryOptionsGrammar.orExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitNotExpr(STAQueryOptionsGrammar.NotExprContext ctx)
STAQueryOptionsGrammar.notExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNotExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitEqExpr(STAQueryOptionsGrammar.EqExprContext ctx)
STAQueryOptionsGrammar.eqExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEqExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitNeExpr(STAQueryOptionsGrammar.NeExprContext ctx)
STAQueryOptionsGrammar.neExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNeExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitLtExpr(STAQueryOptionsGrammar.LtExprContext ctx)
STAQueryOptionsGrammar.ltExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLtExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitLeExpr(STAQueryOptionsGrammar.LeExprContext ctx)
STAQueryOptionsGrammar.leExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLeExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGtExpr(STAQueryOptionsGrammar.GtExprContext ctx)
STAQueryOptionsGrammar.gtExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGtExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeExpr(STAQueryOptionsGrammar.GeExprContext ctx)
STAQueryOptionsGrammar.geExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitAddExpr(STAQueryOptionsGrammar.AddExprContext ctx)
STAQueryOptionsGrammar.addExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSubExpr(STAQueryOptionsGrammar.SubExprContext ctx)
STAQueryOptionsGrammar.subExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitMulExpr(STAQueryOptionsGrammar.MulExprContext ctx)
STAQueryOptionsGrammar.mulExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMulExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitDivExpr(STAQueryOptionsGrammar.DivExprContext ctx)
STAQueryOptionsGrammar.divExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDivExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitModExpr(STAQueryOptionsGrammar.ModExprContext ctx)
STAQueryOptionsGrammar.modExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitModExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitNegateExpr(STAQueryOptionsGrammar.NegateExprContext ctx)
STAQueryOptionsGrammar.negateExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNegateExpr in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitNumericLiteral(STAQueryOptionsGrammar.NumericLiteralContext ctx)
STAQueryOptionsGrammar.numericLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumericLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitDecimalLiteral(STAQueryOptionsGrammar.DecimalLiteralContext ctx)
STAQueryOptionsGrammar.decimalLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDecimalLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitEscapedString(STAQueryOptionsGrammar.EscapedStringContext ctx)
STAQueryOptionsGrammar.escapedString().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEscapedString in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeographyCollection(STAQueryOptionsGrammar.GeographyCollectionContext ctx)
STAQueryOptionsGrammar.geographyCollection().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeographyCollection in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitFullCollectionLiteral(STAQueryOptionsGrammar.FullCollectionLiteralContext ctx)
STAQueryOptionsGrammar.fullCollectionLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullCollectionLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitCollectionLiteral(STAQueryOptionsGrammar.CollectionLiteralContext ctx)
STAQueryOptionsGrammar.collectionLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollectionLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeoLiteral(STAQueryOptionsGrammar.GeoLiteralContext ctx)
STAQueryOptionsGrammar.geoLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeoLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeographyLineString(STAQueryOptionsGrammar.GeographyLineStringContext ctx)
STAQueryOptionsGrammar.geographyLineString().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeographyLineString in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitFullLineStringLiteral(STAQueryOptionsGrammar.FullLineStringLiteralContext ctx)
STAQueryOptionsGrammar.fullLineStringLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullLineStringLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitLineStringLiteral(STAQueryOptionsGrammar.LineStringLiteralContext ctx)
STAQueryOptionsGrammar.lineStringLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLineStringLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitLineStringData(STAQueryOptionsGrammar.LineStringDataContext ctx)
STAQueryOptionsGrammar.lineStringData().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLineStringData in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeographyMultiLineString(STAQueryOptionsGrammar.GeographyMultiLineStringContext ctx)
STAQueryOptionsGrammar.geographyMultiLineString().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeographyMultiLineString in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitFullMultiLineStringLiteral(STAQueryOptionsGrammar.FullMultiLineStringLiteralContext ctx)
STAQueryOptionsGrammar.fullMultiLineStringLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullMultiLineStringLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitMultiLineStringLiteral(STAQueryOptionsGrammar.MultiLineStringLiteralContext ctx)
STAQueryOptionsGrammar.multiLineStringLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultiLineStringLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeographyMultiPoint(STAQueryOptionsGrammar.GeographyMultiPointContext ctx)
STAQueryOptionsGrammar.geographyMultiPoint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeographyMultiPoint in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitFullMultiPointLiteral(STAQueryOptionsGrammar.FullMultiPointLiteralContext ctx)
STAQueryOptionsGrammar.fullMultiPointLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullMultiPointLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitMultiPointLiteral(STAQueryOptionsGrammar.MultiPointLiteralContext ctx)
STAQueryOptionsGrammar.multiPointLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultiPointLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeographyMultiPolygon(STAQueryOptionsGrammar.GeographyMultiPolygonContext ctx)
STAQueryOptionsGrammar.geographyMultiPolygon().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeographyMultiPolygon in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitFullMultiPolygonLiteral(STAQueryOptionsGrammar.FullMultiPolygonLiteralContext ctx)
STAQueryOptionsGrammar.fullMultiPolygonLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullMultiPolygonLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitMultiPolygonLiteral(STAQueryOptionsGrammar.MultiPolygonLiteralContext ctx)
STAQueryOptionsGrammar.multiPolygonLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultiPolygonLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeographyPoint(STAQueryOptionsGrammar.GeographyPointContext ctx)
STAQueryOptionsGrammar.geographyPoint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeographyPoint in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitFullPointLiteral(STAQueryOptionsGrammar.FullPointLiteralContext ctx)
STAQueryOptionsGrammar.fullPointLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullPointLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitSridLiteral(STAQueryOptionsGrammar.SridLiteralContext ctx)
STAQueryOptionsGrammar.sridLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSridLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitPointLiteral(STAQueryOptionsGrammar.PointLiteralContext ctx)
STAQueryOptionsGrammar.pointLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPointLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitPointData(STAQueryOptionsGrammar.PointDataContext ctx)
STAQueryOptionsGrammar.pointData().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPointData in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitPositionLiteral(STAQueryOptionsGrammar.PositionLiteralContext ctx)
STAQueryOptionsGrammar.positionLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPositionLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitCoordinate(STAQueryOptionsGrammar.CoordinateContext ctx)
STAQueryOptionsGrammar.coordinate().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCoordinate in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeographyPolygon(STAQueryOptionsGrammar.GeographyPolygonContext ctx)
STAQueryOptionsGrammar.geographyPolygon().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeographyPolygon in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitFullPolygonLiteral(STAQueryOptionsGrammar.FullPolygonLiteralContext ctx)
STAQueryOptionsGrammar.fullPolygonLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullPolygonLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitPolygonLiteral(STAQueryOptionsGrammar.PolygonLiteralContext ctx)
STAQueryOptionsGrammar.polygonLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPolygonLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitPolygonData(STAQueryOptionsGrammar.PolygonDataContext ctx)
STAQueryOptionsGrammar.polygonData().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPolygonData in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitRingLiteral(STAQueryOptionsGrammar.RingLiteralContext ctx)
STAQueryOptionsGrammar.ringLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRingLiteral in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeometryCollection(STAQueryOptionsGrammar.GeometryCollectionContext ctx)
STAQueryOptionsGrammar.geometryCollection().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeometryCollection in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeometryLineString(STAQueryOptionsGrammar.GeometryLineStringContext ctx)
STAQueryOptionsGrammar.geometryLineString().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeometryLineString in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeometryMultiLineString(STAQueryOptionsGrammar.GeometryMultiLineStringContext ctx)
STAQueryOptionsGrammar.geometryMultiLineString().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeometryMultiLineString in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeometryMultiPoint(STAQueryOptionsGrammar.GeometryMultiPointContext ctx)
STAQueryOptionsGrammar.geometryMultiPoint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeometryMultiPoint in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeometryMultiPolygon(STAQueryOptionsGrammar.GeometryMultiPolygonContext ctx)
STAQueryOptionsGrammar.geometryMultiPolygon().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeometryMultiPolygon in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeometryPoint(STAQueryOptionsGrammar.GeometryPointContext ctx)
STAQueryOptionsGrammar.geometryPoint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeometryPoint in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeometryPolygon(STAQueryOptionsGrammar.GeometryPolygonContext ctx)
STAQueryOptionsGrammar.geometryPolygon().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeometryPolygon in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeographyPrefix(STAQueryOptionsGrammar.GeographyPrefixContext ctx)
STAQueryOptionsGrammar.geographyPrefix().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeographyPrefix in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treepublic T visitGeometryPrefix(STAQueryOptionsGrammar.GeometryPrefixContext ctx)
STAQueryOptionsGrammar.geometryPrefix().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeometryPrefix in interface STAQueryOptionsGrammarVisitor<T>ctx - the parse treeCopyright © 2015–2020 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.