Package org.n52.svalbard.odata.grammar
Interface STAQueryOptionsGrammarListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
STAQueryOptionsGrammarBaseListener
public interface STAQueryOptionsGrammarListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced bySTAQueryOptionsGrammar.
-
-
Method Summary
-
-
-
Method Detail
-
enterQueryOptions
void enterQueryOptions(STAQueryOptionsGrammar.QueryOptionsContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.queryOptions().- Parameters:
ctx- the parse tree
-
exitQueryOptions
void exitQueryOptions(STAQueryOptionsGrammar.QueryOptionsContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.queryOptions().- Parameters:
ctx- the parse tree
-
enterSystemQueryOption
void enterSystemQueryOption(STAQueryOptionsGrammar.SystemQueryOptionContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.systemQueryOption().- Parameters:
ctx- the parse tree
-
exitSystemQueryOption
void exitSystemQueryOption(STAQueryOptionsGrammar.SystemQueryOptionContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.systemQueryOption().- Parameters:
ctx- the parse tree
-
enterCount
void enterCount(STAQueryOptionsGrammar.CountContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.count().- Parameters:
ctx- the parse tree
-
exitCount
void exitCount(STAQueryOptionsGrammar.CountContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.count().- Parameters:
ctx- the parse tree
-
enterExpand
void enterExpand(STAQueryOptionsGrammar.ExpandContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.expand().- Parameters:
ctx- the parse tree
-
exitExpand
void exitExpand(STAQueryOptionsGrammar.ExpandContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.expand().- Parameters:
ctx- the parse tree
-
enterExpandItem
void enterExpandItem(STAQueryOptionsGrammar.ExpandItemContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.expandItem().- Parameters:
ctx- the parse tree
-
exitExpandItem
void exitExpandItem(STAQueryOptionsGrammar.ExpandItemContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.expandItem().- Parameters:
ctx- the parse tree
-
enterFilter
void enterFilter(STAQueryOptionsGrammar.FilterContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.filter().- Parameters:
ctx- the parse tree
-
exitFilter
void exitFilter(STAQueryOptionsGrammar.FilterContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.filter().- Parameters:
ctx- the parse tree
-
enterOrderby
void enterOrderby(STAQueryOptionsGrammar.OrderbyContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.orderby().- Parameters:
ctx- the parse tree
-
exitOrderby
void exitOrderby(STAQueryOptionsGrammar.OrderbyContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.orderby().- Parameters:
ctx- the parse tree
-
enterOrderbyItem
void enterOrderbyItem(STAQueryOptionsGrammar.OrderbyItemContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.orderbyItem().- Parameters:
ctx- the parse tree
-
exitOrderbyItem
void exitOrderbyItem(STAQueryOptionsGrammar.OrderbyItemContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.orderbyItem().- Parameters:
ctx- the parse tree
-
enterSkip
void enterSkip(STAQueryOptionsGrammar.SkipContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.skip().- Parameters:
ctx- the parse tree
-
exitSkip
void exitSkip(STAQueryOptionsGrammar.SkipContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.skip().- Parameters:
ctx- the parse tree
-
enterTop
void enterTop(STAQueryOptionsGrammar.TopContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.top().- Parameters:
ctx- the parse tree
-
exitTop
void exitTop(STAQueryOptionsGrammar.TopContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.top().- Parameters:
ctx- the parse tree
-
enterSelect
void enterSelect(STAQueryOptionsGrammar.SelectContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.select().- Parameters:
ctx- the parse tree
-
exitSelect
void exitSelect(STAQueryOptionsGrammar.SelectContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.select().- Parameters:
ctx- the parse tree
-
enterSelectItem
void enterSelectItem(STAQueryOptionsGrammar.SelectItemContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.selectItem().- Parameters:
ctx- the parse tree
-
exitSelectItem
void exitSelectItem(STAQueryOptionsGrammar.SelectItemContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.selectItem().- Parameters:
ctx- the parse tree
-
enterBoolExpr
void enterBoolExpr(STAQueryOptionsGrammar.BoolExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.boolExpr().- Parameters:
ctx- the parse tree
-
exitBoolExpr
void exitBoolExpr(STAQueryOptionsGrammar.BoolExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.boolExpr().- Parameters:
ctx- the parse tree
-
enterBoolParenExpr
void enterBoolParenExpr(STAQueryOptionsGrammar.BoolParenExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.boolParenExpr().- Parameters:
ctx- the parse tree
-
exitBoolParenExpr
void exitBoolParenExpr(STAQueryOptionsGrammar.BoolParenExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.boolParenExpr().- Parameters:
ctx- the parse tree
-
enterAnyExpr
void enterAnyExpr(STAQueryOptionsGrammar.AnyExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.anyExpr().- Parameters:
ctx- the parse tree
-
exitAnyExpr
void exitAnyExpr(STAQueryOptionsGrammar.AnyExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.anyExpr().- Parameters:
ctx- the parse tree
-
enterParenExpr
void enterParenExpr(STAQueryOptionsGrammar.ParenExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.parenExpr().- Parameters:
ctx- the parse tree
-
exitParenExpr
void exitParenExpr(STAQueryOptionsGrammar.ParenExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.parenExpr().- Parameters:
ctx- the parse tree
-
enterArithmeticExpr
void enterArithmeticExpr(STAQueryOptionsGrammar.ArithmeticExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.arithmeticExpr().- Parameters:
ctx- the parse tree
-
exitArithmeticExpr
void exitArithmeticExpr(STAQueryOptionsGrammar.ArithmeticExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.arithmeticExpr().- Parameters:
ctx- the parse tree
-
enterTimeExpr
void enterTimeExpr(STAQueryOptionsGrammar.TimeExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.timeExpr().- Parameters:
ctx- the parse tree
-
exitTimeExpr
void exitTimeExpr(STAQueryOptionsGrammar.TimeExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.timeExpr().- Parameters:
ctx- the parse tree
-
enterTextExpr
void enterTextExpr(STAQueryOptionsGrammar.TextExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.textExpr().- Parameters:
ctx- the parse tree
-
exitTextExpr
void exitTextExpr(STAQueryOptionsGrammar.TextExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.textExpr().- Parameters:
ctx- the parse tree
-
enterGeoExpr
void enterGeoExpr(STAQueryOptionsGrammar.GeoExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geoExpr().- Parameters:
ctx- the parse tree
-
exitGeoExpr
void exitGeoExpr(STAQueryOptionsGrammar.GeoExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geoExpr().- Parameters:
ctx- the parse tree
-
enterMemberExpr
void enterMemberExpr(STAQueryOptionsGrammar.MemberExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.memberExpr().- Parameters:
ctx- the parse tree
-
exitMemberExpr
void exitMemberExpr(STAQueryOptionsGrammar.MemberExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.memberExpr().- Parameters:
ctx- the parse tree
-
enterTextMethodCallExpr
void enterTextMethodCallExpr(STAQueryOptionsGrammar.TextMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.textMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitTextMethodCallExpr
void exitTextMethodCallExpr(STAQueryOptionsGrammar.TextMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.textMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterArithmeticMethodCallExpr
void enterArithmeticMethodCallExpr(STAQueryOptionsGrammar.ArithmeticMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.arithmeticMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitArithmeticMethodCallExpr
void exitArithmeticMethodCallExpr(STAQueryOptionsGrammar.ArithmeticMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.arithmeticMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterTemporalMethodCallExpr
void enterTemporalMethodCallExpr(STAQueryOptionsGrammar.TemporalMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.temporalMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitTemporalMethodCallExpr
void exitTemporalMethodCallExpr(STAQueryOptionsGrammar.TemporalMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.temporalMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterBoolMethodCallExpr
void enterBoolMethodCallExpr(STAQueryOptionsGrammar.BoolMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.boolMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitBoolMethodCallExpr
void exitBoolMethodCallExpr(STAQueryOptionsGrammar.BoolMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.boolMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterTextOrMember
void enterTextOrMember(STAQueryOptionsGrammar.TextOrMemberContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.textOrMember().- Parameters:
ctx- the parse tree
-
exitTextOrMember
void exitTextOrMember(STAQueryOptionsGrammar.TextOrMemberContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.textOrMember().- Parameters:
ctx- the parse tree
-
enterTemporalOrMemberOrISO8601Timestamp
void enterTemporalOrMemberOrISO8601Timestamp(STAQueryOptionsGrammar.TemporalOrMemberOrISO8601TimestampContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.temporalOrMemberOrISO8601Timestamp().- Parameters:
ctx- the parse tree
-
exitTemporalOrMemberOrISO8601Timestamp
void exitTemporalOrMemberOrISO8601Timestamp(STAQueryOptionsGrammar.TemporalOrMemberOrISO8601TimestampContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.temporalOrMemberOrISO8601Timestamp().- Parameters:
ctx- the parse tree
-
enterGeoOrMember
void enterGeoOrMember(STAQueryOptionsGrammar.GeoOrMemberContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geoOrMember().- Parameters:
ctx- the parse tree
-
exitGeoOrMember
void exitGeoOrMember(STAQueryOptionsGrammar.GeoOrMemberContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geoOrMember().- Parameters:
ctx- the parse tree
-
enterIso8601Timestamp
void enterIso8601Timestamp(STAQueryOptionsGrammar.Iso8601TimestampContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.iso8601Timestamp().- Parameters:
ctx- the parse tree
-
exitIso8601Timestamp
void exitIso8601Timestamp(STAQueryOptionsGrammar.Iso8601TimestampContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.iso8601Timestamp().- Parameters:
ctx- the parse tree
-
enterIso8601Timezone
void enterIso8601Timezone(STAQueryOptionsGrammar.Iso8601TimezoneContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.iso8601Timezone().- Parameters:
ctx- the parse tree
-
exitIso8601Timezone
void exitIso8601Timezone(STAQueryOptionsGrammar.Iso8601TimezoneContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.iso8601Timezone().- Parameters:
ctx- the parse tree
-
enterSubstringMethodCallExpr
void enterSubstringMethodCallExpr(STAQueryOptionsGrammar.SubstringMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.substringMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitSubstringMethodCallExpr
void exitSubstringMethodCallExpr(STAQueryOptionsGrammar.SubstringMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.substringMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterToLowerMethodCallExpr
void enterToLowerMethodCallExpr(STAQueryOptionsGrammar.ToLowerMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.toLowerMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitToLowerMethodCallExpr
void exitToLowerMethodCallExpr(STAQueryOptionsGrammar.ToLowerMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.toLowerMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterToUpperMethodCallExpr
void enterToUpperMethodCallExpr(STAQueryOptionsGrammar.ToUpperMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.toUpperMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitToUpperMethodCallExpr
void exitToUpperMethodCallExpr(STAQueryOptionsGrammar.ToUpperMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.toUpperMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterTrimMethodCallExpr
void enterTrimMethodCallExpr(STAQueryOptionsGrammar.TrimMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.trimMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitTrimMethodCallExpr
void exitTrimMethodCallExpr(STAQueryOptionsGrammar.TrimMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.trimMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterConcatMethodCallExpr
void enterConcatMethodCallExpr(STAQueryOptionsGrammar.ConcatMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.concatMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitConcatMethodCallExpr
void exitConcatMethodCallExpr(STAQueryOptionsGrammar.ConcatMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.concatMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterSubstringOfMethodCallExpr
void enterSubstringOfMethodCallExpr(STAQueryOptionsGrammar.SubstringOfMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.substringOfMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitSubstringOfMethodCallExpr
void exitSubstringOfMethodCallExpr(STAQueryOptionsGrammar.SubstringOfMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.substringOfMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterStartsWithMethodCallExpr
void enterStartsWithMethodCallExpr(STAQueryOptionsGrammar.StartsWithMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.startsWithMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitStartsWithMethodCallExpr
void exitStartsWithMethodCallExpr(STAQueryOptionsGrammar.StartsWithMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.startsWithMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterEndsWithMethodCallExpr
void enterEndsWithMethodCallExpr(STAQueryOptionsGrammar.EndsWithMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.endsWithMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitEndsWithMethodCallExpr
void exitEndsWithMethodCallExpr(STAQueryOptionsGrammar.EndsWithMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.endsWithMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterContainsMethodCallExpr
void enterContainsMethodCallExpr(STAQueryOptionsGrammar.ContainsMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.containsMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitContainsMethodCallExpr
void exitContainsMethodCallExpr(STAQueryOptionsGrammar.ContainsMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.containsMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterIntersectsMethodCallExpr
void enterIntersectsMethodCallExpr(STAQueryOptionsGrammar.IntersectsMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.intersectsMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitIntersectsMethodCallExpr
void exitIntersectsMethodCallExpr(STAQueryOptionsGrammar.IntersectsMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.intersectsMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterSt_commonMethodCallExpr
void enterSt_commonMethodCallExpr(STAQueryOptionsGrammar.St_commonMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_commonMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitSt_commonMethodCallExpr
void exitSt_commonMethodCallExpr(STAQueryOptionsGrammar.St_commonMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_commonMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterSt_equalsMethodCallExpr
void enterSt_equalsMethodCallExpr(STAQueryOptionsGrammar.St_equalsMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_equalsMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitSt_equalsMethodCallExpr
void exitSt_equalsMethodCallExpr(STAQueryOptionsGrammar.St_equalsMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_equalsMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterSt_disjointMethodCallExpr
void enterSt_disjointMethodCallExpr(STAQueryOptionsGrammar.St_disjointMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_disjointMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitSt_disjointMethodCallExpr
void exitSt_disjointMethodCallExpr(STAQueryOptionsGrammar.St_disjointMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_disjointMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterSt_touchesMethodCallExpr
void enterSt_touchesMethodCallExpr(STAQueryOptionsGrammar.St_touchesMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_touchesMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitSt_touchesMethodCallExpr
void exitSt_touchesMethodCallExpr(STAQueryOptionsGrammar.St_touchesMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_touchesMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterSt_withinMethodCallExpr
void enterSt_withinMethodCallExpr(STAQueryOptionsGrammar.St_withinMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_withinMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitSt_withinMethodCallExpr
void exitSt_withinMethodCallExpr(STAQueryOptionsGrammar.St_withinMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_withinMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterSt_overlapsMethodCallExpr
void enterSt_overlapsMethodCallExpr(STAQueryOptionsGrammar.St_overlapsMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_overlapsMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitSt_overlapsMethodCallExpr
void exitSt_overlapsMethodCallExpr(STAQueryOptionsGrammar.St_overlapsMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_overlapsMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterSt_crossesMethodCallExpr
void enterSt_crossesMethodCallExpr(STAQueryOptionsGrammar.St_crossesMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_crossesMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitSt_crossesMethodCallExpr
void exitSt_crossesMethodCallExpr(STAQueryOptionsGrammar.St_crossesMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_crossesMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterSt_intersectsMethodCallExpr
void enterSt_intersectsMethodCallExpr(STAQueryOptionsGrammar.St_intersectsMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_intersectsMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitSt_intersectsMethodCallExpr
void exitSt_intersectsMethodCallExpr(STAQueryOptionsGrammar.St_intersectsMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_intersectsMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterSt_containsMethodCallExpr
void enterSt_containsMethodCallExpr(STAQueryOptionsGrammar.St_containsMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_containsMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitSt_containsMethodCallExpr
void exitSt_containsMethodCallExpr(STAQueryOptionsGrammar.St_containsMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_containsMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterSt_relateMethodCallExpr
void enterSt_relateMethodCallExpr(STAQueryOptionsGrammar.St_relateMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_relateMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitSt_relateMethodCallExpr
void exitSt_relateMethodCallExpr(STAQueryOptionsGrammar.St_relateMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_relateMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterLengthMethodCallExpr
void enterLengthMethodCallExpr(STAQueryOptionsGrammar.LengthMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.lengthMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitLengthMethodCallExpr
void exitLengthMethodCallExpr(STAQueryOptionsGrammar.LengthMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.lengthMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterIndexOfMethodCallExpr
void enterIndexOfMethodCallExpr(STAQueryOptionsGrammar.IndexOfMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.indexOfMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitIndexOfMethodCallExpr
void exitIndexOfMethodCallExpr(STAQueryOptionsGrammar.IndexOfMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.indexOfMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterYearMethodCallExpr
void enterYearMethodCallExpr(STAQueryOptionsGrammar.YearMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.yearMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitYearMethodCallExpr
void exitYearMethodCallExpr(STAQueryOptionsGrammar.YearMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.yearMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterMonthMethodCallExpr
void enterMonthMethodCallExpr(STAQueryOptionsGrammar.MonthMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.monthMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitMonthMethodCallExpr
void exitMonthMethodCallExpr(STAQueryOptionsGrammar.MonthMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.monthMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterDayMethodCallExpr
void enterDayMethodCallExpr(STAQueryOptionsGrammar.DayMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.dayMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitDayMethodCallExpr
void exitDayMethodCallExpr(STAQueryOptionsGrammar.DayMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.dayMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterDaysMethodCallExpr
void enterDaysMethodCallExpr(STAQueryOptionsGrammar.DaysMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.daysMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitDaysMethodCallExpr
void exitDaysMethodCallExpr(STAQueryOptionsGrammar.DaysMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.daysMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterHourMethodCallExpr
void enterHourMethodCallExpr(STAQueryOptionsGrammar.HourMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.hourMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitHourMethodCallExpr
void exitHourMethodCallExpr(STAQueryOptionsGrammar.HourMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.hourMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterMinuteMethodCallExpr
void enterMinuteMethodCallExpr(STAQueryOptionsGrammar.MinuteMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.minuteMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitMinuteMethodCallExpr
void exitMinuteMethodCallExpr(STAQueryOptionsGrammar.MinuteMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.minuteMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterSecondMethodCallExpr
void enterSecondMethodCallExpr(STAQueryOptionsGrammar.SecondMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.secondMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitSecondMethodCallExpr
void exitSecondMethodCallExpr(STAQueryOptionsGrammar.SecondMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.secondMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterTimeMethodCallExpr
void enterTimeMethodCallExpr(STAQueryOptionsGrammar.TimeMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.timeMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitTimeMethodCallExpr
void exitTimeMethodCallExpr(STAQueryOptionsGrammar.TimeMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.timeMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterDateMethodCallExpr
void enterDateMethodCallExpr(STAQueryOptionsGrammar.DateMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.dateMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitDateMethodCallExpr
void exitDateMethodCallExpr(STAQueryOptionsGrammar.DateMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.dateMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterRoundMethodCallExpr
void enterRoundMethodCallExpr(STAQueryOptionsGrammar.RoundMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.roundMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitRoundMethodCallExpr
void exitRoundMethodCallExpr(STAQueryOptionsGrammar.RoundMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.roundMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterFloorMethodCallExpr
void enterFloorMethodCallExpr(STAQueryOptionsGrammar.FloorMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.floorMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitFloorMethodCallExpr
void exitFloorMethodCallExpr(STAQueryOptionsGrammar.FloorMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.floorMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterCeilingMethodCallExpr
void enterCeilingMethodCallExpr(STAQueryOptionsGrammar.CeilingMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.ceilingMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitCeilingMethodCallExpr
void exitCeilingMethodCallExpr(STAQueryOptionsGrammar.CeilingMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.ceilingMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterTotalOffsetMinutesExpr
void enterTotalOffsetMinutesExpr(STAQueryOptionsGrammar.TotalOffsetMinutesExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.totalOffsetMinutesExpr().- Parameters:
ctx- the parse tree
-
exitTotalOffsetMinutesExpr
void exitTotalOffsetMinutesExpr(STAQueryOptionsGrammar.TotalOffsetMinutesExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.totalOffsetMinutesExpr().- Parameters:
ctx- the parse tree
-
enterDistanceMethodCallExpr
void enterDistanceMethodCallExpr(STAQueryOptionsGrammar.DistanceMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.distanceMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitDistanceMethodCallExpr
void exitDistanceMethodCallExpr(STAQueryOptionsGrammar.DistanceMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.distanceMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterGeoLengthMethodCallExpr
void enterGeoLengthMethodCallExpr(STAQueryOptionsGrammar.GeoLengthMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geoLengthMethodCallExpr().- Parameters:
ctx- the parse tree
-
exitGeoLengthMethodCallExpr
void exitGeoLengthMethodCallExpr(STAQueryOptionsGrammar.GeoLengthMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geoLengthMethodCallExpr().- Parameters:
ctx- the parse tree
-
enterMinDate
void enterMinDate(STAQueryOptionsGrammar.MinDateContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.minDate().- Parameters:
ctx- the parse tree
-
exitMinDate
void exitMinDate(STAQueryOptionsGrammar.MinDateContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.minDate().- Parameters:
ctx- the parse tree
-
enterMaxDate
void enterMaxDate(STAQueryOptionsGrammar.MaxDateContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.maxDate().- Parameters:
ctx- the parse tree
-
exitMaxDate
void exitMaxDate(STAQueryOptionsGrammar.MaxDateContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.maxDate().- Parameters:
ctx- the parse tree
-
enterNowDate
void enterNowDate(STAQueryOptionsGrammar.NowDateContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.nowDate().- Parameters:
ctx- the parse tree
-
exitNowDate
void exitNowDate(STAQueryOptionsGrammar.NowDateContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.nowDate().- Parameters:
ctx- the parse tree
-
enterAndExpr
void enterAndExpr(STAQueryOptionsGrammar.AndExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.andExpr().- Parameters:
ctx- the parse tree
-
exitAndExpr
void exitAndExpr(STAQueryOptionsGrammar.AndExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.andExpr().- Parameters:
ctx- the parse tree
-
enterOrExpr
void enterOrExpr(STAQueryOptionsGrammar.OrExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.orExpr().- Parameters:
ctx- the parse tree
-
exitOrExpr
void exitOrExpr(STAQueryOptionsGrammar.OrExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.orExpr().- Parameters:
ctx- the parse tree
-
enterNotExpr
void enterNotExpr(STAQueryOptionsGrammar.NotExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.notExpr().- Parameters:
ctx- the parse tree
-
exitNotExpr
void exitNotExpr(STAQueryOptionsGrammar.NotExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.notExpr().- Parameters:
ctx- the parse tree
-
enterEqExpr
void enterEqExpr(STAQueryOptionsGrammar.EqExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.eqExpr().- Parameters:
ctx- the parse tree
-
exitEqExpr
void exitEqExpr(STAQueryOptionsGrammar.EqExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.eqExpr().- Parameters:
ctx- the parse tree
-
enterNeExpr
void enterNeExpr(STAQueryOptionsGrammar.NeExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.neExpr().- Parameters:
ctx- the parse tree
-
exitNeExpr
void exitNeExpr(STAQueryOptionsGrammar.NeExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.neExpr().- Parameters:
ctx- the parse tree
-
enterLtExpr
void enterLtExpr(STAQueryOptionsGrammar.LtExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.ltExpr().- Parameters:
ctx- the parse tree
-
exitLtExpr
void exitLtExpr(STAQueryOptionsGrammar.LtExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.ltExpr().- Parameters:
ctx- the parse tree
-
enterLeExpr
void enterLeExpr(STAQueryOptionsGrammar.LeExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.leExpr().- Parameters:
ctx- the parse tree
-
exitLeExpr
void exitLeExpr(STAQueryOptionsGrammar.LeExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.leExpr().- Parameters:
ctx- the parse tree
-
enterGtExpr
void enterGtExpr(STAQueryOptionsGrammar.GtExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.gtExpr().- Parameters:
ctx- the parse tree
-
exitGtExpr
void exitGtExpr(STAQueryOptionsGrammar.GtExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.gtExpr().- Parameters:
ctx- the parse tree
-
enterGeExpr
void enterGeExpr(STAQueryOptionsGrammar.GeExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geExpr().- Parameters:
ctx- the parse tree
-
exitGeExpr
void exitGeExpr(STAQueryOptionsGrammar.GeExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geExpr().- Parameters:
ctx- the parse tree
-
enterAddExpr
void enterAddExpr(STAQueryOptionsGrammar.AddExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.addExpr().- Parameters:
ctx- the parse tree
-
exitAddExpr
void exitAddExpr(STAQueryOptionsGrammar.AddExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.addExpr().- Parameters:
ctx- the parse tree
-
enterSubExpr
void enterSubExpr(STAQueryOptionsGrammar.SubExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.subExpr().- Parameters:
ctx- the parse tree
-
exitSubExpr
void exitSubExpr(STAQueryOptionsGrammar.SubExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.subExpr().- Parameters:
ctx- the parse tree
-
enterMulExpr
void enterMulExpr(STAQueryOptionsGrammar.MulExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.mulExpr().- Parameters:
ctx- the parse tree
-
exitMulExpr
void exitMulExpr(STAQueryOptionsGrammar.MulExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.mulExpr().- Parameters:
ctx- the parse tree
-
enterDivExpr
void enterDivExpr(STAQueryOptionsGrammar.DivExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.divExpr().- Parameters:
ctx- the parse tree
-
exitDivExpr
void exitDivExpr(STAQueryOptionsGrammar.DivExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.divExpr().- Parameters:
ctx- the parse tree
-
enterModExpr
void enterModExpr(STAQueryOptionsGrammar.ModExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.modExpr().- Parameters:
ctx- the parse tree
-
exitModExpr
void exitModExpr(STAQueryOptionsGrammar.ModExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.modExpr().- Parameters:
ctx- the parse tree
-
enterNegateExpr
void enterNegateExpr(STAQueryOptionsGrammar.NegateExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.negateExpr().- Parameters:
ctx- the parse tree
-
exitNegateExpr
void exitNegateExpr(STAQueryOptionsGrammar.NegateExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.negateExpr().- Parameters:
ctx- the parse tree
-
enterNumericLiteral
void enterNumericLiteral(STAQueryOptionsGrammar.NumericLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.numericLiteral().- Parameters:
ctx- the parse tree
-
exitNumericLiteral
void exitNumericLiteral(STAQueryOptionsGrammar.NumericLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.numericLiteral().- Parameters:
ctx- the parse tree
-
enterDecimalLiteral
void enterDecimalLiteral(STAQueryOptionsGrammar.DecimalLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.decimalLiteral().- Parameters:
ctx- the parse tree
-
exitDecimalLiteral
void exitDecimalLiteral(STAQueryOptionsGrammar.DecimalLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.decimalLiteral().- Parameters:
ctx- the parse tree
-
enterEscapedString
void enterEscapedString(STAQueryOptionsGrammar.EscapedStringContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.escapedString().- Parameters:
ctx- the parse tree
-
exitEscapedString
void exitEscapedString(STAQueryOptionsGrammar.EscapedStringContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.escapedString().- Parameters:
ctx- the parse tree
-
enterGeographyCollection
void enterGeographyCollection(STAQueryOptionsGrammar.GeographyCollectionContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geographyCollection().- Parameters:
ctx- the parse tree
-
exitGeographyCollection
void exitGeographyCollection(STAQueryOptionsGrammar.GeographyCollectionContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geographyCollection().- Parameters:
ctx- the parse tree
-
enterFullCollectionLiteral
void enterFullCollectionLiteral(STAQueryOptionsGrammar.FullCollectionLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.fullCollectionLiteral().- Parameters:
ctx- the parse tree
-
exitFullCollectionLiteral
void exitFullCollectionLiteral(STAQueryOptionsGrammar.FullCollectionLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.fullCollectionLiteral().- Parameters:
ctx- the parse tree
-
enterCollectionLiteral
void enterCollectionLiteral(STAQueryOptionsGrammar.CollectionLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.collectionLiteral().- Parameters:
ctx- the parse tree
-
exitCollectionLiteral
void exitCollectionLiteral(STAQueryOptionsGrammar.CollectionLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.collectionLiteral().- Parameters:
ctx- the parse tree
-
enterGeoLiteral
void enterGeoLiteral(STAQueryOptionsGrammar.GeoLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geoLiteral().- Parameters:
ctx- the parse tree
-
exitGeoLiteral
void exitGeoLiteral(STAQueryOptionsGrammar.GeoLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geoLiteral().- Parameters:
ctx- the parse tree
-
enterGeographyLineString
void enterGeographyLineString(STAQueryOptionsGrammar.GeographyLineStringContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geographyLineString().- Parameters:
ctx- the parse tree
-
exitGeographyLineString
void exitGeographyLineString(STAQueryOptionsGrammar.GeographyLineStringContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geographyLineString().- Parameters:
ctx- the parse tree
-
enterFullLineStringLiteral
void enterFullLineStringLiteral(STAQueryOptionsGrammar.FullLineStringLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.fullLineStringLiteral().- Parameters:
ctx- the parse tree
-
exitFullLineStringLiteral
void exitFullLineStringLiteral(STAQueryOptionsGrammar.FullLineStringLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.fullLineStringLiteral().- Parameters:
ctx- the parse tree
-
enterLineStringLiteral
void enterLineStringLiteral(STAQueryOptionsGrammar.LineStringLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.lineStringLiteral().- Parameters:
ctx- the parse tree
-
exitLineStringLiteral
void exitLineStringLiteral(STAQueryOptionsGrammar.LineStringLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.lineStringLiteral().- Parameters:
ctx- the parse tree
-
enterLineStringData
void enterLineStringData(STAQueryOptionsGrammar.LineStringDataContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.lineStringData().- Parameters:
ctx- the parse tree
-
exitLineStringData
void exitLineStringData(STAQueryOptionsGrammar.LineStringDataContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.lineStringData().- Parameters:
ctx- the parse tree
-
enterGeographyMultiLineString
void enterGeographyMultiLineString(STAQueryOptionsGrammar.GeographyMultiLineStringContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geographyMultiLineString().- Parameters:
ctx- the parse tree
-
exitGeographyMultiLineString
void exitGeographyMultiLineString(STAQueryOptionsGrammar.GeographyMultiLineStringContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geographyMultiLineString().- Parameters:
ctx- the parse tree
-
enterFullMultiLineStringLiteral
void enterFullMultiLineStringLiteral(STAQueryOptionsGrammar.FullMultiLineStringLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.fullMultiLineStringLiteral().- Parameters:
ctx- the parse tree
-
exitFullMultiLineStringLiteral
void exitFullMultiLineStringLiteral(STAQueryOptionsGrammar.FullMultiLineStringLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.fullMultiLineStringLiteral().- Parameters:
ctx- the parse tree
-
enterMultiLineStringLiteral
void enterMultiLineStringLiteral(STAQueryOptionsGrammar.MultiLineStringLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.multiLineStringLiteral().- Parameters:
ctx- the parse tree
-
exitMultiLineStringLiteral
void exitMultiLineStringLiteral(STAQueryOptionsGrammar.MultiLineStringLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.multiLineStringLiteral().- Parameters:
ctx- the parse tree
-
enterGeographyMultiPoint
void enterGeographyMultiPoint(STAQueryOptionsGrammar.GeographyMultiPointContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geographyMultiPoint().- Parameters:
ctx- the parse tree
-
exitGeographyMultiPoint
void exitGeographyMultiPoint(STAQueryOptionsGrammar.GeographyMultiPointContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geographyMultiPoint().- Parameters:
ctx- the parse tree
-
enterFullMultiPointLiteral
void enterFullMultiPointLiteral(STAQueryOptionsGrammar.FullMultiPointLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.fullMultiPointLiteral().- Parameters:
ctx- the parse tree
-
exitFullMultiPointLiteral
void exitFullMultiPointLiteral(STAQueryOptionsGrammar.FullMultiPointLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.fullMultiPointLiteral().- Parameters:
ctx- the parse tree
-
enterMultiPointLiteral
void enterMultiPointLiteral(STAQueryOptionsGrammar.MultiPointLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.multiPointLiteral().- Parameters:
ctx- the parse tree
-
exitMultiPointLiteral
void exitMultiPointLiteral(STAQueryOptionsGrammar.MultiPointLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.multiPointLiteral().- Parameters:
ctx- the parse tree
-
enterGeographyMultiPolygon
void enterGeographyMultiPolygon(STAQueryOptionsGrammar.GeographyMultiPolygonContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geographyMultiPolygon().- Parameters:
ctx- the parse tree
-
exitGeographyMultiPolygon
void exitGeographyMultiPolygon(STAQueryOptionsGrammar.GeographyMultiPolygonContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geographyMultiPolygon().- Parameters:
ctx- the parse tree
-
enterFullMultiPolygonLiteral
void enterFullMultiPolygonLiteral(STAQueryOptionsGrammar.FullMultiPolygonLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.fullMultiPolygonLiteral().- Parameters:
ctx- the parse tree
-
exitFullMultiPolygonLiteral
void exitFullMultiPolygonLiteral(STAQueryOptionsGrammar.FullMultiPolygonLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.fullMultiPolygonLiteral().- Parameters:
ctx- the parse tree
-
enterMultiPolygonLiteral
void enterMultiPolygonLiteral(STAQueryOptionsGrammar.MultiPolygonLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.multiPolygonLiteral().- Parameters:
ctx- the parse tree
-
exitMultiPolygonLiteral
void exitMultiPolygonLiteral(STAQueryOptionsGrammar.MultiPolygonLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.multiPolygonLiteral().- Parameters:
ctx- the parse tree
-
enterGeographyPoint
void enterGeographyPoint(STAQueryOptionsGrammar.GeographyPointContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geographyPoint().- Parameters:
ctx- the parse tree
-
exitGeographyPoint
void exitGeographyPoint(STAQueryOptionsGrammar.GeographyPointContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geographyPoint().- Parameters:
ctx- the parse tree
-
enterFullPointLiteral
void enterFullPointLiteral(STAQueryOptionsGrammar.FullPointLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.fullPointLiteral().- Parameters:
ctx- the parse tree
-
exitFullPointLiteral
void exitFullPointLiteral(STAQueryOptionsGrammar.FullPointLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.fullPointLiteral().- Parameters:
ctx- the parse tree
-
enterSridLiteral
void enterSridLiteral(STAQueryOptionsGrammar.SridLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.sridLiteral().- Parameters:
ctx- the parse tree
-
exitSridLiteral
void exitSridLiteral(STAQueryOptionsGrammar.SridLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.sridLiteral().- Parameters:
ctx- the parse tree
-
enterPointLiteral
void enterPointLiteral(STAQueryOptionsGrammar.PointLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.pointLiteral().- Parameters:
ctx- the parse tree
-
exitPointLiteral
void exitPointLiteral(STAQueryOptionsGrammar.PointLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.pointLiteral().- Parameters:
ctx- the parse tree
-
enterPointData
void enterPointData(STAQueryOptionsGrammar.PointDataContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.pointData().- Parameters:
ctx- the parse tree
-
exitPointData
void exitPointData(STAQueryOptionsGrammar.PointDataContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.pointData().- Parameters:
ctx- the parse tree
-
enterPositionLiteral
void enterPositionLiteral(STAQueryOptionsGrammar.PositionLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.positionLiteral().- Parameters:
ctx- the parse tree
-
exitPositionLiteral
void exitPositionLiteral(STAQueryOptionsGrammar.PositionLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.positionLiteral().- Parameters:
ctx- the parse tree
-
enterCoordinate
void enterCoordinate(STAQueryOptionsGrammar.CoordinateContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.coordinate().- Parameters:
ctx- the parse tree
-
exitCoordinate
void exitCoordinate(STAQueryOptionsGrammar.CoordinateContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.coordinate().- Parameters:
ctx- the parse tree
-
enterGeographyPolygon
void enterGeographyPolygon(STAQueryOptionsGrammar.GeographyPolygonContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geographyPolygon().- Parameters:
ctx- the parse tree
-
exitGeographyPolygon
void exitGeographyPolygon(STAQueryOptionsGrammar.GeographyPolygonContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geographyPolygon().- Parameters:
ctx- the parse tree
-
enterFullPolygonLiteral
void enterFullPolygonLiteral(STAQueryOptionsGrammar.FullPolygonLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.fullPolygonLiteral().- Parameters:
ctx- the parse tree
-
exitFullPolygonLiteral
void exitFullPolygonLiteral(STAQueryOptionsGrammar.FullPolygonLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.fullPolygonLiteral().- Parameters:
ctx- the parse tree
-
enterPolygonLiteral
void enterPolygonLiteral(STAQueryOptionsGrammar.PolygonLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.polygonLiteral().- Parameters:
ctx- the parse tree
-
exitPolygonLiteral
void exitPolygonLiteral(STAQueryOptionsGrammar.PolygonLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.polygonLiteral().- Parameters:
ctx- the parse tree
-
enterPolygonData
void enterPolygonData(STAQueryOptionsGrammar.PolygonDataContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.polygonData().- Parameters:
ctx- the parse tree
-
exitPolygonData
void exitPolygonData(STAQueryOptionsGrammar.PolygonDataContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.polygonData().- Parameters:
ctx- the parse tree
-
enterRingLiteral
void enterRingLiteral(STAQueryOptionsGrammar.RingLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.ringLiteral().- Parameters:
ctx- the parse tree
-
exitRingLiteral
void exitRingLiteral(STAQueryOptionsGrammar.RingLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.ringLiteral().- Parameters:
ctx- the parse tree
-
enterGeometryCollection
void enterGeometryCollection(STAQueryOptionsGrammar.GeometryCollectionContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geometryCollection().- Parameters:
ctx- the parse tree
-
exitGeometryCollection
void exitGeometryCollection(STAQueryOptionsGrammar.GeometryCollectionContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geometryCollection().- Parameters:
ctx- the parse tree
-
enterGeometryLineString
void enterGeometryLineString(STAQueryOptionsGrammar.GeometryLineStringContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geometryLineString().- Parameters:
ctx- the parse tree
-
exitGeometryLineString
void exitGeometryLineString(STAQueryOptionsGrammar.GeometryLineStringContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geometryLineString().- Parameters:
ctx- the parse tree
-
enterGeometryMultiLineString
void enterGeometryMultiLineString(STAQueryOptionsGrammar.GeometryMultiLineStringContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geometryMultiLineString().- Parameters:
ctx- the parse tree
-
exitGeometryMultiLineString
void exitGeometryMultiLineString(STAQueryOptionsGrammar.GeometryMultiLineStringContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geometryMultiLineString().- Parameters:
ctx- the parse tree
-
enterGeometryMultiPoint
void enterGeometryMultiPoint(STAQueryOptionsGrammar.GeometryMultiPointContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geometryMultiPoint().- Parameters:
ctx- the parse tree
-
exitGeometryMultiPoint
void exitGeometryMultiPoint(STAQueryOptionsGrammar.GeometryMultiPointContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geometryMultiPoint().- Parameters:
ctx- the parse tree
-
enterGeometryMultiPolygon
void enterGeometryMultiPolygon(STAQueryOptionsGrammar.GeometryMultiPolygonContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geometryMultiPolygon().- Parameters:
ctx- the parse tree
-
exitGeometryMultiPolygon
void exitGeometryMultiPolygon(STAQueryOptionsGrammar.GeometryMultiPolygonContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geometryMultiPolygon().- Parameters:
ctx- the parse tree
-
enterGeometryPoint
void enterGeometryPoint(STAQueryOptionsGrammar.GeometryPointContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geometryPoint().- Parameters:
ctx- the parse tree
-
exitGeometryPoint
void exitGeometryPoint(STAQueryOptionsGrammar.GeometryPointContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geometryPoint().- Parameters:
ctx- the parse tree
-
enterGeometryPolygon
void enterGeometryPolygon(STAQueryOptionsGrammar.GeometryPolygonContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geometryPolygon().- Parameters:
ctx- the parse tree
-
exitGeometryPolygon
void exitGeometryPolygon(STAQueryOptionsGrammar.GeometryPolygonContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geometryPolygon().- Parameters:
ctx- the parse tree
-
enterGeographyPrefix
void enterGeographyPrefix(STAQueryOptionsGrammar.GeographyPrefixContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geographyPrefix().- Parameters:
ctx- the parse tree
-
exitGeographyPrefix
void exitGeographyPrefix(STAQueryOptionsGrammar.GeographyPrefixContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geographyPrefix().- Parameters:
ctx- the parse tree
-
enterGeometryPrefix
void enterGeometryPrefix(STAQueryOptionsGrammar.GeometryPrefixContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geometryPrefix().- Parameters:
ctx- the parse tree
-
exitGeometryPrefix
void exitGeometryPrefix(STAQueryOptionsGrammar.GeometryPrefixContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geometryPrefix().- Parameters:
ctx- the parse tree
-
-