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