Class STAQueryOptionsGrammarBaseListener
- java.lang.Object
-
- org.n52.svalbard.odata.grammar.STAQueryOptionsGrammarBaseListener
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener,STAQueryOptionsGrammarListener
public class STAQueryOptionsGrammarBaseListener extends Object implements STAQueryOptionsGrammarListener
This class provides an empty implementation ofSTAQueryOptionsGrammarListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description STAQueryOptionsGrammarBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterQueryOptions
public void enterQueryOptions(STAQueryOptionsGrammar.QueryOptionsContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.queryOptions().The default implementation does nothing.
- Specified by:
enterQueryOptionsin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitQueryOptions
public void exitQueryOptions(STAQueryOptionsGrammar.QueryOptionsContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.queryOptions().The default implementation does nothing.
- Specified by:
exitQueryOptionsin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSystemQueryOption
public void enterSystemQueryOption(STAQueryOptionsGrammar.SystemQueryOptionContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.systemQueryOption().The default implementation does nothing.
- Specified by:
enterSystemQueryOptionin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSystemQueryOption
public void exitSystemQueryOption(STAQueryOptionsGrammar.SystemQueryOptionContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.systemQueryOption().The default implementation does nothing.
- Specified by:
exitSystemQueryOptionin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterCount
public void enterCount(STAQueryOptionsGrammar.CountContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.count().The default implementation does nothing.
- Specified by:
enterCountin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitCount
public void exitCount(STAQueryOptionsGrammar.CountContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.count().The default implementation does nothing.
- Specified by:
exitCountin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterExpand
public void enterExpand(STAQueryOptionsGrammar.ExpandContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.expand().The default implementation does nothing.
- Specified by:
enterExpandin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitExpand
public void exitExpand(STAQueryOptionsGrammar.ExpandContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.expand().The default implementation does nothing.
- Specified by:
exitExpandin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterExpandItem
public void enterExpandItem(STAQueryOptionsGrammar.ExpandItemContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.expandItem().The default implementation does nothing.
- Specified by:
enterExpandItemin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitExpandItem
public void exitExpandItem(STAQueryOptionsGrammar.ExpandItemContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.expandItem().The default implementation does nothing.
- Specified by:
exitExpandItemin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterFilter
public void enterFilter(STAQueryOptionsGrammar.FilterContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.filter().The default implementation does nothing.
- Specified by:
enterFilterin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitFilter
public void exitFilter(STAQueryOptionsGrammar.FilterContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.filter().The default implementation does nothing.
- Specified by:
exitFilterin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterOrderby
public void enterOrderby(STAQueryOptionsGrammar.OrderbyContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.orderby().The default implementation does nothing.
- Specified by:
enterOrderbyin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitOrderby
public void exitOrderby(STAQueryOptionsGrammar.OrderbyContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.orderby().The default implementation does nothing.
- Specified by:
exitOrderbyin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterOrderbyItem
public void enterOrderbyItem(STAQueryOptionsGrammar.OrderbyItemContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.orderbyItem().The default implementation does nothing.
- Specified by:
enterOrderbyItemin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitOrderbyItem
public void exitOrderbyItem(STAQueryOptionsGrammar.OrderbyItemContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.orderbyItem().The default implementation does nothing.
- Specified by:
exitOrderbyItemin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSkip
public void enterSkip(STAQueryOptionsGrammar.SkipContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.skip().The default implementation does nothing.
- Specified by:
enterSkipin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSkip
public void exitSkip(STAQueryOptionsGrammar.SkipContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.skip().The default implementation does nothing.
- Specified by:
exitSkipin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterTop
public void enterTop(STAQueryOptionsGrammar.TopContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.top().The default implementation does nothing.
- Specified by:
enterTopin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitTop
public void exitTop(STAQueryOptionsGrammar.TopContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.top().The default implementation does nothing.
- Specified by:
exitTopin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSelect
public void enterSelect(STAQueryOptionsGrammar.SelectContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.select().The default implementation does nothing.
- Specified by:
enterSelectin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSelect
public void exitSelect(STAQueryOptionsGrammar.SelectContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.select().The default implementation does nothing.
- Specified by:
exitSelectin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSelectItem
public void enterSelectItem(STAQueryOptionsGrammar.SelectItemContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.selectItem().The default implementation does nothing.
- Specified by:
enterSelectItemin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSelectItem
public void exitSelectItem(STAQueryOptionsGrammar.SelectItemContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.selectItem().The default implementation does nothing.
- Specified by:
exitSelectItemin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterBoolExpr
public void enterBoolExpr(STAQueryOptionsGrammar.BoolExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.boolExpr().The default implementation does nothing.
- Specified by:
enterBoolExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitBoolExpr
public void exitBoolExpr(STAQueryOptionsGrammar.BoolExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.boolExpr().The default implementation does nothing.
- Specified by:
exitBoolExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterBoolParenExpr
public void enterBoolParenExpr(STAQueryOptionsGrammar.BoolParenExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.boolParenExpr().The default implementation does nothing.
- Specified by:
enterBoolParenExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitBoolParenExpr
public void exitBoolParenExpr(STAQueryOptionsGrammar.BoolParenExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.boolParenExpr().The default implementation does nothing.
- Specified by:
exitBoolParenExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterAnyExpr
public void enterAnyExpr(STAQueryOptionsGrammar.AnyExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.anyExpr().The default implementation does nothing.
- Specified by:
enterAnyExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitAnyExpr
public void exitAnyExpr(STAQueryOptionsGrammar.AnyExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.anyExpr().The default implementation does nothing.
- Specified by:
exitAnyExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterParenExpr
public void enterParenExpr(STAQueryOptionsGrammar.ParenExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.parenExpr().The default implementation does nothing.
- Specified by:
enterParenExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitParenExpr
public void exitParenExpr(STAQueryOptionsGrammar.ParenExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.parenExpr().The default implementation does nothing.
- Specified by:
exitParenExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterArithmeticExpr
public void enterArithmeticExpr(STAQueryOptionsGrammar.ArithmeticExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.arithmeticExpr().The default implementation does nothing.
- Specified by:
enterArithmeticExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitArithmeticExpr
public void exitArithmeticExpr(STAQueryOptionsGrammar.ArithmeticExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.arithmeticExpr().The default implementation does nothing.
- Specified by:
exitArithmeticExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterTimeExpr
public void enterTimeExpr(STAQueryOptionsGrammar.TimeExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.timeExpr().The default implementation does nothing.
- Specified by:
enterTimeExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitTimeExpr
public void exitTimeExpr(STAQueryOptionsGrammar.TimeExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.timeExpr().The default implementation does nothing.
- Specified by:
exitTimeExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterTextExpr
public void enterTextExpr(STAQueryOptionsGrammar.TextExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.textExpr().The default implementation does nothing.
- Specified by:
enterTextExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitTextExpr
public void exitTextExpr(STAQueryOptionsGrammar.TextExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.textExpr().The default implementation does nothing.
- Specified by:
exitTextExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeoExpr
public void enterGeoExpr(STAQueryOptionsGrammar.GeoExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geoExpr().The default implementation does nothing.
- Specified by:
enterGeoExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeoExpr
public void exitGeoExpr(STAQueryOptionsGrammar.GeoExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geoExpr().The default implementation does nothing.
- Specified by:
exitGeoExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterMemberExpr
public void enterMemberExpr(STAQueryOptionsGrammar.MemberExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.memberExpr().The default implementation does nothing.
- Specified by:
enterMemberExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitMemberExpr
public void exitMemberExpr(STAQueryOptionsGrammar.MemberExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.memberExpr().The default implementation does nothing.
- Specified by:
exitMemberExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterTextMethodCallExpr
public void enterTextMethodCallExpr(STAQueryOptionsGrammar.TextMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.textMethodCallExpr().The default implementation does nothing.
- Specified by:
enterTextMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitTextMethodCallExpr
public void exitTextMethodCallExpr(STAQueryOptionsGrammar.TextMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.textMethodCallExpr().The default implementation does nothing.
- Specified by:
exitTextMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterArithmeticMethodCallExpr
public void enterArithmeticMethodCallExpr(STAQueryOptionsGrammar.ArithmeticMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.arithmeticMethodCallExpr().The default implementation does nothing.
- Specified by:
enterArithmeticMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitArithmeticMethodCallExpr
public void exitArithmeticMethodCallExpr(STAQueryOptionsGrammar.ArithmeticMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.arithmeticMethodCallExpr().The default implementation does nothing.
- Specified by:
exitArithmeticMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterTemporalMethodCallExpr
public void enterTemporalMethodCallExpr(STAQueryOptionsGrammar.TemporalMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.temporalMethodCallExpr().The default implementation does nothing.
- Specified by:
enterTemporalMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitTemporalMethodCallExpr
public void exitTemporalMethodCallExpr(STAQueryOptionsGrammar.TemporalMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.temporalMethodCallExpr().The default implementation does nothing.
- Specified by:
exitTemporalMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterBoolMethodCallExpr
public void enterBoolMethodCallExpr(STAQueryOptionsGrammar.BoolMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.boolMethodCallExpr().The default implementation does nothing.
- Specified by:
enterBoolMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitBoolMethodCallExpr
public void exitBoolMethodCallExpr(STAQueryOptionsGrammar.BoolMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.boolMethodCallExpr().The default implementation does nothing.
- Specified by:
exitBoolMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterTextOrMember
public void enterTextOrMember(STAQueryOptionsGrammar.TextOrMemberContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.textOrMember().The default implementation does nothing.
- Specified by:
enterTextOrMemberin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitTextOrMember
public void exitTextOrMember(STAQueryOptionsGrammar.TextOrMemberContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.textOrMember().The default implementation does nothing.
- Specified by:
exitTextOrMemberin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterTemporalOrMemberOrISO8601Timestamp
public void enterTemporalOrMemberOrISO8601Timestamp(STAQueryOptionsGrammar.TemporalOrMemberOrISO8601TimestampContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.temporalOrMemberOrISO8601Timestamp().The default implementation does nothing.
- Specified by:
enterTemporalOrMemberOrISO8601Timestampin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitTemporalOrMemberOrISO8601Timestamp
public void exitTemporalOrMemberOrISO8601Timestamp(STAQueryOptionsGrammar.TemporalOrMemberOrISO8601TimestampContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.temporalOrMemberOrISO8601Timestamp().The default implementation does nothing.
- Specified by:
exitTemporalOrMemberOrISO8601Timestampin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeoOrMember
public void enterGeoOrMember(STAQueryOptionsGrammar.GeoOrMemberContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geoOrMember().The default implementation does nothing.
- Specified by:
enterGeoOrMemberin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeoOrMember
public void exitGeoOrMember(STAQueryOptionsGrammar.GeoOrMemberContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geoOrMember().The default implementation does nothing.
- Specified by:
exitGeoOrMemberin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterIso8601Timestamp
public void enterIso8601Timestamp(STAQueryOptionsGrammar.Iso8601TimestampContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.iso8601Timestamp().The default implementation does nothing.
- Specified by:
enterIso8601Timestampin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitIso8601Timestamp
public void exitIso8601Timestamp(STAQueryOptionsGrammar.Iso8601TimestampContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.iso8601Timestamp().The default implementation does nothing.
- Specified by:
exitIso8601Timestampin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterIso8601Timezone
public void enterIso8601Timezone(STAQueryOptionsGrammar.Iso8601TimezoneContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.iso8601Timezone().The default implementation does nothing.
- Specified by:
enterIso8601Timezonein interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitIso8601Timezone
public void exitIso8601Timezone(STAQueryOptionsGrammar.Iso8601TimezoneContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.iso8601Timezone().The default implementation does nothing.
- Specified by:
exitIso8601Timezonein interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSubstringMethodCallExpr
public void enterSubstringMethodCallExpr(STAQueryOptionsGrammar.SubstringMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.substringMethodCallExpr().The default implementation does nothing.
- Specified by:
enterSubstringMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSubstringMethodCallExpr
public void exitSubstringMethodCallExpr(STAQueryOptionsGrammar.SubstringMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.substringMethodCallExpr().The default implementation does nothing.
- Specified by:
exitSubstringMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterToLowerMethodCallExpr
public void enterToLowerMethodCallExpr(STAQueryOptionsGrammar.ToLowerMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.toLowerMethodCallExpr().The default implementation does nothing.
- Specified by:
enterToLowerMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitToLowerMethodCallExpr
public void exitToLowerMethodCallExpr(STAQueryOptionsGrammar.ToLowerMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.toLowerMethodCallExpr().The default implementation does nothing.
- Specified by:
exitToLowerMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterToUpperMethodCallExpr
public void enterToUpperMethodCallExpr(STAQueryOptionsGrammar.ToUpperMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.toUpperMethodCallExpr().The default implementation does nothing.
- Specified by:
enterToUpperMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitToUpperMethodCallExpr
public void exitToUpperMethodCallExpr(STAQueryOptionsGrammar.ToUpperMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.toUpperMethodCallExpr().The default implementation does nothing.
- Specified by:
exitToUpperMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterTrimMethodCallExpr
public void enterTrimMethodCallExpr(STAQueryOptionsGrammar.TrimMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.trimMethodCallExpr().The default implementation does nothing.
- Specified by:
enterTrimMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitTrimMethodCallExpr
public void exitTrimMethodCallExpr(STAQueryOptionsGrammar.TrimMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.trimMethodCallExpr().The default implementation does nothing.
- Specified by:
exitTrimMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterConcatMethodCallExpr
public void enterConcatMethodCallExpr(STAQueryOptionsGrammar.ConcatMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.concatMethodCallExpr().The default implementation does nothing.
- Specified by:
enterConcatMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitConcatMethodCallExpr
public void exitConcatMethodCallExpr(STAQueryOptionsGrammar.ConcatMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.concatMethodCallExpr().The default implementation does nothing.
- Specified by:
exitConcatMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSubstringOfMethodCallExpr
public void enterSubstringOfMethodCallExpr(STAQueryOptionsGrammar.SubstringOfMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.substringOfMethodCallExpr().The default implementation does nothing.
- Specified by:
enterSubstringOfMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSubstringOfMethodCallExpr
public void exitSubstringOfMethodCallExpr(STAQueryOptionsGrammar.SubstringOfMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.substringOfMethodCallExpr().The default implementation does nothing.
- Specified by:
exitSubstringOfMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterStartsWithMethodCallExpr
public void enterStartsWithMethodCallExpr(STAQueryOptionsGrammar.StartsWithMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.startsWithMethodCallExpr().The default implementation does nothing.
- Specified by:
enterStartsWithMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitStartsWithMethodCallExpr
public void exitStartsWithMethodCallExpr(STAQueryOptionsGrammar.StartsWithMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.startsWithMethodCallExpr().The default implementation does nothing.
- Specified by:
exitStartsWithMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterEndsWithMethodCallExpr
public void enterEndsWithMethodCallExpr(STAQueryOptionsGrammar.EndsWithMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.endsWithMethodCallExpr().The default implementation does nothing.
- Specified by:
enterEndsWithMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitEndsWithMethodCallExpr
public void exitEndsWithMethodCallExpr(STAQueryOptionsGrammar.EndsWithMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.endsWithMethodCallExpr().The default implementation does nothing.
- Specified by:
exitEndsWithMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterContainsMethodCallExpr
public void enterContainsMethodCallExpr(STAQueryOptionsGrammar.ContainsMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.containsMethodCallExpr().The default implementation does nothing.
- Specified by:
enterContainsMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitContainsMethodCallExpr
public void exitContainsMethodCallExpr(STAQueryOptionsGrammar.ContainsMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.containsMethodCallExpr().The default implementation does nothing.
- Specified by:
exitContainsMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterIntersectsMethodCallExpr
public void enterIntersectsMethodCallExpr(STAQueryOptionsGrammar.IntersectsMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.intersectsMethodCallExpr().The default implementation does nothing.
- Specified by:
enterIntersectsMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitIntersectsMethodCallExpr
public void exitIntersectsMethodCallExpr(STAQueryOptionsGrammar.IntersectsMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.intersectsMethodCallExpr().The default implementation does nothing.
- Specified by:
exitIntersectsMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSt_commonMethodCallExpr
public void enterSt_commonMethodCallExpr(STAQueryOptionsGrammar.St_commonMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_commonMethodCallExpr().The default implementation does nothing.
- Specified by:
enterSt_commonMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSt_commonMethodCallExpr
public void exitSt_commonMethodCallExpr(STAQueryOptionsGrammar.St_commonMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_commonMethodCallExpr().The default implementation does nothing.
- Specified by:
exitSt_commonMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSt_equalsMethodCallExpr
public void enterSt_equalsMethodCallExpr(STAQueryOptionsGrammar.St_equalsMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_equalsMethodCallExpr().The default implementation does nothing.
- Specified by:
enterSt_equalsMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSt_equalsMethodCallExpr
public void exitSt_equalsMethodCallExpr(STAQueryOptionsGrammar.St_equalsMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_equalsMethodCallExpr().The default implementation does nothing.
- Specified by:
exitSt_equalsMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSt_disjointMethodCallExpr
public void enterSt_disjointMethodCallExpr(STAQueryOptionsGrammar.St_disjointMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_disjointMethodCallExpr().The default implementation does nothing.
- Specified by:
enterSt_disjointMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSt_disjointMethodCallExpr
public void exitSt_disjointMethodCallExpr(STAQueryOptionsGrammar.St_disjointMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_disjointMethodCallExpr().The default implementation does nothing.
- Specified by:
exitSt_disjointMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSt_touchesMethodCallExpr
public void enterSt_touchesMethodCallExpr(STAQueryOptionsGrammar.St_touchesMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_touchesMethodCallExpr().The default implementation does nothing.
- Specified by:
enterSt_touchesMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSt_touchesMethodCallExpr
public void exitSt_touchesMethodCallExpr(STAQueryOptionsGrammar.St_touchesMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_touchesMethodCallExpr().The default implementation does nothing.
- Specified by:
exitSt_touchesMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSt_withinMethodCallExpr
public void enterSt_withinMethodCallExpr(STAQueryOptionsGrammar.St_withinMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_withinMethodCallExpr().The default implementation does nothing.
- Specified by:
enterSt_withinMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSt_withinMethodCallExpr
public void exitSt_withinMethodCallExpr(STAQueryOptionsGrammar.St_withinMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_withinMethodCallExpr().The default implementation does nothing.
- Specified by:
exitSt_withinMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSt_overlapsMethodCallExpr
public void enterSt_overlapsMethodCallExpr(STAQueryOptionsGrammar.St_overlapsMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_overlapsMethodCallExpr().The default implementation does nothing.
- Specified by:
enterSt_overlapsMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSt_overlapsMethodCallExpr
public void exitSt_overlapsMethodCallExpr(STAQueryOptionsGrammar.St_overlapsMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_overlapsMethodCallExpr().The default implementation does nothing.
- Specified by:
exitSt_overlapsMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSt_crossesMethodCallExpr
public void enterSt_crossesMethodCallExpr(STAQueryOptionsGrammar.St_crossesMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_crossesMethodCallExpr().The default implementation does nothing.
- Specified by:
enterSt_crossesMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSt_crossesMethodCallExpr
public void exitSt_crossesMethodCallExpr(STAQueryOptionsGrammar.St_crossesMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_crossesMethodCallExpr().The default implementation does nothing.
- Specified by:
exitSt_crossesMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSt_intersectsMethodCallExpr
public void enterSt_intersectsMethodCallExpr(STAQueryOptionsGrammar.St_intersectsMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_intersectsMethodCallExpr().The default implementation does nothing.
- Specified by:
enterSt_intersectsMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSt_intersectsMethodCallExpr
public void exitSt_intersectsMethodCallExpr(STAQueryOptionsGrammar.St_intersectsMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_intersectsMethodCallExpr().The default implementation does nothing.
- Specified by:
exitSt_intersectsMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSt_containsMethodCallExpr
public void enterSt_containsMethodCallExpr(STAQueryOptionsGrammar.St_containsMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_containsMethodCallExpr().The default implementation does nothing.
- Specified by:
enterSt_containsMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSt_containsMethodCallExpr
public void exitSt_containsMethodCallExpr(STAQueryOptionsGrammar.St_containsMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_containsMethodCallExpr().The default implementation does nothing.
- Specified by:
exitSt_containsMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSt_relateMethodCallExpr
public void enterSt_relateMethodCallExpr(STAQueryOptionsGrammar.St_relateMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.st_relateMethodCallExpr().The default implementation does nothing.
- Specified by:
enterSt_relateMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSt_relateMethodCallExpr
public void exitSt_relateMethodCallExpr(STAQueryOptionsGrammar.St_relateMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.st_relateMethodCallExpr().The default implementation does nothing.
- Specified by:
exitSt_relateMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterLengthMethodCallExpr
public void enterLengthMethodCallExpr(STAQueryOptionsGrammar.LengthMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.lengthMethodCallExpr().The default implementation does nothing.
- Specified by:
enterLengthMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitLengthMethodCallExpr
public void exitLengthMethodCallExpr(STAQueryOptionsGrammar.LengthMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.lengthMethodCallExpr().The default implementation does nothing.
- Specified by:
exitLengthMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterIndexOfMethodCallExpr
public void enterIndexOfMethodCallExpr(STAQueryOptionsGrammar.IndexOfMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.indexOfMethodCallExpr().The default implementation does nothing.
- Specified by:
enterIndexOfMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitIndexOfMethodCallExpr
public void exitIndexOfMethodCallExpr(STAQueryOptionsGrammar.IndexOfMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.indexOfMethodCallExpr().The default implementation does nothing.
- Specified by:
exitIndexOfMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterYearMethodCallExpr
public void enterYearMethodCallExpr(STAQueryOptionsGrammar.YearMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.yearMethodCallExpr().The default implementation does nothing.
- Specified by:
enterYearMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitYearMethodCallExpr
public void exitYearMethodCallExpr(STAQueryOptionsGrammar.YearMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.yearMethodCallExpr().The default implementation does nothing.
- Specified by:
exitYearMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterMonthMethodCallExpr
public void enterMonthMethodCallExpr(STAQueryOptionsGrammar.MonthMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.monthMethodCallExpr().The default implementation does nothing.
- Specified by:
enterMonthMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitMonthMethodCallExpr
public void exitMonthMethodCallExpr(STAQueryOptionsGrammar.MonthMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.monthMethodCallExpr().The default implementation does nothing.
- Specified by:
exitMonthMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterDayMethodCallExpr
public void enterDayMethodCallExpr(STAQueryOptionsGrammar.DayMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.dayMethodCallExpr().The default implementation does nothing.
- Specified by:
enterDayMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitDayMethodCallExpr
public void exitDayMethodCallExpr(STAQueryOptionsGrammar.DayMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.dayMethodCallExpr().The default implementation does nothing.
- Specified by:
exitDayMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterDaysMethodCallExpr
public void enterDaysMethodCallExpr(STAQueryOptionsGrammar.DaysMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.daysMethodCallExpr().The default implementation does nothing.
- Specified by:
enterDaysMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitDaysMethodCallExpr
public void exitDaysMethodCallExpr(STAQueryOptionsGrammar.DaysMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.daysMethodCallExpr().The default implementation does nothing.
- Specified by:
exitDaysMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterHourMethodCallExpr
public void enterHourMethodCallExpr(STAQueryOptionsGrammar.HourMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.hourMethodCallExpr().The default implementation does nothing.
- Specified by:
enterHourMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitHourMethodCallExpr
public void exitHourMethodCallExpr(STAQueryOptionsGrammar.HourMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.hourMethodCallExpr().The default implementation does nothing.
- Specified by:
exitHourMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterMinuteMethodCallExpr
public void enterMinuteMethodCallExpr(STAQueryOptionsGrammar.MinuteMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.minuteMethodCallExpr().The default implementation does nothing.
- Specified by:
enterMinuteMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitMinuteMethodCallExpr
public void exitMinuteMethodCallExpr(STAQueryOptionsGrammar.MinuteMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.minuteMethodCallExpr().The default implementation does nothing.
- Specified by:
exitMinuteMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSecondMethodCallExpr
public void enterSecondMethodCallExpr(STAQueryOptionsGrammar.SecondMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.secondMethodCallExpr().The default implementation does nothing.
- Specified by:
enterSecondMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSecondMethodCallExpr
public void exitSecondMethodCallExpr(STAQueryOptionsGrammar.SecondMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.secondMethodCallExpr().The default implementation does nothing.
- Specified by:
exitSecondMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterTimeMethodCallExpr
public void enterTimeMethodCallExpr(STAQueryOptionsGrammar.TimeMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.timeMethodCallExpr().The default implementation does nothing.
- Specified by:
enterTimeMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitTimeMethodCallExpr
public void exitTimeMethodCallExpr(STAQueryOptionsGrammar.TimeMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.timeMethodCallExpr().The default implementation does nothing.
- Specified by:
exitTimeMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterDateMethodCallExpr
public void enterDateMethodCallExpr(STAQueryOptionsGrammar.DateMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.dateMethodCallExpr().The default implementation does nothing.
- Specified by:
enterDateMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitDateMethodCallExpr
public void exitDateMethodCallExpr(STAQueryOptionsGrammar.DateMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.dateMethodCallExpr().The default implementation does nothing.
- Specified by:
exitDateMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterRoundMethodCallExpr
public void enterRoundMethodCallExpr(STAQueryOptionsGrammar.RoundMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.roundMethodCallExpr().The default implementation does nothing.
- Specified by:
enterRoundMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitRoundMethodCallExpr
public void exitRoundMethodCallExpr(STAQueryOptionsGrammar.RoundMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.roundMethodCallExpr().The default implementation does nothing.
- Specified by:
exitRoundMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterFloorMethodCallExpr
public void enterFloorMethodCallExpr(STAQueryOptionsGrammar.FloorMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.floorMethodCallExpr().The default implementation does nothing.
- Specified by:
enterFloorMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitFloorMethodCallExpr
public void exitFloorMethodCallExpr(STAQueryOptionsGrammar.FloorMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.floorMethodCallExpr().The default implementation does nothing.
- Specified by:
exitFloorMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterCeilingMethodCallExpr
public void enterCeilingMethodCallExpr(STAQueryOptionsGrammar.CeilingMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.ceilingMethodCallExpr().The default implementation does nothing.
- Specified by:
enterCeilingMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitCeilingMethodCallExpr
public void exitCeilingMethodCallExpr(STAQueryOptionsGrammar.CeilingMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.ceilingMethodCallExpr().The default implementation does nothing.
- Specified by:
exitCeilingMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterTotalOffsetMinutesExpr
public void enterTotalOffsetMinutesExpr(STAQueryOptionsGrammar.TotalOffsetMinutesExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.totalOffsetMinutesExpr().The default implementation does nothing.
- Specified by:
enterTotalOffsetMinutesExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitTotalOffsetMinutesExpr
public void exitTotalOffsetMinutesExpr(STAQueryOptionsGrammar.TotalOffsetMinutesExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.totalOffsetMinutesExpr().The default implementation does nothing.
- Specified by:
exitTotalOffsetMinutesExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterDistanceMethodCallExpr
public void enterDistanceMethodCallExpr(STAQueryOptionsGrammar.DistanceMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.distanceMethodCallExpr().The default implementation does nothing.
- Specified by:
enterDistanceMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitDistanceMethodCallExpr
public void exitDistanceMethodCallExpr(STAQueryOptionsGrammar.DistanceMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.distanceMethodCallExpr().The default implementation does nothing.
- Specified by:
exitDistanceMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeoLengthMethodCallExpr
public void enterGeoLengthMethodCallExpr(STAQueryOptionsGrammar.GeoLengthMethodCallExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geoLengthMethodCallExpr().The default implementation does nothing.
- Specified by:
enterGeoLengthMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeoLengthMethodCallExpr
public void exitGeoLengthMethodCallExpr(STAQueryOptionsGrammar.GeoLengthMethodCallExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geoLengthMethodCallExpr().The default implementation does nothing.
- Specified by:
exitGeoLengthMethodCallExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterMinDate
public void enterMinDate(STAQueryOptionsGrammar.MinDateContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.minDate().The default implementation does nothing.
- Specified by:
enterMinDatein interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitMinDate
public void exitMinDate(STAQueryOptionsGrammar.MinDateContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.minDate().The default implementation does nothing.
- Specified by:
exitMinDatein interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterMaxDate
public void enterMaxDate(STAQueryOptionsGrammar.MaxDateContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.maxDate().The default implementation does nothing.
- Specified by:
enterMaxDatein interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitMaxDate
public void exitMaxDate(STAQueryOptionsGrammar.MaxDateContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.maxDate().The default implementation does nothing.
- Specified by:
exitMaxDatein interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterNowDate
public void enterNowDate(STAQueryOptionsGrammar.NowDateContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.nowDate().The default implementation does nothing.
- Specified by:
enterNowDatein interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitNowDate
public void exitNowDate(STAQueryOptionsGrammar.NowDateContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.nowDate().The default implementation does nothing.
- Specified by:
exitNowDatein interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterAndExpr
public void enterAndExpr(STAQueryOptionsGrammar.AndExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.andExpr().The default implementation does nothing.
- Specified by:
enterAndExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitAndExpr
public void exitAndExpr(STAQueryOptionsGrammar.AndExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.andExpr().The default implementation does nothing.
- Specified by:
exitAndExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterOrExpr
public void enterOrExpr(STAQueryOptionsGrammar.OrExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.orExpr().The default implementation does nothing.
- Specified by:
enterOrExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitOrExpr
public void exitOrExpr(STAQueryOptionsGrammar.OrExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.orExpr().The default implementation does nothing.
- Specified by:
exitOrExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterNotExpr
public void enterNotExpr(STAQueryOptionsGrammar.NotExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.notExpr().The default implementation does nothing.
- Specified by:
enterNotExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitNotExpr
public void exitNotExpr(STAQueryOptionsGrammar.NotExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.notExpr().The default implementation does nothing.
- Specified by:
exitNotExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterEqExpr
public void enterEqExpr(STAQueryOptionsGrammar.EqExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.eqExpr().The default implementation does nothing.
- Specified by:
enterEqExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitEqExpr
public void exitEqExpr(STAQueryOptionsGrammar.EqExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.eqExpr().The default implementation does nothing.
- Specified by:
exitEqExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterNeExpr
public void enterNeExpr(STAQueryOptionsGrammar.NeExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.neExpr().The default implementation does nothing.
- Specified by:
enterNeExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitNeExpr
public void exitNeExpr(STAQueryOptionsGrammar.NeExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.neExpr().The default implementation does nothing.
- Specified by:
exitNeExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterLtExpr
public void enterLtExpr(STAQueryOptionsGrammar.LtExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.ltExpr().The default implementation does nothing.
- Specified by:
enterLtExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitLtExpr
public void exitLtExpr(STAQueryOptionsGrammar.LtExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.ltExpr().The default implementation does nothing.
- Specified by:
exitLtExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterLeExpr
public void enterLeExpr(STAQueryOptionsGrammar.LeExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.leExpr().The default implementation does nothing.
- Specified by:
enterLeExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitLeExpr
public void exitLeExpr(STAQueryOptionsGrammar.LeExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.leExpr().The default implementation does nothing.
- Specified by:
exitLeExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGtExpr
public void enterGtExpr(STAQueryOptionsGrammar.GtExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.gtExpr().The default implementation does nothing.
- Specified by:
enterGtExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGtExpr
public void exitGtExpr(STAQueryOptionsGrammar.GtExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.gtExpr().The default implementation does nothing.
- Specified by:
exitGtExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeExpr
public void enterGeExpr(STAQueryOptionsGrammar.GeExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geExpr().The default implementation does nothing.
- Specified by:
enterGeExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeExpr
public void exitGeExpr(STAQueryOptionsGrammar.GeExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geExpr().The default implementation does nothing.
- Specified by:
exitGeExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterAddExpr
public void enterAddExpr(STAQueryOptionsGrammar.AddExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.addExpr().The default implementation does nothing.
- Specified by:
enterAddExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitAddExpr
public void exitAddExpr(STAQueryOptionsGrammar.AddExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.addExpr().The default implementation does nothing.
- Specified by:
exitAddExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSubExpr
public void enterSubExpr(STAQueryOptionsGrammar.SubExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.subExpr().The default implementation does nothing.
- Specified by:
enterSubExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSubExpr
public void exitSubExpr(STAQueryOptionsGrammar.SubExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.subExpr().The default implementation does nothing.
- Specified by:
exitSubExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterMulExpr
public void enterMulExpr(STAQueryOptionsGrammar.MulExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.mulExpr().The default implementation does nothing.
- Specified by:
enterMulExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitMulExpr
public void exitMulExpr(STAQueryOptionsGrammar.MulExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.mulExpr().The default implementation does nothing.
- Specified by:
exitMulExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterDivExpr
public void enterDivExpr(STAQueryOptionsGrammar.DivExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.divExpr().The default implementation does nothing.
- Specified by:
enterDivExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitDivExpr
public void exitDivExpr(STAQueryOptionsGrammar.DivExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.divExpr().The default implementation does nothing.
- Specified by:
exitDivExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterModExpr
public void enterModExpr(STAQueryOptionsGrammar.ModExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.modExpr().The default implementation does nothing.
- Specified by:
enterModExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitModExpr
public void exitModExpr(STAQueryOptionsGrammar.ModExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.modExpr().The default implementation does nothing.
- Specified by:
exitModExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterNegateExpr
public void enterNegateExpr(STAQueryOptionsGrammar.NegateExprContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.negateExpr().The default implementation does nothing.
- Specified by:
enterNegateExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitNegateExpr
public void exitNegateExpr(STAQueryOptionsGrammar.NegateExprContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.negateExpr().The default implementation does nothing.
- Specified by:
exitNegateExprin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterNumericLiteral
public void enterNumericLiteral(STAQueryOptionsGrammar.NumericLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.numericLiteral().The default implementation does nothing.
- Specified by:
enterNumericLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitNumericLiteral
public void exitNumericLiteral(STAQueryOptionsGrammar.NumericLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.numericLiteral().The default implementation does nothing.
- Specified by:
exitNumericLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterDecimalLiteral
public void enterDecimalLiteral(STAQueryOptionsGrammar.DecimalLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.decimalLiteral().The default implementation does nothing.
- Specified by:
enterDecimalLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitDecimalLiteral
public void exitDecimalLiteral(STAQueryOptionsGrammar.DecimalLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.decimalLiteral().The default implementation does nothing.
- Specified by:
exitDecimalLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterEscapedString
public void enterEscapedString(STAQueryOptionsGrammar.EscapedStringContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.escapedString().The default implementation does nothing.
- Specified by:
enterEscapedStringin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitEscapedString
public void exitEscapedString(STAQueryOptionsGrammar.EscapedStringContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.escapedString().The default implementation does nothing.
- Specified by:
exitEscapedStringin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeographyCollection
public void enterGeographyCollection(STAQueryOptionsGrammar.GeographyCollectionContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geographyCollection().The default implementation does nothing.
- Specified by:
enterGeographyCollectionin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeographyCollection
public void exitGeographyCollection(STAQueryOptionsGrammar.GeographyCollectionContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geographyCollection().The default implementation does nothing.
- Specified by:
exitGeographyCollectionin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterFullCollectionLiteral
public void enterFullCollectionLiteral(STAQueryOptionsGrammar.FullCollectionLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.fullCollectionLiteral().The default implementation does nothing.
- Specified by:
enterFullCollectionLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitFullCollectionLiteral
public void exitFullCollectionLiteral(STAQueryOptionsGrammar.FullCollectionLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.fullCollectionLiteral().The default implementation does nothing.
- Specified by:
exitFullCollectionLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterCollectionLiteral
public void enterCollectionLiteral(STAQueryOptionsGrammar.CollectionLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.collectionLiteral().The default implementation does nothing.
- Specified by:
enterCollectionLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitCollectionLiteral
public void exitCollectionLiteral(STAQueryOptionsGrammar.CollectionLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.collectionLiteral().The default implementation does nothing.
- Specified by:
exitCollectionLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeoLiteral
public void enterGeoLiteral(STAQueryOptionsGrammar.GeoLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geoLiteral().The default implementation does nothing.
- Specified by:
enterGeoLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeoLiteral
public void exitGeoLiteral(STAQueryOptionsGrammar.GeoLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geoLiteral().The default implementation does nothing.
- Specified by:
exitGeoLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeographyLineString
public void enterGeographyLineString(STAQueryOptionsGrammar.GeographyLineStringContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geographyLineString().The default implementation does nothing.
- Specified by:
enterGeographyLineStringin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeographyLineString
public void exitGeographyLineString(STAQueryOptionsGrammar.GeographyLineStringContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geographyLineString().The default implementation does nothing.
- Specified by:
exitGeographyLineStringin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterFullLineStringLiteral
public void enterFullLineStringLiteral(STAQueryOptionsGrammar.FullLineStringLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.fullLineStringLiteral().The default implementation does nothing.
- Specified by:
enterFullLineStringLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitFullLineStringLiteral
public void exitFullLineStringLiteral(STAQueryOptionsGrammar.FullLineStringLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.fullLineStringLiteral().The default implementation does nothing.
- Specified by:
exitFullLineStringLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterLineStringLiteral
public void enterLineStringLiteral(STAQueryOptionsGrammar.LineStringLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.lineStringLiteral().The default implementation does nothing.
- Specified by:
enterLineStringLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitLineStringLiteral
public void exitLineStringLiteral(STAQueryOptionsGrammar.LineStringLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.lineStringLiteral().The default implementation does nothing.
- Specified by:
exitLineStringLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterLineStringData
public void enterLineStringData(STAQueryOptionsGrammar.LineStringDataContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.lineStringData().The default implementation does nothing.
- Specified by:
enterLineStringDatain interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitLineStringData
public void exitLineStringData(STAQueryOptionsGrammar.LineStringDataContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.lineStringData().The default implementation does nothing.
- Specified by:
exitLineStringDatain interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeographyMultiLineString
public void enterGeographyMultiLineString(STAQueryOptionsGrammar.GeographyMultiLineStringContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geographyMultiLineString().The default implementation does nothing.
- Specified by:
enterGeographyMultiLineStringin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeographyMultiLineString
public void exitGeographyMultiLineString(STAQueryOptionsGrammar.GeographyMultiLineStringContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geographyMultiLineString().The default implementation does nothing.
- Specified by:
exitGeographyMultiLineStringin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterFullMultiLineStringLiteral
public void enterFullMultiLineStringLiteral(STAQueryOptionsGrammar.FullMultiLineStringLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.fullMultiLineStringLiteral().The default implementation does nothing.
- Specified by:
enterFullMultiLineStringLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitFullMultiLineStringLiteral
public void exitFullMultiLineStringLiteral(STAQueryOptionsGrammar.FullMultiLineStringLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.fullMultiLineStringLiteral().The default implementation does nothing.
- Specified by:
exitFullMultiLineStringLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterMultiLineStringLiteral
public void enterMultiLineStringLiteral(STAQueryOptionsGrammar.MultiLineStringLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.multiLineStringLiteral().The default implementation does nothing.
- Specified by:
enterMultiLineStringLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitMultiLineStringLiteral
public void exitMultiLineStringLiteral(STAQueryOptionsGrammar.MultiLineStringLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.multiLineStringLiteral().The default implementation does nothing.
- Specified by:
exitMultiLineStringLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeographyMultiPoint
public void enterGeographyMultiPoint(STAQueryOptionsGrammar.GeographyMultiPointContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geographyMultiPoint().The default implementation does nothing.
- Specified by:
enterGeographyMultiPointin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeographyMultiPoint
public void exitGeographyMultiPoint(STAQueryOptionsGrammar.GeographyMultiPointContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geographyMultiPoint().The default implementation does nothing.
- Specified by:
exitGeographyMultiPointin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterFullMultiPointLiteral
public void enterFullMultiPointLiteral(STAQueryOptionsGrammar.FullMultiPointLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.fullMultiPointLiteral().The default implementation does nothing.
- Specified by:
enterFullMultiPointLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitFullMultiPointLiteral
public void exitFullMultiPointLiteral(STAQueryOptionsGrammar.FullMultiPointLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.fullMultiPointLiteral().The default implementation does nothing.
- Specified by:
exitFullMultiPointLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterMultiPointLiteral
public void enterMultiPointLiteral(STAQueryOptionsGrammar.MultiPointLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.multiPointLiteral().The default implementation does nothing.
- Specified by:
enterMultiPointLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitMultiPointLiteral
public void exitMultiPointLiteral(STAQueryOptionsGrammar.MultiPointLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.multiPointLiteral().The default implementation does nothing.
- Specified by:
exitMultiPointLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeographyMultiPolygon
public void enterGeographyMultiPolygon(STAQueryOptionsGrammar.GeographyMultiPolygonContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geographyMultiPolygon().The default implementation does nothing.
- Specified by:
enterGeographyMultiPolygonin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeographyMultiPolygon
public void exitGeographyMultiPolygon(STAQueryOptionsGrammar.GeographyMultiPolygonContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geographyMultiPolygon().The default implementation does nothing.
- Specified by:
exitGeographyMultiPolygonin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterFullMultiPolygonLiteral
public void enterFullMultiPolygonLiteral(STAQueryOptionsGrammar.FullMultiPolygonLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.fullMultiPolygonLiteral().The default implementation does nothing.
- Specified by:
enterFullMultiPolygonLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitFullMultiPolygonLiteral
public void exitFullMultiPolygonLiteral(STAQueryOptionsGrammar.FullMultiPolygonLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.fullMultiPolygonLiteral().The default implementation does nothing.
- Specified by:
exitFullMultiPolygonLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterMultiPolygonLiteral
public void enterMultiPolygonLiteral(STAQueryOptionsGrammar.MultiPolygonLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.multiPolygonLiteral().The default implementation does nothing.
- Specified by:
enterMultiPolygonLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitMultiPolygonLiteral
public void exitMultiPolygonLiteral(STAQueryOptionsGrammar.MultiPolygonLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.multiPolygonLiteral().The default implementation does nothing.
- Specified by:
exitMultiPolygonLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeographyPoint
public void enterGeographyPoint(STAQueryOptionsGrammar.GeographyPointContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geographyPoint().The default implementation does nothing.
- Specified by:
enterGeographyPointin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeographyPoint
public void exitGeographyPoint(STAQueryOptionsGrammar.GeographyPointContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geographyPoint().The default implementation does nothing.
- Specified by:
exitGeographyPointin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterFullPointLiteral
public void enterFullPointLiteral(STAQueryOptionsGrammar.FullPointLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.fullPointLiteral().The default implementation does nothing.
- Specified by:
enterFullPointLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitFullPointLiteral
public void exitFullPointLiteral(STAQueryOptionsGrammar.FullPointLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.fullPointLiteral().The default implementation does nothing.
- Specified by:
exitFullPointLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterSridLiteral
public void enterSridLiteral(STAQueryOptionsGrammar.SridLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.sridLiteral().The default implementation does nothing.
- Specified by:
enterSridLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitSridLiteral
public void exitSridLiteral(STAQueryOptionsGrammar.SridLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.sridLiteral().The default implementation does nothing.
- Specified by:
exitSridLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterPointLiteral
public void enterPointLiteral(STAQueryOptionsGrammar.PointLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.pointLiteral().The default implementation does nothing.
- Specified by:
enterPointLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitPointLiteral
public void exitPointLiteral(STAQueryOptionsGrammar.PointLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.pointLiteral().The default implementation does nothing.
- Specified by:
exitPointLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterPointData
public void enterPointData(STAQueryOptionsGrammar.PointDataContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.pointData().The default implementation does nothing.
- Specified by:
enterPointDatain interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitPointData
public void exitPointData(STAQueryOptionsGrammar.PointDataContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.pointData().The default implementation does nothing.
- Specified by:
exitPointDatain interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterPositionLiteral
public void enterPositionLiteral(STAQueryOptionsGrammar.PositionLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.positionLiteral().The default implementation does nothing.
- Specified by:
enterPositionLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitPositionLiteral
public void exitPositionLiteral(STAQueryOptionsGrammar.PositionLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.positionLiteral().The default implementation does nothing.
- Specified by:
exitPositionLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterCoordinate
public void enterCoordinate(STAQueryOptionsGrammar.CoordinateContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.coordinate().The default implementation does nothing.
- Specified by:
enterCoordinatein interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitCoordinate
public void exitCoordinate(STAQueryOptionsGrammar.CoordinateContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.coordinate().The default implementation does nothing.
- Specified by:
exitCoordinatein interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeographyPolygon
public void enterGeographyPolygon(STAQueryOptionsGrammar.GeographyPolygonContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geographyPolygon().The default implementation does nothing.
- Specified by:
enterGeographyPolygonin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeographyPolygon
public void exitGeographyPolygon(STAQueryOptionsGrammar.GeographyPolygonContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geographyPolygon().The default implementation does nothing.
- Specified by:
exitGeographyPolygonin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterFullPolygonLiteral
public void enterFullPolygonLiteral(STAQueryOptionsGrammar.FullPolygonLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.fullPolygonLiteral().The default implementation does nothing.
- Specified by:
enterFullPolygonLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitFullPolygonLiteral
public void exitFullPolygonLiteral(STAQueryOptionsGrammar.FullPolygonLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.fullPolygonLiteral().The default implementation does nothing.
- Specified by:
exitFullPolygonLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterPolygonLiteral
public void enterPolygonLiteral(STAQueryOptionsGrammar.PolygonLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.polygonLiteral().The default implementation does nothing.
- Specified by:
enterPolygonLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitPolygonLiteral
public void exitPolygonLiteral(STAQueryOptionsGrammar.PolygonLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.polygonLiteral().The default implementation does nothing.
- Specified by:
exitPolygonLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterPolygonData
public void enterPolygonData(STAQueryOptionsGrammar.PolygonDataContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.polygonData().The default implementation does nothing.
- Specified by:
enterPolygonDatain interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitPolygonData
public void exitPolygonData(STAQueryOptionsGrammar.PolygonDataContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.polygonData().The default implementation does nothing.
- Specified by:
exitPolygonDatain interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterRingLiteral
public void enterRingLiteral(STAQueryOptionsGrammar.RingLiteralContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.ringLiteral().The default implementation does nothing.
- Specified by:
enterRingLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitRingLiteral
public void exitRingLiteral(STAQueryOptionsGrammar.RingLiteralContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.ringLiteral().The default implementation does nothing.
- Specified by:
exitRingLiteralin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeometryCollection
public void enterGeometryCollection(STAQueryOptionsGrammar.GeometryCollectionContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geometryCollection().The default implementation does nothing.
- Specified by:
enterGeometryCollectionin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeometryCollection
public void exitGeometryCollection(STAQueryOptionsGrammar.GeometryCollectionContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geometryCollection().The default implementation does nothing.
- Specified by:
exitGeometryCollectionin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeometryLineString
public void enterGeometryLineString(STAQueryOptionsGrammar.GeometryLineStringContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geometryLineString().The default implementation does nothing.
- Specified by:
enterGeometryLineStringin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeometryLineString
public void exitGeometryLineString(STAQueryOptionsGrammar.GeometryLineStringContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geometryLineString().The default implementation does nothing.
- Specified by:
exitGeometryLineStringin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeometryMultiLineString
public void enterGeometryMultiLineString(STAQueryOptionsGrammar.GeometryMultiLineStringContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geometryMultiLineString().The default implementation does nothing.
- Specified by:
enterGeometryMultiLineStringin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeometryMultiLineString
public void exitGeometryMultiLineString(STAQueryOptionsGrammar.GeometryMultiLineStringContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geometryMultiLineString().The default implementation does nothing.
- Specified by:
exitGeometryMultiLineStringin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeometryMultiPoint
public void enterGeometryMultiPoint(STAQueryOptionsGrammar.GeometryMultiPointContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geometryMultiPoint().The default implementation does nothing.
- Specified by:
enterGeometryMultiPointin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeometryMultiPoint
public void exitGeometryMultiPoint(STAQueryOptionsGrammar.GeometryMultiPointContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geometryMultiPoint().The default implementation does nothing.
- Specified by:
exitGeometryMultiPointin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeometryMultiPolygon
public void enterGeometryMultiPolygon(STAQueryOptionsGrammar.GeometryMultiPolygonContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geometryMultiPolygon().The default implementation does nothing.
- Specified by:
enterGeometryMultiPolygonin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeometryMultiPolygon
public void exitGeometryMultiPolygon(STAQueryOptionsGrammar.GeometryMultiPolygonContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geometryMultiPolygon().The default implementation does nothing.
- Specified by:
exitGeometryMultiPolygonin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeometryPoint
public void enterGeometryPoint(STAQueryOptionsGrammar.GeometryPointContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geometryPoint().The default implementation does nothing.
- Specified by:
enterGeometryPointin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeometryPoint
public void exitGeometryPoint(STAQueryOptionsGrammar.GeometryPointContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geometryPoint().The default implementation does nothing.
- Specified by:
exitGeometryPointin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeometryPolygon
public void enterGeometryPolygon(STAQueryOptionsGrammar.GeometryPolygonContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geometryPolygon().The default implementation does nothing.
- Specified by:
enterGeometryPolygonin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeometryPolygon
public void exitGeometryPolygon(STAQueryOptionsGrammar.GeometryPolygonContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geometryPolygon().The default implementation does nothing.
- Specified by:
exitGeometryPolygonin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeographyPrefix
public void enterGeographyPrefix(STAQueryOptionsGrammar.GeographyPrefixContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geographyPrefix().The default implementation does nothing.
- Specified by:
enterGeographyPrefixin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeographyPrefix
public void exitGeographyPrefix(STAQueryOptionsGrammar.GeographyPrefixContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geographyPrefix().The default implementation does nothing.
- Specified by:
exitGeographyPrefixin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterGeometryPrefix
public void enterGeometryPrefix(STAQueryOptionsGrammar.GeometryPrefixContext ctx)
Enter a parse tree produced bySTAQueryOptionsGrammar.geometryPrefix().The default implementation does nothing.
- Specified by:
enterGeometryPrefixin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
exitGeometryPrefix
public void exitGeometryPrefix(STAQueryOptionsGrammar.GeometryPrefixContext ctx)
Exit a parse tree produced bySTAQueryOptionsGrammar.geometryPrefix().The default implementation does nothing.
- Specified by:
exitGeometryPrefixin interfaceSTAQueryOptionsGrammarListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-