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