Class STAQueryOptionsGrammarBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- org.n52.svalbard.odata.grammar.STAQueryOptionsGrammarBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>,STAQueryOptionsGrammarVisitor<T>
- Direct Known Subclasses:
STAQueryOptionVisitor
public class STAQueryOptionsGrammarBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements STAQueryOptionsGrammarVisitor<T>
This class provides an empty implementation ofSTAQueryOptionsGrammarVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description STAQueryOptionsGrammarBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitQueryOptions
public T visitQueryOptions(STAQueryOptionsGrammar.QueryOptionsContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.queryOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQueryOptionsin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSystemQueryOption
public T visitSystemQueryOption(STAQueryOptionsGrammar.SystemQueryOptionContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.systemQueryOption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSystemQueryOptionin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCount
public T visitCount(STAQueryOptionsGrammar.CountContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.count().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCountin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpand
public T visitExpand(STAQueryOptionsGrammar.ExpandContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.expand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpandin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpandItem
public T visitExpandItem(STAQueryOptionsGrammar.ExpandItemContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.expandItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpandItemin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilter
public T visitFilter(STAQueryOptionsGrammar.FilterContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.filter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilterin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderby
public T visitOrderby(STAQueryOptionsGrammar.OrderbyContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.orderby().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderbyin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrderbyItem
public T visitOrderbyItem(STAQueryOptionsGrammar.OrderbyItemContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.orderbyItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrderbyItemin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSkip
public T visitSkip(STAQueryOptionsGrammar.SkipContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.skip().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSkipin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTop
public T visitTop(STAQueryOptionsGrammar.TopContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.top().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTopin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect
public T visitSelect(STAQueryOptionsGrammar.SelectContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.select().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectItem
public T visitSelectItem(STAQueryOptionsGrammar.SelectItemContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.selectItem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectItemin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBoolExpr
public T visitBoolExpr(STAQueryOptionsGrammar.BoolExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.boolExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBoolExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBoolParenExpr
public T visitBoolParenExpr(STAQueryOptionsGrammar.BoolParenExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.boolParenExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBoolParenExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnyExpr
public T visitAnyExpr(STAQueryOptionsGrammar.AnyExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.anyExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnyExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParenExpr
public T visitParenExpr(STAQueryOptionsGrammar.ParenExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.parenExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParenExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArithmeticExpr
public T visitArithmeticExpr(STAQueryOptionsGrammar.ArithmeticExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.arithmeticExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArithmeticExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimeExpr
public T visitTimeExpr(STAQueryOptionsGrammar.TimeExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.timeExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimeExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTextExpr
public T visitTextExpr(STAQueryOptionsGrammar.TextExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.textExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTextExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeoExpr
public T visitGeoExpr(STAQueryOptionsGrammar.GeoExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geoExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeoExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMemberExpr
public T visitMemberExpr(STAQueryOptionsGrammar.MemberExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.memberExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMemberExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTextMethodCallExpr
public T visitTextMethodCallExpr(STAQueryOptionsGrammar.TextMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.textMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTextMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArithmeticMethodCallExpr
public T visitArithmeticMethodCallExpr(STAQueryOptionsGrammar.ArithmeticMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.arithmeticMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArithmeticMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTemporalMethodCallExpr
public T visitTemporalMethodCallExpr(STAQueryOptionsGrammar.TemporalMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.temporalMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTemporalMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBoolMethodCallExpr
public T visitBoolMethodCallExpr(STAQueryOptionsGrammar.BoolMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.boolMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBoolMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTextOrMember
public T visitTextOrMember(STAQueryOptionsGrammar.TextOrMemberContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.textOrMember().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTextOrMemberin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTemporalOrMemberOrISO8601Timestamp
public T visitTemporalOrMemberOrISO8601Timestamp(STAQueryOptionsGrammar.TemporalOrMemberOrISO8601TimestampContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.temporalOrMemberOrISO8601Timestamp().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTemporalOrMemberOrISO8601Timestampin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeoOrMember
public T visitGeoOrMember(STAQueryOptionsGrammar.GeoOrMemberContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geoOrMember().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeoOrMemberin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIso8601Timestamp
public T visitIso8601Timestamp(STAQueryOptionsGrammar.Iso8601TimestampContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.iso8601Timestamp().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIso8601Timestampin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIso8601Timezone
public T visitIso8601Timezone(STAQueryOptionsGrammar.Iso8601TimezoneContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.iso8601Timezone().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIso8601Timezonein interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubstringMethodCallExpr
public T visitSubstringMethodCallExpr(STAQueryOptionsGrammar.SubstringMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.substringMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubstringMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitToLowerMethodCallExpr
public T visitToLowerMethodCallExpr(STAQueryOptionsGrammar.ToLowerMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.toLowerMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitToLowerMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitToUpperMethodCallExpr
public T visitToUpperMethodCallExpr(STAQueryOptionsGrammar.ToUpperMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.toUpperMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitToUpperMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrimMethodCallExpr
public T visitTrimMethodCallExpr(STAQueryOptionsGrammar.TrimMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.trimMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrimMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConcatMethodCallExpr
public T visitConcatMethodCallExpr(STAQueryOptionsGrammar.ConcatMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.concatMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConcatMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubstringOfMethodCallExpr
public T visitSubstringOfMethodCallExpr(STAQueryOptionsGrammar.SubstringOfMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.substringOfMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubstringOfMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStartsWithMethodCallExpr
public T visitStartsWithMethodCallExpr(STAQueryOptionsGrammar.StartsWithMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.startsWithMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStartsWithMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEndsWithMethodCallExpr
public T visitEndsWithMethodCallExpr(STAQueryOptionsGrammar.EndsWithMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.endsWithMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEndsWithMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContainsMethodCallExpr
public T visitContainsMethodCallExpr(STAQueryOptionsGrammar.ContainsMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.containsMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContainsMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntersectsMethodCallExpr
public T visitIntersectsMethodCallExpr(STAQueryOptionsGrammar.IntersectsMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.intersectsMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntersectsMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_commonMethodCallExpr
public T visitSt_commonMethodCallExpr(STAQueryOptionsGrammar.St_commonMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.st_commonMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_commonMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_equalsMethodCallExpr
public T visitSt_equalsMethodCallExpr(STAQueryOptionsGrammar.St_equalsMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.st_equalsMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_equalsMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_disjointMethodCallExpr
public T visitSt_disjointMethodCallExpr(STAQueryOptionsGrammar.St_disjointMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.st_disjointMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_disjointMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_touchesMethodCallExpr
public T visitSt_touchesMethodCallExpr(STAQueryOptionsGrammar.St_touchesMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.st_touchesMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_touchesMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_withinMethodCallExpr
public T visitSt_withinMethodCallExpr(STAQueryOptionsGrammar.St_withinMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.st_withinMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_withinMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_overlapsMethodCallExpr
public T visitSt_overlapsMethodCallExpr(STAQueryOptionsGrammar.St_overlapsMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.st_overlapsMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_overlapsMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_crossesMethodCallExpr
public T visitSt_crossesMethodCallExpr(STAQueryOptionsGrammar.St_crossesMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.st_crossesMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_crossesMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_intersectsMethodCallExpr
public T visitSt_intersectsMethodCallExpr(STAQueryOptionsGrammar.St_intersectsMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.st_intersectsMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_intersectsMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_containsMethodCallExpr
public T visitSt_containsMethodCallExpr(STAQueryOptionsGrammar.St_containsMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.st_containsMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_containsMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSt_relateMethodCallExpr
public T visitSt_relateMethodCallExpr(STAQueryOptionsGrammar.St_relateMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.st_relateMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSt_relateMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLengthMethodCallExpr
public T visitLengthMethodCallExpr(STAQueryOptionsGrammar.LengthMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.lengthMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLengthMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexOfMethodCallExpr
public T visitIndexOfMethodCallExpr(STAQueryOptionsGrammar.IndexOfMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.indexOfMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexOfMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitYearMethodCallExpr
public T visitYearMethodCallExpr(STAQueryOptionsGrammar.YearMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.yearMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitYearMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMonthMethodCallExpr
public T visitMonthMethodCallExpr(STAQueryOptionsGrammar.MonthMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.monthMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMonthMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDayMethodCallExpr
public T visitDayMethodCallExpr(STAQueryOptionsGrammar.DayMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.dayMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDayMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDaysMethodCallExpr
public T visitDaysMethodCallExpr(STAQueryOptionsGrammar.DaysMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.daysMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDaysMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHourMethodCallExpr
public T visitHourMethodCallExpr(STAQueryOptionsGrammar.HourMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.hourMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHourMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMinuteMethodCallExpr
public T visitMinuteMethodCallExpr(STAQueryOptionsGrammar.MinuteMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.minuteMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMinuteMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSecondMethodCallExpr
public T visitSecondMethodCallExpr(STAQueryOptionsGrammar.SecondMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.secondMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSecondMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTimeMethodCallExpr
public T visitTimeMethodCallExpr(STAQueryOptionsGrammar.TimeMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.timeMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTimeMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDateMethodCallExpr
public T visitDateMethodCallExpr(STAQueryOptionsGrammar.DateMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.dateMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDateMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoundMethodCallExpr
public T visitRoundMethodCallExpr(STAQueryOptionsGrammar.RoundMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.roundMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoundMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFloorMethodCallExpr
public T visitFloorMethodCallExpr(STAQueryOptionsGrammar.FloorMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.floorMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFloorMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCeilingMethodCallExpr
public T visitCeilingMethodCallExpr(STAQueryOptionsGrammar.CeilingMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.ceilingMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCeilingMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTotalOffsetMinutesExpr
public T visitTotalOffsetMinutesExpr(STAQueryOptionsGrammar.TotalOffsetMinutesExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.totalOffsetMinutesExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTotalOffsetMinutesExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDistanceMethodCallExpr
public T visitDistanceMethodCallExpr(STAQueryOptionsGrammar.DistanceMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.distanceMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDistanceMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeoLengthMethodCallExpr
public T visitGeoLengthMethodCallExpr(STAQueryOptionsGrammar.GeoLengthMethodCallExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geoLengthMethodCallExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeoLengthMethodCallExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMinDate
public T visitMinDate(STAQueryOptionsGrammar.MinDateContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.minDate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMinDatein interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMaxDate
public T visitMaxDate(STAQueryOptionsGrammar.MaxDateContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.maxDate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMaxDatein interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNowDate
public T visitNowDate(STAQueryOptionsGrammar.NowDateContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.nowDate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNowDatein interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAndExpr
public T visitAndExpr(STAQueryOptionsGrammar.AndExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.andExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAndExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrExpr
public T visitOrExpr(STAQueryOptionsGrammar.OrExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.orExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotExpr
public T visitNotExpr(STAQueryOptionsGrammar.NotExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.notExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEqExpr
public T visitEqExpr(STAQueryOptionsGrammar.EqExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.eqExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEqExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNeExpr
public T visitNeExpr(STAQueryOptionsGrammar.NeExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.neExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNeExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLtExpr
public T visitLtExpr(STAQueryOptionsGrammar.LtExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.ltExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLtExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLeExpr
public T visitLeExpr(STAQueryOptionsGrammar.LeExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.leExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLeExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGtExpr
public T visitGtExpr(STAQueryOptionsGrammar.GtExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.gtExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGtExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeExpr
public T visitGeExpr(STAQueryOptionsGrammar.GeExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAddExpr
public T visitAddExpr(STAQueryOptionsGrammar.AddExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.addExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAddExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubExpr
public T visitSubExpr(STAQueryOptionsGrammar.SubExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.subExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMulExpr
public T visitMulExpr(STAQueryOptionsGrammar.MulExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.mulExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMulExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDivExpr
public T visitDivExpr(STAQueryOptionsGrammar.DivExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.divExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDivExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitModExpr
public T visitModExpr(STAQueryOptionsGrammar.ModExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.modExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitModExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNegateExpr
public T visitNegateExpr(STAQueryOptionsGrammar.NegateExprContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.negateExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNegateExprin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericLiteral
public T visitNumericLiteral(STAQueryOptionsGrammar.NumericLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.numericLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumericLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecimalLiteral
public T visitDecimalLiteral(STAQueryOptionsGrammar.DecimalLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.decimalLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecimalLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEscapedString
public T visitEscapedString(STAQueryOptionsGrammar.EscapedStringContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.escapedString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEscapedStringin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeographyCollection
public T visitGeographyCollection(STAQueryOptionsGrammar.GeographyCollectionContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geographyCollection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeographyCollectionin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullCollectionLiteral
public T visitFullCollectionLiteral(STAQueryOptionsGrammar.FullCollectionLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.fullCollectionLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullCollectionLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollectionLiteral
public T visitCollectionLiteral(STAQueryOptionsGrammar.CollectionLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.collectionLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollectionLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeoLiteral
public T visitGeoLiteral(STAQueryOptionsGrammar.GeoLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geoLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeoLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeographyLineString
public T visitGeographyLineString(STAQueryOptionsGrammar.GeographyLineStringContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geographyLineString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeographyLineStringin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullLineStringLiteral
public T visitFullLineStringLiteral(STAQueryOptionsGrammar.FullLineStringLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.fullLineStringLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullLineStringLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLineStringLiteral
public T visitLineStringLiteral(STAQueryOptionsGrammar.LineStringLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.lineStringLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLineStringLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLineStringData
public T visitLineStringData(STAQueryOptionsGrammar.LineStringDataContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.lineStringData().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLineStringDatain interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeographyMultiLineString
public T visitGeographyMultiLineString(STAQueryOptionsGrammar.GeographyMultiLineStringContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geographyMultiLineString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeographyMultiLineStringin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullMultiLineStringLiteral
public T visitFullMultiLineStringLiteral(STAQueryOptionsGrammar.FullMultiLineStringLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.fullMultiLineStringLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullMultiLineStringLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultiLineStringLiteral
public T visitMultiLineStringLiteral(STAQueryOptionsGrammar.MultiLineStringLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.multiLineStringLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultiLineStringLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeographyMultiPoint
public T visitGeographyMultiPoint(STAQueryOptionsGrammar.GeographyMultiPointContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geographyMultiPoint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeographyMultiPointin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullMultiPointLiteral
public T visitFullMultiPointLiteral(STAQueryOptionsGrammar.FullMultiPointLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.fullMultiPointLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullMultiPointLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultiPointLiteral
public T visitMultiPointLiteral(STAQueryOptionsGrammar.MultiPointLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.multiPointLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultiPointLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeographyMultiPolygon
public T visitGeographyMultiPolygon(STAQueryOptionsGrammar.GeographyMultiPolygonContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geographyMultiPolygon().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeographyMultiPolygonin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullMultiPolygonLiteral
public T visitFullMultiPolygonLiteral(STAQueryOptionsGrammar.FullMultiPolygonLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.fullMultiPolygonLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullMultiPolygonLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMultiPolygonLiteral
public T visitMultiPolygonLiteral(STAQueryOptionsGrammar.MultiPolygonLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.multiPolygonLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMultiPolygonLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeographyPoint
public T visitGeographyPoint(STAQueryOptionsGrammar.GeographyPointContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geographyPoint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeographyPointin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullPointLiteral
public T visitFullPointLiteral(STAQueryOptionsGrammar.FullPointLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.fullPointLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullPointLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSridLiteral
public T visitSridLiteral(STAQueryOptionsGrammar.SridLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.sridLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSridLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPointLiteral
public T visitPointLiteral(STAQueryOptionsGrammar.PointLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.pointLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPointLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPointData
public T visitPointData(STAQueryOptionsGrammar.PointDataContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.pointData().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPointDatain interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPositionLiteral
public T visitPositionLiteral(STAQueryOptionsGrammar.PositionLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.positionLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPositionLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCoordinate
public T visitCoordinate(STAQueryOptionsGrammar.CoordinateContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.coordinate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCoordinatein interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeographyPolygon
public T visitGeographyPolygon(STAQueryOptionsGrammar.GeographyPolygonContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geographyPolygon().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeographyPolygonin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFullPolygonLiteral
public T visitFullPolygonLiteral(STAQueryOptionsGrammar.FullPolygonLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.fullPolygonLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFullPolygonLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPolygonLiteral
public T visitPolygonLiteral(STAQueryOptionsGrammar.PolygonLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.polygonLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPolygonLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPolygonData
public T visitPolygonData(STAQueryOptionsGrammar.PolygonDataContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.polygonData().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPolygonDatain interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRingLiteral
public T visitRingLiteral(STAQueryOptionsGrammar.RingLiteralContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.ringLiteral().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRingLiteralin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeometryCollection
public T visitGeometryCollection(STAQueryOptionsGrammar.GeometryCollectionContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geometryCollection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeometryCollectionin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeometryLineString
public T visitGeometryLineString(STAQueryOptionsGrammar.GeometryLineStringContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geometryLineString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeometryLineStringin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeometryMultiLineString
public T visitGeometryMultiLineString(STAQueryOptionsGrammar.GeometryMultiLineStringContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geometryMultiLineString().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeometryMultiLineStringin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeometryMultiPoint
public T visitGeometryMultiPoint(STAQueryOptionsGrammar.GeometryMultiPointContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geometryMultiPoint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeometryMultiPointin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeometryMultiPolygon
public T visitGeometryMultiPolygon(STAQueryOptionsGrammar.GeometryMultiPolygonContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geometryMultiPolygon().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeometryMultiPolygonin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeometryPoint
public T visitGeometryPoint(STAQueryOptionsGrammar.GeometryPointContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geometryPoint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeometryPointin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeometryPolygon
public T visitGeometryPolygon(STAQueryOptionsGrammar.GeometryPolygonContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geometryPolygon().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeometryPolygonin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeographyPrefix
public T visitGeographyPrefix(STAQueryOptionsGrammar.GeographyPrefixContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geographyPrefix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeographyPrefixin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeometryPrefix
public T visitGeometryPrefix(STAQueryOptionsGrammar.GeometryPrefixContext ctx)
Visit a parse tree produced bySTAQueryOptionsGrammar.geometryPrefix().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeometryPrefixin interfaceSTAQueryOptionsGrammarVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-