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