public class UriParserBaseListener extends Object implements UriParserListener
UriParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
UriParserBaseListener() |
public void enterBatchEOF(UriParserParser.BatchEOFContext ctx)
UriParserParser.batchEOF().
The default implementation does nothing.
enterBatchEOF in interface UriParserListenerctx - the parse treepublic void exitBatchEOF(UriParserParser.BatchEOFContext ctx)
UriParserParser.batchEOF().
The default implementation does nothing.
exitBatchEOF in interface UriParserListenerctx - the parse treepublic void enterEntityEOF(UriParserParser.EntityEOFContext ctx)
UriParserParser.entityEOF().
The default implementation does nothing.
enterEntityEOF in interface UriParserListenerctx - the parse treepublic void exitEntityEOF(UriParserParser.EntityEOFContext ctx)
UriParserParser.entityEOF().
The default implementation does nothing.
exitEntityEOF in interface UriParserListenerctx - the parse treepublic void enterMetadataEOF(UriParserParser.MetadataEOFContext ctx)
UriParserParser.metadataEOF().
The default implementation does nothing.
enterMetadataEOF in interface UriParserListenerctx - the parse treepublic void exitMetadataEOF(UriParserParser.MetadataEOFContext ctx)
UriParserParser.metadataEOF().
The default implementation does nothing.
exitMetadataEOF in interface UriParserListenerctx - the parse treepublic void enterCrossjoinEOF(UriParserParser.CrossjoinEOFContext ctx)
UriParserParser.crossjoinEOF().
The default implementation does nothing.
enterCrossjoinEOF in interface UriParserListenerctx - the parse treepublic void exitCrossjoinEOF(UriParserParser.CrossjoinEOFContext ctx)
UriParserParser.crossjoinEOF().
The default implementation does nothing.
exitCrossjoinEOF in interface UriParserListenerctx - the parse treepublic void enterAllEOF(UriParserParser.AllEOFContext ctx)
UriParserParser.allEOF().
The default implementation does nothing.
enterAllEOF in interface UriParserListenerctx - the parse treepublic void exitAllEOF(UriParserParser.AllEOFContext ctx)
UriParserParser.allEOF().
The default implementation does nothing.
exitAllEOF in interface UriParserListenerctx - the parse treepublic void enterPathSegmentEOF(UriParserParser.PathSegmentEOFContext ctx)
UriParserParser.pathSegmentEOF().
The default implementation does nothing.
enterPathSegmentEOF in interface UriParserListenerctx - the parse treepublic void exitPathSegmentEOF(UriParserParser.PathSegmentEOFContext ctx)
UriParserParser.pathSegmentEOF().
The default implementation does nothing.
exitPathSegmentEOF in interface UriParserListenerctx - the parse treepublic void enterPathSegments(UriParserParser.PathSegmentsContext ctx)
UriParserParser.pathSegments().
The default implementation does nothing.
enterPathSegments in interface UriParserListenerctx - the parse treepublic void exitPathSegments(UriParserParser.PathSegmentsContext ctx)
UriParserParser.pathSegments().
The default implementation does nothing.
exitPathSegments in interface UriParserListenerctx - the parse treepublic void enterPathSegment(UriParserParser.PathSegmentContext ctx)
UriParserParser.pathSegment().
The default implementation does nothing.
enterPathSegment in interface UriParserListenerctx - the parse treepublic void exitPathSegment(UriParserParser.PathSegmentContext ctx)
UriParserParser.pathSegment().
The default implementation does nothing.
exitPathSegment in interface UriParserListenerctx - the parse treepublic void enterNameValueOptList(UriParserParser.NameValueOptListContext ctx)
UriParserParser.nameValueOptList().
The default implementation does nothing.
enterNameValueOptList in interface UriParserListenerctx - the parse treepublic void exitNameValueOptList(UriParserParser.NameValueOptListContext ctx)
UriParserParser.nameValueOptList().
The default implementation does nothing.
exitNameValueOptList in interface UriParserListenerctx - the parse treepublic void enterNameValueList(UriParserParser.NameValueListContext ctx)
UriParserParser.nameValueList().
The default implementation does nothing.
enterNameValueList in interface UriParserListenerctx - the parse treepublic void exitNameValueList(UriParserParser.NameValueListContext ctx)
UriParserParser.nameValueList().
The default implementation does nothing.
exitNameValueList in interface UriParserListenerctx - the parse treepublic void enterNameValuePair(UriParserParser.NameValuePairContext ctx)
UriParserParser.nameValuePair().
The default implementation does nothing.
enterNameValuePair in interface UriParserListenerctx - the parse treepublic void exitNameValuePair(UriParserParser.NameValuePairContext ctx)
UriParserParser.nameValuePair().
The default implementation does nothing.
exitNameValuePair in interface UriParserListenerctx - the parse treepublic void enterConstSegment(UriParserParser.ConstSegmentContext ctx)
UriParserParser.constSegment().
The default implementation does nothing.
enterConstSegment in interface UriParserListenerctx - the parse treepublic void exitConstSegment(UriParserParser.ConstSegmentContext ctx)
UriParserParser.constSegment().
The default implementation does nothing.
exitConstSegment in interface UriParserListenerctx - the parse treepublic void enterCount(UriParserParser.CountContext ctx)
UriParserParser.count().
The default implementation does nothing.
enterCount in interface UriParserListenerctx - the parse treepublic void exitCount(UriParserParser.CountContext ctx)
UriParserParser.count().
The default implementation does nothing.
exitCount in interface UriParserListenerctx - the parse treepublic void enterRef(UriParserParser.RefContext ctx)
UriParserParser.ref().
The default implementation does nothing.
enterRef in interface UriParserListenerctx - the parse treepublic void exitRef(UriParserParser.RefContext ctx)
UriParserParser.ref().
The default implementation does nothing.
exitRef in interface UriParserListenerctx - the parse treepublic void enterValue(UriParserParser.ValueContext ctx)
UriParserParser.value().
The default implementation does nothing.
enterValue in interface UriParserListenerctx - the parse treepublic void exitValue(UriParserParser.ValueContext ctx)
UriParserParser.value().
The default implementation does nothing.
exitValue in interface UriParserListenerctx - the parse treepublic void enterQueryOptions(UriParserParser.QueryOptionsContext ctx)
UriParserParser.queryOptions().
The default implementation does nothing.
enterQueryOptions in interface UriParserListenerctx - the parse treepublic void exitQueryOptions(UriParserParser.QueryOptionsContext ctx)
UriParserParser.queryOptions().
The default implementation does nothing.
exitQueryOptions in interface UriParserListenerctx - the parse treepublic void enterQueryOption(UriParserParser.QueryOptionContext ctx)
UriParserParser.queryOption().
The default implementation does nothing.
enterQueryOption in interface UriParserListenerctx - the parse treepublic void exitQueryOption(UriParserParser.QueryOptionContext ctx)
UriParserParser.queryOption().
The default implementation does nothing.
exitQueryOption in interface UriParserListenerctx - the parse treepublic void enterSystemQueryOption(UriParserParser.SystemQueryOptionContext ctx)
UriParserParser.systemQueryOption().
The default implementation does nothing.
enterSystemQueryOption in interface UriParserListenerctx - the parse treepublic void exitSystemQueryOption(UriParserParser.SystemQueryOptionContext ctx)
UriParserParser.systemQueryOption().
The default implementation does nothing.
exitSystemQueryOption in interface UriParserListenerctx - the parse treepublic void enterSkiptoken(UriParserParser.SkiptokenContext ctx)
UriParserParser.skiptoken().
The default implementation does nothing.
enterSkiptoken in interface UriParserListenerctx - the parse treepublic void exitSkiptoken(UriParserParser.SkiptokenContext ctx)
UriParserParser.skiptoken().
The default implementation does nothing.
exitSkiptoken in interface UriParserListenerctx - the parse treepublic void enterExpand(UriParserParser.ExpandContext ctx)
UriParserParser.expand().
The default implementation does nothing.
enterExpand in interface UriParserListenerctx - the parse treepublic void exitExpand(UriParserParser.ExpandContext ctx)
UriParserParser.expand().
The default implementation does nothing.
exitExpand in interface UriParserListenerctx - the parse treepublic void enterExpandItemsEOF(UriParserParser.ExpandItemsEOFContext ctx)
UriParserParser.expandItemsEOF().
The default implementation does nothing.
enterExpandItemsEOF in interface UriParserListenerctx - the parse treepublic void exitExpandItemsEOF(UriParserParser.ExpandItemsEOFContext ctx)
UriParserParser.expandItemsEOF().
The default implementation does nothing.
exitExpandItemsEOF in interface UriParserListenerctx - the parse treepublic void enterExpandItems(UriParserParser.ExpandItemsContext ctx)
UriParserParser.expandItems().
The default implementation does nothing.
enterExpandItems in interface UriParserListenerctx - the parse treepublic void exitExpandItems(UriParserParser.ExpandItemsContext ctx)
UriParserParser.expandItems().
The default implementation does nothing.
exitExpandItems in interface UriParserListenerctx - the parse treepublic void enterExpandItem(UriParserParser.ExpandItemContext ctx)
UriParserParser.expandItem().
The default implementation does nothing.
enterExpandItem in interface UriParserListenerctx - the parse treepublic void exitExpandItem(UriParserParser.ExpandItemContext ctx)
UriParserParser.expandItem().
The default implementation does nothing.
exitExpandItem in interface UriParserListenerctx - the parse treepublic void enterExpandPath(UriParserParser.ExpandPathContext ctx)
UriParserParser.expandPath().
The default implementation does nothing.
enterExpandPath in interface UriParserListenerctx - the parse treepublic void exitExpandPath(UriParserParser.ExpandPathContext ctx)
UriParserParser.expandPath().
The default implementation does nothing.
exitExpandPath in interface UriParserListenerctx - the parse treepublic void enterExpandPathExtension(UriParserParser.ExpandPathExtensionContext ctx)
UriParserParser.expandPathExtension().
The default implementation does nothing.
enterExpandPathExtension in interface UriParserListenerctx - the parse treepublic void exitExpandPathExtension(UriParserParser.ExpandPathExtensionContext ctx)
UriParserParser.expandPathExtension().
The default implementation does nothing.
exitExpandPathExtension in interface UriParserListenerctx - the parse treepublic void enterExpandCountOption(UriParserParser.ExpandCountOptionContext ctx)
UriParserParser.expandCountOption().
The default implementation does nothing.
enterExpandCountOption in interface UriParserListenerctx - the parse treepublic void exitExpandCountOption(UriParserParser.ExpandCountOptionContext ctx)
UriParserParser.expandCountOption().
The default implementation does nothing.
exitExpandCountOption in interface UriParserListenerctx - the parse treepublic void enterExpandRefOption(UriParserParser.ExpandRefOptionContext ctx)
UriParserParser.expandRefOption().
The default implementation does nothing.
enterExpandRefOption in interface UriParserListenerctx - the parse treepublic void exitExpandRefOption(UriParserParser.ExpandRefOptionContext ctx)
UriParserParser.expandRefOption().
The default implementation does nothing.
exitExpandRefOption in interface UriParserListenerctx - the parse treepublic void enterExpandOption(UriParserParser.ExpandOptionContext ctx)
UriParserParser.expandOption().
The default implementation does nothing.
enterExpandOption in interface UriParserListenerctx - the parse treepublic void exitExpandOption(UriParserParser.ExpandOptionContext ctx)
UriParserParser.expandOption().
The default implementation does nothing.
exitExpandOption in interface UriParserListenerctx - the parse treepublic void enterLevels(UriParserParser.LevelsContext ctx)
UriParserParser.levels().
The default implementation does nothing.
enterLevels in interface UriParserListenerctx - the parse treepublic void exitLevels(UriParserParser.LevelsContext ctx)
UriParserParser.levels().
The default implementation does nothing.
exitLevels in interface UriParserListenerctx - the parse treepublic void enterFilter(UriParserParser.FilterContext ctx)
UriParserParser.filter().
The default implementation does nothing.
enterFilter in interface UriParserListenerctx - the parse treepublic void exitFilter(UriParserParser.FilterContext ctx)
UriParserParser.filter().
The default implementation does nothing.
exitFilter in interface UriParserListenerctx - the parse treepublic void enterFilterExpressionEOF(UriParserParser.FilterExpressionEOFContext ctx)
UriParserParser.filterExpressionEOF().
The default implementation does nothing.
enterFilterExpressionEOF in interface UriParserListenerctx - the parse treepublic void exitFilterExpressionEOF(UriParserParser.FilterExpressionEOFContext ctx)
UriParserParser.filterExpressionEOF().
The default implementation does nothing.
exitFilterExpressionEOF in interface UriParserListenerctx - the parse treepublic void enterOrderBy(UriParserParser.OrderByContext ctx)
UriParserParser.orderBy().
The default implementation does nothing.
enterOrderBy in interface UriParserListenerctx - the parse treepublic void exitOrderBy(UriParserParser.OrderByContext ctx)
UriParserParser.orderBy().
The default implementation does nothing.
exitOrderBy in interface UriParserListenerctx - the parse treepublic void enterOrderByEOF(UriParserParser.OrderByEOFContext ctx)
UriParserParser.orderByEOF().
The default implementation does nothing.
enterOrderByEOF in interface UriParserListenerctx - the parse treepublic void exitOrderByEOF(UriParserParser.OrderByEOFContext ctx)
UriParserParser.orderByEOF().
The default implementation does nothing.
exitOrderByEOF in interface UriParserListenerctx - the parse treepublic void enterOrderList(UriParserParser.OrderListContext ctx)
UriParserParser.orderList().
The default implementation does nothing.
enterOrderList in interface UriParserListenerctx - the parse treepublic void exitOrderList(UriParserParser.OrderListContext ctx)
UriParserParser.orderList().
The default implementation does nothing.
exitOrderList in interface UriParserListenerctx - the parse treepublic void enterOrderByItem(UriParserParser.OrderByItemContext ctx)
UriParserParser.orderByItem().
The default implementation does nothing.
enterOrderByItem in interface UriParserListenerctx - the parse treepublic void exitOrderByItem(UriParserParser.OrderByItemContext ctx)
UriParserParser.orderByItem().
The default implementation does nothing.
exitOrderByItem in interface UriParserListenerctx - the parse treepublic void enterSkip(UriParserParser.SkipContext ctx)
UriParserParser.skip().
The default implementation does nothing.
enterSkip in interface UriParserListenerctx - the parse treepublic void exitSkip(UriParserParser.SkipContext ctx)
UriParserParser.skip().
The default implementation does nothing.
exitSkip in interface UriParserListenerctx - the parse treepublic void enterTop(UriParserParser.TopContext ctx)
UriParserParser.top().
The default implementation does nothing.
enterTop in interface UriParserListenerctx - the parse treepublic void exitTop(UriParserParser.TopContext ctx)
UriParserParser.top().
The default implementation does nothing.
exitTop in interface UriParserListenerctx - the parse treepublic void enterInlinecount(UriParserParser.InlinecountContext ctx)
UriParserParser.inlinecount().
The default implementation does nothing.
enterInlinecount in interface UriParserListenerctx - the parse treepublic void exitInlinecount(UriParserParser.InlinecountContext ctx)
UriParserParser.inlinecount().
The default implementation does nothing.
exitInlinecount in interface UriParserListenerctx - the parse treepublic void enterSearch(UriParserParser.SearchContext ctx)
UriParserParser.search().
The default implementation does nothing.
enterSearch in interface UriParserListenerctx - the parse treepublic void exitSearch(UriParserParser.SearchContext ctx)
UriParserParser.search().
The default implementation does nothing.
exitSearch in interface UriParserListenerctx - the parse treepublic void enterSearchInline(UriParserParser.SearchInlineContext ctx)
UriParserParser.searchInline().
The default implementation does nothing.
enterSearchInline in interface UriParserListenerctx - the parse treepublic void exitSearchInline(UriParserParser.SearchInlineContext ctx)
UriParserParser.searchInline().
The default implementation does nothing.
exitSearchInline in interface UriParserListenerctx - the parse treepublic void enterSearchSpecialToken(UriParserParser.SearchSpecialTokenContext ctx)
UriParserParser.searchSpecialToken().
The default implementation does nothing.
enterSearchSpecialToken in interface UriParserListenerctx - the parse treepublic void exitSearchSpecialToken(UriParserParser.SearchSpecialTokenContext ctx)
UriParserParser.searchSpecialToken().
The default implementation does nothing.
exitSearchSpecialToken in interface UriParserListenerctx - the parse treepublic void enterSearchExpr(UriParserParser.SearchExprContext ctx)
UriParserParser.searchExpr().
The default implementation does nothing.
enterSearchExpr in interface UriParserListenerctx - the parse treepublic void exitSearchExpr(UriParserParser.SearchExprContext ctx)
UriParserParser.searchExpr().
The default implementation does nothing.
exitSearchExpr in interface UriParserListenerctx - the parse treepublic void enterSearchPhrase(UriParserParser.SearchPhraseContext ctx)
UriParserParser.searchPhrase().
The default implementation does nothing.
enterSearchPhrase in interface UriParserListenerctx - the parse treepublic void exitSearchPhrase(UriParserParser.SearchPhraseContext ctx)
UriParserParser.searchPhrase().
The default implementation does nothing.
exitSearchPhrase in interface UriParserListenerctx - the parse treepublic void enterSearchWord(UriParserParser.SearchWordContext ctx)
UriParserParser.searchWord().
The default implementation does nothing.
enterSearchWord in interface UriParserListenerctx - the parse treepublic void exitSearchWord(UriParserParser.SearchWordContext ctx)
UriParserParser.searchWord().
The default implementation does nothing.
exitSearchWord in interface UriParserListenerctx - the parse treepublic void enterSelect(UriParserParser.SelectContext ctx)
UriParserParser.select().
The default implementation does nothing.
enterSelect in interface UriParserListenerctx - the parse treepublic void exitSelect(UriParserParser.SelectContext ctx)
UriParserParser.select().
The default implementation does nothing.
exitSelect in interface UriParserListenerctx - the parse treepublic void enterSelectEOF(UriParserParser.SelectEOFContext ctx)
UriParserParser.selectEOF().
The default implementation does nothing.
enterSelectEOF in interface UriParserListenerctx - the parse treepublic void exitSelectEOF(UriParserParser.SelectEOFContext ctx)
UriParserParser.selectEOF().
The default implementation does nothing.
exitSelectEOF in interface UriParserListenerctx - the parse treepublic void enterSelectItem(UriParserParser.SelectItemContext ctx)
UriParserParser.selectItem().
The default implementation does nothing.
enterSelectItem in interface UriParserListenerctx - the parse treepublic void exitSelectItem(UriParserParser.SelectItemContext ctx)
UriParserParser.selectItem().
The default implementation does nothing.
exitSelectItem in interface UriParserListenerctx - the parse treepublic void enterSelectSegment(UriParserParser.SelectSegmentContext ctx)
UriParserParser.selectSegment().
The default implementation does nothing.
enterSelectSegment in interface UriParserListenerctx - the parse treepublic void exitSelectSegment(UriParserParser.SelectSegmentContext ctx)
UriParserParser.selectSegment().
The default implementation does nothing.
exitSelectSegment in interface UriParserListenerctx - the parse treepublic void enterAliasAndValue(UriParserParser.AliasAndValueContext ctx)
UriParserParser.aliasAndValue().
The default implementation does nothing.
enterAliasAndValue in interface UriParserListenerctx - the parse treepublic void exitAliasAndValue(UriParserParser.AliasAndValueContext ctx)
UriParserParser.aliasAndValue().
The default implementation does nothing.
exitAliasAndValue in interface UriParserListenerctx - the parse treepublic void enterParameterValue(UriParserParser.ParameterValueContext ctx)
UriParserParser.parameterValue().
The default implementation does nothing.
enterParameterValue in interface UriParserListenerctx - the parse treepublic void exitParameterValue(UriParserParser.ParameterValueContext ctx)
UriParserParser.parameterValue().
The default implementation does nothing.
exitParameterValue in interface UriParserListenerctx - the parse treepublic void enterContextFragment(UriParserParser.ContextFragmentContext ctx)
UriParserParser.contextFragment().
The default implementation does nothing.
enterContextFragment in interface UriParserListenerctx - the parse treepublic void exitContextFragment(UriParserParser.ContextFragmentContext ctx)
UriParserParser.contextFragment().
The default implementation does nothing.
exitContextFragment in interface UriParserListenerctx - the parse treepublic void enterAltAlias(UriParserParser.AltAliasContext ctx)
altAlias
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
enterAltAlias in interface UriParserListenerctx - the parse treepublic void exitAltAlias(UriParserParser.AltAliasContext ctx)
altAlias
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
exitAltAlias in interface UriParserListenerctx - the parse treepublic void enterAltLiteral(UriParserParser.AltLiteralContext ctx)
altLiteral
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
enterAltLiteral in interface UriParserListenerctx - the parse treepublic void exitAltLiteral(UriParserParser.AltLiteralContext ctx)
altLiteral
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
exitAltLiteral in interface UriParserListenerctx - the parse treepublic void enterAltAdd(UriParserParser.AltAddContext ctx)
altAdd
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
enterAltAdd in interface UriParserListenerctx - the parse treepublic void exitAltAdd(UriParserParser.AltAddContext ctx)
altAdd
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
exitAltAdd in interface UriParserListenerctx - the parse treepublic void enterAltAnd(UriParserParser.AltAndContext ctx)
altAnd
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
enterAltAnd in interface UriParserListenerctx - the parse treepublic void exitAltAnd(UriParserParser.AltAndContext ctx)
altAnd
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
exitAltAnd in interface UriParserListenerctx - the parse treepublic void enterAltMethod(UriParserParser.AltMethodContext ctx)
altMethod
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
enterAltMethod in interface UriParserListenerctx - the parse treepublic void exitAltMethod(UriParserParser.AltMethodContext ctx)
altMethod
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
exitAltMethod in interface UriParserListenerctx - the parse treepublic void enterAltMember(UriParserParser.AltMemberContext ctx)
altMember
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
enterAltMember in interface UriParserListenerctx - the parse treepublic void exitAltMember(UriParserParser.AltMemberContext ctx)
altMember
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
exitAltMember in interface UriParserListenerctx - the parse treepublic void enterAltAny(UriParserParser.AltAnyContext ctx)
altAny
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
enterAltAny in interface UriParserListenerctx - the parse treepublic void exitAltAny(UriParserParser.AltAnyContext ctx)
altAny
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
exitAltAny in interface UriParserListenerctx - the parse treepublic void enterAltJson(UriParserParser.AltJsonContext ctx)
altJson
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
enterAltJson in interface UriParserListenerctx - the parse treepublic void exitAltJson(UriParserParser.AltJsonContext ctx)
altJson
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
exitAltJson in interface UriParserListenerctx - the parse treepublic void enterAltComparism(UriParserParser.AltComparismContext ctx)
altComparism
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
enterAltComparism in interface UriParserListenerctx - the parse treepublic void exitAltComparism(UriParserParser.AltComparismContext ctx)
altComparism
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
exitAltComparism in interface UriParserListenerctx - the parse treepublic void enterAltUnary(UriParserParser.AltUnaryContext ctx)
altUnary
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
enterAltUnary in interface UriParserListenerctx - the parse treepublic void exitAltUnary(UriParserParser.AltUnaryContext ctx)
altUnary
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
exitAltUnary in interface UriParserListenerctx - the parse treepublic void enterAltPharenthesis(UriParserParser.AltPharenthesisContext ctx)
altPharenthesis
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
enterAltPharenthesis in interface UriParserListenerctx - the parse treepublic void exitAltPharenthesis(UriParserParser.AltPharenthesisContext ctx)
altPharenthesis
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
exitAltPharenthesis in interface UriParserListenerctx - the parse treepublic void enterAltEquality(UriParserParser.AltEqualityContext ctx)
altEquality
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
enterAltEquality in interface UriParserListenerctx - the parse treepublic void exitAltEquality(UriParserParser.AltEqualityContext ctx)
altEquality
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
exitAltEquality in interface UriParserListenerctx - the parse treepublic void enterAltMult(UriParserParser.AltMultContext ctx)
altMult
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
enterAltMult in interface UriParserListenerctx - the parse treepublic void exitAltMult(UriParserParser.AltMultContext ctx)
altMult
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
exitAltMult in interface UriParserListenerctx - the parse treepublic void enterAltAll(UriParserParser.AltAllContext ctx)
altAll
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
enterAltAll in interface UriParserListenerctx - the parse treepublic void exitAltAll(UriParserParser.AltAllContext ctx)
altAll
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
exitAltAll in interface UriParserListenerctx - the parse treepublic void enterAltRoot(UriParserParser.AltRootContext ctx)
altRoot
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
enterAltRoot in interface UriParserListenerctx - the parse treepublic void exitAltRoot(UriParserParser.AltRootContext ctx)
altRoot
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
exitAltRoot in interface UriParserListenerctx - the parse treepublic void enterAltHas(UriParserParser.AltHasContext ctx)
altHas
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
enterAltHas in interface UriParserListenerctx - the parse treepublic void exitAltHas(UriParserParser.AltHasContext ctx)
altHas
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
exitAltHas in interface UriParserListenerctx - the parse treepublic void enterAltOr(UriParserParser.AltOrContext ctx)
altOr
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
enterAltOr in interface UriParserListenerctx - the parse treepublic void exitAltOr(UriParserParser.AltOrContext ctx)
altOr
labeled alternative in UriParserParser.commonExpr().
The default implementation does nothing.
exitAltOr in interface UriParserListenerctx - the parse treepublic void enterUnary(UriParserParser.UnaryContext ctx)
UriParserParser.unary().
The default implementation does nothing.
enterUnary in interface UriParserListenerctx - the parse treepublic void exitUnary(UriParserParser.UnaryContext ctx)
UriParserParser.unary().
The default implementation does nothing.
exitUnary in interface UriParserListenerctx - the parse treepublic void enterRootExpr(UriParserParser.RootExprContext ctx)
UriParserParser.rootExpr().
The default implementation does nothing.
enterRootExpr in interface UriParserListenerctx - the parse treepublic void exitRootExpr(UriParserParser.RootExprContext ctx)
UriParserParser.rootExpr().
The default implementation does nothing.
exitRootExpr in interface UriParserListenerctx - the parse treepublic void enterMemberExpr(UriParserParser.MemberExprContext ctx)
UriParserParser.memberExpr().
The default implementation does nothing.
enterMemberExpr in interface UriParserListenerctx - the parse treepublic void exitMemberExpr(UriParserParser.MemberExprContext ctx)
UriParserParser.memberExpr().
The default implementation does nothing.
exitMemberExpr in interface UriParserListenerctx - the parse treepublic void enterAnyExpr(UriParserParser.AnyExprContext ctx)
UriParserParser.anyExpr().
The default implementation does nothing.
enterAnyExpr in interface UriParserListenerctx - the parse treepublic void exitAnyExpr(UriParserParser.AnyExprContext ctx)
UriParserParser.anyExpr().
The default implementation does nothing.
exitAnyExpr in interface UriParserListenerctx - the parse treepublic void enterAllExpr(UriParserParser.AllExprContext ctx)
UriParserParser.allExpr().
The default implementation does nothing.
enterAllExpr in interface UriParserListenerctx - the parse treepublic void exitAllExpr(UriParserParser.AllExprContext ctx)
UriParserParser.allExpr().
The default implementation does nothing.
exitAllExpr in interface UriParserListenerctx - the parse treepublic void enterMethodCallExpr(UriParserParser.MethodCallExprContext ctx)
UriParserParser.methodCallExpr().
The default implementation does nothing.
enterMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitMethodCallExpr(UriParserParser.MethodCallExprContext ctx)
UriParserParser.methodCallExpr().
The default implementation does nothing.
exitMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterContainsMethodCallExpr(UriParserParser.ContainsMethodCallExprContext ctx)
UriParserParser.containsMethodCallExpr().
The default implementation does nothing.
enterContainsMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitContainsMethodCallExpr(UriParserParser.ContainsMethodCallExprContext ctx)
UriParserParser.containsMethodCallExpr().
The default implementation does nothing.
exitContainsMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterStartsWithMethodCallExpr(UriParserParser.StartsWithMethodCallExprContext ctx)
UriParserParser.startsWithMethodCallExpr().
The default implementation does nothing.
enterStartsWithMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitStartsWithMethodCallExpr(UriParserParser.StartsWithMethodCallExprContext ctx)
UriParserParser.startsWithMethodCallExpr().
The default implementation does nothing.
exitStartsWithMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterEndsWithMethodCallExpr(UriParserParser.EndsWithMethodCallExprContext ctx)
UriParserParser.endsWithMethodCallExpr().
The default implementation does nothing.
enterEndsWithMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitEndsWithMethodCallExpr(UriParserParser.EndsWithMethodCallExprContext ctx)
UriParserParser.endsWithMethodCallExpr().
The default implementation does nothing.
exitEndsWithMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterLengthMethodCallExpr(UriParserParser.LengthMethodCallExprContext ctx)
UriParserParser.lengthMethodCallExpr().
The default implementation does nothing.
enterLengthMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitLengthMethodCallExpr(UriParserParser.LengthMethodCallExprContext ctx)
UriParserParser.lengthMethodCallExpr().
The default implementation does nothing.
exitLengthMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterIndexOfMethodCallExpr(UriParserParser.IndexOfMethodCallExprContext ctx)
UriParserParser.indexOfMethodCallExpr().
The default implementation does nothing.
enterIndexOfMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitIndexOfMethodCallExpr(UriParserParser.IndexOfMethodCallExprContext ctx)
UriParserParser.indexOfMethodCallExpr().
The default implementation does nothing.
exitIndexOfMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterSubstringMethodCallExpr(UriParserParser.SubstringMethodCallExprContext ctx)
UriParserParser.substringMethodCallExpr().
The default implementation does nothing.
enterSubstringMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitSubstringMethodCallExpr(UriParserParser.SubstringMethodCallExprContext ctx)
UriParserParser.substringMethodCallExpr().
The default implementation does nothing.
exitSubstringMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterToLowerMethodCallExpr(UriParserParser.ToLowerMethodCallExprContext ctx)
UriParserParser.toLowerMethodCallExpr().
The default implementation does nothing.
enterToLowerMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitToLowerMethodCallExpr(UriParserParser.ToLowerMethodCallExprContext ctx)
UriParserParser.toLowerMethodCallExpr().
The default implementation does nothing.
exitToLowerMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterToUpperMethodCallExpr(UriParserParser.ToUpperMethodCallExprContext ctx)
UriParserParser.toUpperMethodCallExpr().
The default implementation does nothing.
enterToUpperMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitToUpperMethodCallExpr(UriParserParser.ToUpperMethodCallExprContext ctx)
UriParserParser.toUpperMethodCallExpr().
The default implementation does nothing.
exitToUpperMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterTrimMethodCallExpr(UriParserParser.TrimMethodCallExprContext ctx)
UriParserParser.trimMethodCallExpr().
The default implementation does nothing.
enterTrimMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitTrimMethodCallExpr(UriParserParser.TrimMethodCallExprContext ctx)
UriParserParser.trimMethodCallExpr().
The default implementation does nothing.
exitTrimMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterConcatMethodCallExpr(UriParserParser.ConcatMethodCallExprContext ctx)
UriParserParser.concatMethodCallExpr().
The default implementation does nothing.
enterConcatMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitConcatMethodCallExpr(UriParserParser.ConcatMethodCallExprContext ctx)
UriParserParser.concatMethodCallExpr().
The default implementation does nothing.
exitConcatMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterYearMethodCallExpr(UriParserParser.YearMethodCallExprContext ctx)
UriParserParser.yearMethodCallExpr().
The default implementation does nothing.
enterYearMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitYearMethodCallExpr(UriParserParser.YearMethodCallExprContext ctx)
UriParserParser.yearMethodCallExpr().
The default implementation does nothing.
exitYearMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterMonthMethodCallExpr(UriParserParser.MonthMethodCallExprContext ctx)
UriParserParser.monthMethodCallExpr().
The default implementation does nothing.
enterMonthMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitMonthMethodCallExpr(UriParserParser.MonthMethodCallExprContext ctx)
UriParserParser.monthMethodCallExpr().
The default implementation does nothing.
exitMonthMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterDayMethodCallExpr(UriParserParser.DayMethodCallExprContext ctx)
UriParserParser.dayMethodCallExpr().
The default implementation does nothing.
enterDayMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitDayMethodCallExpr(UriParserParser.DayMethodCallExprContext ctx)
UriParserParser.dayMethodCallExpr().
The default implementation does nothing.
exitDayMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterHourMethodCallExpr(UriParserParser.HourMethodCallExprContext ctx)
UriParserParser.hourMethodCallExpr().
The default implementation does nothing.
enterHourMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitHourMethodCallExpr(UriParserParser.HourMethodCallExprContext ctx)
UriParserParser.hourMethodCallExpr().
The default implementation does nothing.
exitHourMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterMinuteMethodCallExpr(UriParserParser.MinuteMethodCallExprContext ctx)
UriParserParser.minuteMethodCallExpr().
The default implementation does nothing.
enterMinuteMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitMinuteMethodCallExpr(UriParserParser.MinuteMethodCallExprContext ctx)
UriParserParser.minuteMethodCallExpr().
The default implementation does nothing.
exitMinuteMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterSecondMethodCallExpr(UriParserParser.SecondMethodCallExprContext ctx)
UriParserParser.secondMethodCallExpr().
The default implementation does nothing.
enterSecondMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitSecondMethodCallExpr(UriParserParser.SecondMethodCallExprContext ctx)
UriParserParser.secondMethodCallExpr().
The default implementation does nothing.
exitSecondMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterFractionalsecondsMethodCallExpr(UriParserParser.FractionalsecondsMethodCallExprContext ctx)
UriParserParser.fractionalsecondsMethodCallExpr().
The default implementation does nothing.
enterFractionalsecondsMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitFractionalsecondsMethodCallExpr(UriParserParser.FractionalsecondsMethodCallExprContext ctx)
UriParserParser.fractionalsecondsMethodCallExpr().
The default implementation does nothing.
exitFractionalsecondsMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterTotalsecondsMethodCallExpr(UriParserParser.TotalsecondsMethodCallExprContext ctx)
UriParserParser.totalsecondsMethodCallExpr().
The default implementation does nothing.
enterTotalsecondsMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitTotalsecondsMethodCallExpr(UriParserParser.TotalsecondsMethodCallExprContext ctx)
UriParserParser.totalsecondsMethodCallExpr().
The default implementation does nothing.
exitTotalsecondsMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterDateMethodCallExpr(UriParserParser.DateMethodCallExprContext ctx)
UriParserParser.dateMethodCallExpr().
The default implementation does nothing.
enterDateMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitDateMethodCallExpr(UriParserParser.DateMethodCallExprContext ctx)
UriParserParser.dateMethodCallExpr().
The default implementation does nothing.
exitDateMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterTimeMethodCallExpr(UriParserParser.TimeMethodCallExprContext ctx)
UriParserParser.timeMethodCallExpr().
The default implementation does nothing.
enterTimeMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitTimeMethodCallExpr(UriParserParser.TimeMethodCallExprContext ctx)
UriParserParser.timeMethodCallExpr().
The default implementation does nothing.
exitTimeMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterTotalOffsetMinutesMethodCallExpr(UriParserParser.TotalOffsetMinutesMethodCallExprContext ctx)
UriParserParser.totalOffsetMinutesMethodCallExpr().
The default implementation does nothing.
enterTotalOffsetMinutesMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitTotalOffsetMinutesMethodCallExpr(UriParserParser.TotalOffsetMinutesMethodCallExprContext ctx)
UriParserParser.totalOffsetMinutesMethodCallExpr().
The default implementation does nothing.
exitTotalOffsetMinutesMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterMinDateTimeMethodCallExpr(UriParserParser.MinDateTimeMethodCallExprContext ctx)
UriParserParser.minDateTimeMethodCallExpr().
The default implementation does nothing.
enterMinDateTimeMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitMinDateTimeMethodCallExpr(UriParserParser.MinDateTimeMethodCallExprContext ctx)
UriParserParser.minDateTimeMethodCallExpr().
The default implementation does nothing.
exitMinDateTimeMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterMaxDateTimeMethodCallExpr(UriParserParser.MaxDateTimeMethodCallExprContext ctx)
UriParserParser.maxDateTimeMethodCallExpr().
The default implementation does nothing.
enterMaxDateTimeMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitMaxDateTimeMethodCallExpr(UriParserParser.MaxDateTimeMethodCallExprContext ctx)
UriParserParser.maxDateTimeMethodCallExpr().
The default implementation does nothing.
exitMaxDateTimeMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterNowMethodCallExpr(UriParserParser.NowMethodCallExprContext ctx)
UriParserParser.nowMethodCallExpr().
The default implementation does nothing.
enterNowMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitNowMethodCallExpr(UriParserParser.NowMethodCallExprContext ctx)
UriParserParser.nowMethodCallExpr().
The default implementation does nothing.
exitNowMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterRoundMethodCallExpr(UriParserParser.RoundMethodCallExprContext ctx)
UriParserParser.roundMethodCallExpr().
The default implementation does nothing.
enterRoundMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitRoundMethodCallExpr(UriParserParser.RoundMethodCallExprContext ctx)
UriParserParser.roundMethodCallExpr().
The default implementation does nothing.
exitRoundMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterFloorMethodCallExpr(UriParserParser.FloorMethodCallExprContext ctx)
UriParserParser.floorMethodCallExpr().
The default implementation does nothing.
enterFloorMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitFloorMethodCallExpr(UriParserParser.FloorMethodCallExprContext ctx)
UriParserParser.floorMethodCallExpr().
The default implementation does nothing.
exitFloorMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterCeilingMethodCallExpr(UriParserParser.CeilingMethodCallExprContext ctx)
UriParserParser.ceilingMethodCallExpr().
The default implementation does nothing.
enterCeilingMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitCeilingMethodCallExpr(UriParserParser.CeilingMethodCallExprContext ctx)
UriParserParser.ceilingMethodCallExpr().
The default implementation does nothing.
exitCeilingMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterGeoDistanceMethodCallExpr(UriParserParser.GeoDistanceMethodCallExprContext ctx)
UriParserParser.geoDistanceMethodCallExpr().
The default implementation does nothing.
enterGeoDistanceMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitGeoDistanceMethodCallExpr(UriParserParser.GeoDistanceMethodCallExprContext ctx)
UriParserParser.geoDistanceMethodCallExpr().
The default implementation does nothing.
exitGeoDistanceMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterGeoLengthMethodCallExpr(UriParserParser.GeoLengthMethodCallExprContext ctx)
UriParserParser.geoLengthMethodCallExpr().
The default implementation does nothing.
enterGeoLengthMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitGeoLengthMethodCallExpr(UriParserParser.GeoLengthMethodCallExprContext ctx)
UriParserParser.geoLengthMethodCallExpr().
The default implementation does nothing.
exitGeoLengthMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterGeoIntersectsMethodCallExpr(UriParserParser.GeoIntersectsMethodCallExprContext ctx)
UriParserParser.geoIntersectsMethodCallExpr().
The default implementation does nothing.
enterGeoIntersectsMethodCallExpr in interface UriParserListenerctx - the parse treepublic void exitGeoIntersectsMethodCallExpr(UriParserParser.GeoIntersectsMethodCallExprContext ctx)
UriParserParser.geoIntersectsMethodCallExpr().
The default implementation does nothing.
exitGeoIntersectsMethodCallExpr in interface UriParserListenerctx - the parse treepublic void enterIsofExpr(UriParserParser.IsofExprContext ctx)
UriParserParser.isofExpr().
The default implementation does nothing.
enterIsofExpr in interface UriParserListenerctx - the parse treepublic void exitIsofExpr(UriParserParser.IsofExprContext ctx)
UriParserParser.isofExpr().
The default implementation does nothing.
exitIsofExpr in interface UriParserListenerctx - the parse treepublic void enterCastExpr(UriParserParser.CastExprContext ctx)
UriParserParser.castExpr().
The default implementation does nothing.
enterCastExpr in interface UriParserListenerctx - the parse treepublic void exitCastExpr(UriParserParser.CastExprContext ctx)
UriParserParser.castExpr().
The default implementation does nothing.
exitCastExpr in interface UriParserListenerctx - the parse treepublic void enterArrayOrObject(UriParserParser.ArrayOrObjectContext ctx)
UriParserParser.arrayOrObject().
The default implementation does nothing.
enterArrayOrObject in interface UriParserListenerctx - the parse treepublic void exitArrayOrObject(UriParserParser.ArrayOrObjectContext ctx)
UriParserParser.arrayOrObject().
The default implementation does nothing.
exitArrayOrObject in interface UriParserListenerctx - the parse treepublic void enterJson_array(UriParserParser.Json_arrayContext ctx)
UriParserParser.json_array().
The default implementation does nothing.
enterJson_array in interface UriParserListenerctx - the parse treepublic void exitJson_array(UriParserParser.Json_arrayContext ctx)
UriParserParser.json_array().
The default implementation does nothing.
exitJson_array in interface UriParserListenerctx - the parse treepublic void enterJson_value(UriParserParser.Json_valueContext ctx)
UriParserParser.json_value().
The default implementation does nothing.
enterJson_value in interface UriParserListenerctx - the parse treepublic void exitJson_value(UriParserParser.Json_valueContext ctx)
UriParserParser.json_value().
The default implementation does nothing.
exitJson_value in interface UriParserListenerctx - the parse treepublic void enterJson_object(UriParserParser.Json_objectContext ctx)
UriParserParser.json_object().
The default implementation does nothing.
enterJson_object in interface UriParserListenerctx - the parse treepublic void exitJson_object(UriParserParser.Json_objectContext ctx)
UriParserParser.json_object().
The default implementation does nothing.
exitJson_object in interface UriParserListenerctx - the parse treepublic void enterJson_key_value_pair(UriParserParser.Json_key_value_pairContext ctx)
UriParserParser.json_key_value_pair().
The default implementation does nothing.
enterJson_key_value_pair in interface UriParserListenerctx - the parse treepublic void exitJson_key_value_pair(UriParserParser.Json_key_value_pairContext ctx)
UriParserParser.json_key_value_pair().
The default implementation does nothing.
exitJson_key_value_pair in interface UriParserListenerctx - the parse treepublic void enterJsonPrimitive(UriParserParser.JsonPrimitiveContext ctx)
UriParserParser.jsonPrimitive().
The default implementation does nothing.
enterJsonPrimitive in interface UriParserListenerctx - the parse treepublic void exitJsonPrimitive(UriParserParser.JsonPrimitiveContext ctx)
UriParserParser.jsonPrimitive().
The default implementation does nothing.
exitJsonPrimitive in interface UriParserListenerctx - the parse treepublic void enterNumber_in_json(UriParserParser.Number_in_jsonContext ctx)
UriParserParser.number_in_json().
The default implementation does nothing.
enterNumber_in_json in interface UriParserListenerctx - the parse treepublic void exitNumber_in_json(UriParserParser.Number_in_jsonContext ctx)
UriParserParser.number_in_json().
The default implementation does nothing.
exitNumber_in_json in interface UriParserListenerctx - the parse treepublic void enterQualifiedtypename(UriParserParser.QualifiedtypenameContext ctx)
UriParserParser.qualifiedtypename().
The default implementation does nothing.
enterQualifiedtypename in interface UriParserListenerctx - the parse treepublic void exitQualifiedtypename(UriParserParser.QualifiedtypenameContext ctx)
UriParserParser.qualifiedtypename().
The default implementation does nothing.
exitQualifiedtypename in interface UriParserListenerctx - the parse treepublic void enterNamespace(UriParserParser.NamespaceContext ctx)
UriParserParser.namespace().
The default implementation does nothing.
enterNamespace in interface UriParserListenerctx - the parse treepublic void exitNamespace(UriParserParser.NamespaceContext ctx)
UriParserParser.namespace().
The default implementation does nothing.
exitNamespace in interface UriParserListenerctx - the parse treepublic void enterOdataIdentifier(UriParserParser.OdataIdentifierContext ctx)
UriParserParser.odataIdentifier().
The default implementation does nothing.
enterOdataIdentifier in interface UriParserListenerctx - the parse treepublic void exitOdataIdentifier(UriParserParser.OdataIdentifierContext ctx)
UriParserParser.odataIdentifier().
The default implementation does nothing.
exitOdataIdentifier in interface UriParserListenerctx - the parse treepublic void enterPrimitiveLiteral(UriParserParser.PrimitiveLiteralContext ctx)
UriParserParser.primitiveLiteral().
The default implementation does nothing.
enterPrimitiveLiteral in interface UriParserListenerctx - the parse treepublic void exitPrimitiveLiteral(UriParserParser.PrimitiveLiteralContext ctx)
UriParserParser.primitiveLiteral().
The default implementation does nothing.
exitPrimitiveLiteral in interface UriParserListenerctx - the parse treepublic void enterNullruleLiteral(UriParserParser.NullruleLiteralContext ctx)
UriParserParser.nullruleLiteral().
The default implementation does nothing.
enterNullruleLiteral in interface UriParserListenerctx - the parse treepublic void exitNullruleLiteral(UriParserParser.NullruleLiteralContext ctx)
UriParserParser.nullruleLiteral().
The default implementation does nothing.
exitNullruleLiteral in interface UriParserListenerctx - the parse treepublic void enterBooleanNonCaseLiteral(UriParserParser.BooleanNonCaseLiteralContext ctx)
UriParserParser.booleanNonCaseLiteral().
The default implementation does nothing.
enterBooleanNonCaseLiteral in interface UriParserListenerctx - the parse treepublic void exitBooleanNonCaseLiteral(UriParserParser.BooleanNonCaseLiteralContext ctx)
UriParserParser.booleanNonCaseLiteral().
The default implementation does nothing.
exitBooleanNonCaseLiteral in interface UriParserListenerctx - the parse treepublic void enterDecimalLiteral(UriParserParser.DecimalLiteralContext ctx)
UriParserParser.decimalLiteral().
The default implementation does nothing.
enterDecimalLiteral in interface UriParserListenerctx - the parse treepublic void exitDecimalLiteral(UriParserParser.DecimalLiteralContext ctx)
UriParserParser.decimalLiteral().
The default implementation does nothing.
exitDecimalLiteral in interface UriParserListenerctx - the parse treepublic void enterNaninfinityLiteral(UriParserParser.NaninfinityLiteralContext ctx)
UriParserParser.naninfinityLiteral().
The default implementation does nothing.
enterNaninfinityLiteral in interface UriParserListenerctx - the parse treepublic void exitNaninfinityLiteral(UriParserParser.NaninfinityLiteralContext ctx)
UriParserParser.naninfinityLiteral().
The default implementation does nothing.
exitNaninfinityLiteral in interface UriParserListenerctx - the parse treepublic void enterIntLiteral(UriParserParser.IntLiteralContext ctx)
UriParserParser.intLiteral().
The default implementation does nothing.
enterIntLiteral in interface UriParserListenerctx - the parse treepublic void exitIntLiteral(UriParserParser.IntLiteralContext ctx)
UriParserParser.intLiteral().
The default implementation does nothing.
exitIntLiteral in interface UriParserListenerctx - the parse treepublic void enterBinaryLiteral(UriParserParser.BinaryLiteralContext ctx)
UriParserParser.binaryLiteral().
The default implementation does nothing.
enterBinaryLiteral in interface UriParserListenerctx - the parse treepublic void exitBinaryLiteral(UriParserParser.BinaryLiteralContext ctx)
UriParserParser.binaryLiteral().
The default implementation does nothing.
exitBinaryLiteral in interface UriParserListenerctx - the parse treepublic void enterDateLiteral(UriParserParser.DateLiteralContext ctx)
UriParserParser.dateLiteral().
The default implementation does nothing.
enterDateLiteral in interface UriParserListenerctx - the parse treepublic void exitDateLiteral(UriParserParser.DateLiteralContext ctx)
UriParserParser.dateLiteral().
The default implementation does nothing.
exitDateLiteral in interface UriParserListenerctx - the parse treepublic void enterDatetimeoffsetLiteral(UriParserParser.DatetimeoffsetLiteralContext ctx)
UriParserParser.datetimeoffsetLiteral().
The default implementation does nothing.
enterDatetimeoffsetLiteral in interface UriParserListenerctx - the parse treepublic void exitDatetimeoffsetLiteral(UriParserParser.DatetimeoffsetLiteralContext ctx)
UriParserParser.datetimeoffsetLiteral().
The default implementation does nothing.
exitDatetimeoffsetLiteral in interface UriParserListenerctx - the parse treepublic void enterDurationLiteral(UriParserParser.DurationLiteralContext ctx)
UriParserParser.durationLiteral().
The default implementation does nothing.
enterDurationLiteral in interface UriParserListenerctx - the parse treepublic void exitDurationLiteral(UriParserParser.DurationLiteralContext ctx)
UriParserParser.durationLiteral().
The default implementation does nothing.
exitDurationLiteral in interface UriParserListenerctx - the parse treepublic void enterGuidLiteral(UriParserParser.GuidLiteralContext ctx)
UriParserParser.guidLiteral().
The default implementation does nothing.
enterGuidLiteral in interface UriParserListenerctx - the parse treepublic void exitGuidLiteral(UriParserParser.GuidLiteralContext ctx)
UriParserParser.guidLiteral().
The default implementation does nothing.
exitGuidLiteral in interface UriParserListenerctx - the parse treepublic void enterStringLiteral(UriParserParser.StringLiteralContext ctx)
UriParserParser.stringLiteral().
The default implementation does nothing.
enterStringLiteral in interface UriParserListenerctx - the parse treepublic void exitStringLiteral(UriParserParser.StringLiteralContext ctx)
UriParserParser.stringLiteral().
The default implementation does nothing.
exitStringLiteral in interface UriParserListenerctx - the parse treepublic void enterTimeofdayLiteral(UriParserParser.TimeofdayLiteralContext ctx)
UriParserParser.timeofdayLiteral().
The default implementation does nothing.
enterTimeofdayLiteral in interface UriParserListenerctx - the parse treepublic void exitTimeofdayLiteral(UriParserParser.TimeofdayLiteralContext ctx)
UriParserParser.timeofdayLiteral().
The default implementation does nothing.
exitTimeofdayLiteral in interface UriParserListenerctx - the parse treepublic void enterEnumLiteral(UriParserParser.EnumLiteralContext ctx)
UriParserParser.enumLiteral().
The default implementation does nothing.
enterEnumLiteral in interface UriParserListenerctx - the parse treepublic void exitEnumLiteral(UriParserParser.EnumLiteralContext ctx)
UriParserParser.enumLiteral().
The default implementation does nothing.
exitEnumLiteral in interface UriParserListenerctx - the parse treepublic void enterEnumValues(UriParserParser.EnumValuesContext ctx)
UriParserParser.enumValues().
The default implementation does nothing.
enterEnumValues in interface UriParserListenerctx - the parse treepublic void exitEnumValues(UriParserParser.EnumValuesContext ctx)
UriParserParser.enumValues().
The default implementation does nothing.
exitEnumValues in interface UriParserListenerctx - the parse treepublic void enterGeographyCollection(UriParserParser.GeographyCollectionContext ctx)
UriParserParser.geographyCollection().
The default implementation does nothing.
enterGeographyCollection in interface UriParserListenerctx - the parse treepublic void exitGeographyCollection(UriParserParser.GeographyCollectionContext ctx)
UriParserParser.geographyCollection().
The default implementation does nothing.
exitGeographyCollection in interface UriParserListenerctx - the parse treepublic void enterFullCollectionLiteral(UriParserParser.FullCollectionLiteralContext ctx)
UriParserParser.fullCollectionLiteral().
The default implementation does nothing.
enterFullCollectionLiteral in interface UriParserListenerctx - the parse treepublic void exitFullCollectionLiteral(UriParserParser.FullCollectionLiteralContext ctx)
UriParserParser.fullCollectionLiteral().
The default implementation does nothing.
exitFullCollectionLiteral in interface UriParserListenerctx - the parse treepublic void enterCollectionLiteral(UriParserParser.CollectionLiteralContext ctx)
UriParserParser.collectionLiteral().
The default implementation does nothing.
enterCollectionLiteral in interface UriParserListenerctx - the parse treepublic void exitCollectionLiteral(UriParserParser.CollectionLiteralContext ctx)
UriParserParser.collectionLiteral().
The default implementation does nothing.
exitCollectionLiteral in interface UriParserListenerctx - the parse treepublic void enterGeoLiteral(UriParserParser.GeoLiteralContext ctx)
UriParserParser.geoLiteral().
The default implementation does nothing.
enterGeoLiteral in interface UriParserListenerctx - the parse treepublic void exitGeoLiteral(UriParserParser.GeoLiteralContext ctx)
UriParserParser.geoLiteral().
The default implementation does nothing.
exitGeoLiteral in interface UriParserListenerctx - the parse treepublic void enterGeographyLineString(UriParserParser.GeographyLineStringContext ctx)
UriParserParser.geographyLineString().
The default implementation does nothing.
enterGeographyLineString in interface UriParserListenerctx - the parse treepublic void exitGeographyLineString(UriParserParser.GeographyLineStringContext ctx)
UriParserParser.geographyLineString().
The default implementation does nothing.
exitGeographyLineString in interface UriParserListenerctx - the parse treepublic void enterFullLineStringLiteral(UriParserParser.FullLineStringLiteralContext ctx)
UriParserParser.fullLineStringLiteral().
The default implementation does nothing.
enterFullLineStringLiteral in interface UriParserListenerctx - the parse treepublic void exitFullLineStringLiteral(UriParserParser.FullLineStringLiteralContext ctx)
UriParserParser.fullLineStringLiteral().
The default implementation does nothing.
exitFullLineStringLiteral in interface UriParserListenerctx - the parse treepublic void enterLineStringLiteral(UriParserParser.LineStringLiteralContext ctx)
UriParserParser.lineStringLiteral().
The default implementation does nothing.
enterLineStringLiteral in interface UriParserListenerctx - the parse treepublic void exitLineStringLiteral(UriParserParser.LineStringLiteralContext ctx)
UriParserParser.lineStringLiteral().
The default implementation does nothing.
exitLineStringLiteral in interface UriParserListenerctx - the parse treepublic void enterLineStringData(UriParserParser.LineStringDataContext ctx)
UriParserParser.lineStringData().
The default implementation does nothing.
enterLineStringData in interface UriParserListenerctx - the parse treepublic void exitLineStringData(UriParserParser.LineStringDataContext ctx)
UriParserParser.lineStringData().
The default implementation does nothing.
exitLineStringData in interface UriParserListenerctx - the parse treepublic void enterGeographyMultilineString(UriParserParser.GeographyMultilineStringContext ctx)
UriParserParser.geographyMultilineString().
The default implementation does nothing.
enterGeographyMultilineString in interface UriParserListenerctx - the parse treepublic void exitGeographyMultilineString(UriParserParser.GeographyMultilineStringContext ctx)
UriParserParser.geographyMultilineString().
The default implementation does nothing.
exitGeographyMultilineString in interface UriParserListenerctx - the parse treepublic void enterFullMultilineStringLiteral(UriParserParser.FullMultilineStringLiteralContext ctx)
UriParserParser.fullMultilineStringLiteral().
The default implementation does nothing.
enterFullMultilineStringLiteral in interface UriParserListenerctx - the parse treepublic void exitFullMultilineStringLiteral(UriParserParser.FullMultilineStringLiteralContext ctx)
UriParserParser.fullMultilineStringLiteral().
The default implementation does nothing.
exitFullMultilineStringLiteral in interface UriParserListenerctx - the parse treepublic void enterMultilineStringLiteral(UriParserParser.MultilineStringLiteralContext ctx)
UriParserParser.multilineStringLiteral().
The default implementation does nothing.
enterMultilineStringLiteral in interface UriParserListenerctx - the parse treepublic void exitMultilineStringLiteral(UriParserParser.MultilineStringLiteralContext ctx)
UriParserParser.multilineStringLiteral().
The default implementation does nothing.
exitMultilineStringLiteral in interface UriParserListenerctx - the parse treepublic void enterGeographyMultipoint(UriParserParser.GeographyMultipointContext ctx)
UriParserParser.geographyMultipoint().
The default implementation does nothing.
enterGeographyMultipoint in interface UriParserListenerctx - the parse treepublic void exitGeographyMultipoint(UriParserParser.GeographyMultipointContext ctx)
UriParserParser.geographyMultipoint().
The default implementation does nothing.
exitGeographyMultipoint in interface UriParserListenerctx - the parse treepublic void enterFullMultipointLiteral(UriParserParser.FullMultipointLiteralContext ctx)
UriParserParser.fullMultipointLiteral().
The default implementation does nothing.
enterFullMultipointLiteral in interface UriParserListenerctx - the parse treepublic void exitFullMultipointLiteral(UriParserParser.FullMultipointLiteralContext ctx)
UriParserParser.fullMultipointLiteral().
The default implementation does nothing.
exitFullMultipointLiteral in interface UriParserListenerctx - the parse treepublic void enterMultipointLiteral(UriParserParser.MultipointLiteralContext ctx)
UriParserParser.multipointLiteral().
The default implementation does nothing.
enterMultipointLiteral in interface UriParserListenerctx - the parse treepublic void exitMultipointLiteral(UriParserParser.MultipointLiteralContext ctx)
UriParserParser.multipointLiteral().
The default implementation does nothing.
exitMultipointLiteral in interface UriParserListenerctx - the parse treepublic void enterGeographyMultipolygon(UriParserParser.GeographyMultipolygonContext ctx)
UriParserParser.geographyMultipolygon().
The default implementation does nothing.
enterGeographyMultipolygon in interface UriParserListenerctx - the parse treepublic void exitGeographyMultipolygon(UriParserParser.GeographyMultipolygonContext ctx)
UriParserParser.geographyMultipolygon().
The default implementation does nothing.
exitGeographyMultipolygon in interface UriParserListenerctx - the parse treepublic void enterFullmultipolygonLiteral(UriParserParser.FullmultipolygonLiteralContext ctx)
UriParserParser.fullmultipolygonLiteral().
The default implementation does nothing.
enterFullmultipolygonLiteral in interface UriParserListenerctx - the parse treepublic void exitFullmultipolygonLiteral(UriParserParser.FullmultipolygonLiteralContext ctx)
UriParserParser.fullmultipolygonLiteral().
The default implementation does nothing.
exitFullmultipolygonLiteral in interface UriParserListenerctx - the parse treepublic void enterMultipolygonLiteral(UriParserParser.MultipolygonLiteralContext ctx)
UriParserParser.multipolygonLiteral().
The default implementation does nothing.
enterMultipolygonLiteral in interface UriParserListenerctx - the parse treepublic void exitMultipolygonLiteral(UriParserParser.MultipolygonLiteralContext ctx)
UriParserParser.multipolygonLiteral().
The default implementation does nothing.
exitMultipolygonLiteral in interface UriParserListenerctx - the parse treepublic void enterGeographyPoint(UriParserParser.GeographyPointContext ctx)
UriParserParser.geographyPoint().
The default implementation does nothing.
enterGeographyPoint in interface UriParserListenerctx - the parse treepublic void exitGeographyPoint(UriParserParser.GeographyPointContext ctx)
UriParserParser.geographyPoint().
The default implementation does nothing.
exitGeographyPoint in interface UriParserListenerctx - the parse treepublic void enterFullpointLiteral(UriParserParser.FullpointLiteralContext ctx)
UriParserParser.fullpointLiteral().
The default implementation does nothing.
enterFullpointLiteral in interface UriParserListenerctx - the parse treepublic void exitFullpointLiteral(UriParserParser.FullpointLiteralContext ctx)
UriParserParser.fullpointLiteral().
The default implementation does nothing.
exitFullpointLiteral in interface UriParserListenerctx - the parse treepublic void enterPointLiteral(UriParserParser.PointLiteralContext ctx)
UriParserParser.pointLiteral().
The default implementation does nothing.
enterPointLiteral in interface UriParserListenerctx - the parse treepublic void exitPointLiteral(UriParserParser.PointLiteralContext ctx)
UriParserParser.pointLiteral().
The default implementation does nothing.
exitPointLiteral in interface UriParserListenerctx - the parse treepublic void enterPointData(UriParserParser.PointDataContext ctx)
UriParserParser.pointData().
The default implementation does nothing.
enterPointData in interface UriParserListenerctx - the parse treepublic void exitPointData(UriParserParser.PointDataContext ctx)
UriParserParser.pointData().
The default implementation does nothing.
exitPointData in interface UriParserListenerctx - the parse treepublic void enterPositionLiteral(UriParserParser.PositionLiteralContext ctx)
UriParserParser.positionLiteral().
The default implementation does nothing.
enterPositionLiteral in interface UriParserListenerctx - the parse treepublic void exitPositionLiteral(UriParserParser.PositionLiteralContext ctx)
UriParserParser.positionLiteral().
The default implementation does nothing.
exitPositionLiteral in interface UriParserListenerctx - the parse treepublic void enterGeographyPolygon(UriParserParser.GeographyPolygonContext ctx)
UriParserParser.geographyPolygon().
The default implementation does nothing.
enterGeographyPolygon in interface UriParserListenerctx - the parse treepublic void exitGeographyPolygon(UriParserParser.GeographyPolygonContext ctx)
UriParserParser.geographyPolygon().
The default implementation does nothing.
exitGeographyPolygon in interface UriParserListenerctx - the parse treepublic void enterFullPolygonLiteral(UriParserParser.FullPolygonLiteralContext ctx)
UriParserParser.fullPolygonLiteral().
The default implementation does nothing.
enterFullPolygonLiteral in interface UriParserListenerctx - the parse treepublic void exitFullPolygonLiteral(UriParserParser.FullPolygonLiteralContext ctx)
UriParserParser.fullPolygonLiteral().
The default implementation does nothing.
exitFullPolygonLiteral in interface UriParserListenerctx - the parse treepublic void enterPolygonLiteral(UriParserParser.PolygonLiteralContext ctx)
UriParserParser.polygonLiteral().
The default implementation does nothing.
enterPolygonLiteral in interface UriParserListenerctx - the parse treepublic void exitPolygonLiteral(UriParserParser.PolygonLiteralContext ctx)
UriParserParser.polygonLiteral().
The default implementation does nothing.
exitPolygonLiteral in interface UriParserListenerctx - the parse treepublic void enterPolygonData(UriParserParser.PolygonDataContext ctx)
UriParserParser.polygonData().
The default implementation does nothing.
enterPolygonData in interface UriParserListenerctx - the parse treepublic void exitPolygonData(UriParserParser.PolygonDataContext ctx)
UriParserParser.polygonData().
The default implementation does nothing.
exitPolygonData in interface UriParserListenerctx - the parse treepublic void enterRingLiteral(UriParserParser.RingLiteralContext ctx)
UriParserParser.ringLiteral().
The default implementation does nothing.
enterRingLiteral in interface UriParserListenerctx - the parse treepublic void exitRingLiteral(UriParserParser.RingLiteralContext ctx)
UriParserParser.ringLiteral().
The default implementation does nothing.
exitRingLiteral in interface UriParserListenerctx - the parse treepublic void enterGeometryCollection(UriParserParser.GeometryCollectionContext ctx)
UriParserParser.geometryCollection().
The default implementation does nothing.
enterGeometryCollection in interface UriParserListenerctx - the parse treepublic void exitGeometryCollection(UriParserParser.GeometryCollectionContext ctx)
UriParserParser.geometryCollection().
The default implementation does nothing.
exitGeometryCollection in interface UriParserListenerctx - the parse treepublic void enterGeometryLineString(UriParserParser.GeometryLineStringContext ctx)
UriParserParser.geometryLineString().
The default implementation does nothing.
enterGeometryLineString in interface UriParserListenerctx - the parse treepublic void exitGeometryLineString(UriParserParser.GeometryLineStringContext ctx)
UriParserParser.geometryLineString().
The default implementation does nothing.
exitGeometryLineString in interface UriParserListenerctx - the parse treepublic void enterGeometryMultilineString(UriParserParser.GeometryMultilineStringContext ctx)
UriParserParser.geometryMultilineString().
The default implementation does nothing.
enterGeometryMultilineString in interface UriParserListenerctx - the parse treepublic void exitGeometryMultilineString(UriParserParser.GeometryMultilineStringContext ctx)
UriParserParser.geometryMultilineString().
The default implementation does nothing.
exitGeometryMultilineString in interface UriParserListenerctx - the parse treepublic void enterGeometryMultipoint(UriParserParser.GeometryMultipointContext ctx)
UriParserParser.geometryMultipoint().
The default implementation does nothing.
enterGeometryMultipoint in interface UriParserListenerctx - the parse treepublic void exitGeometryMultipoint(UriParserParser.GeometryMultipointContext ctx)
UriParserParser.geometryMultipoint().
The default implementation does nothing.
exitGeometryMultipoint in interface UriParserListenerctx - the parse treepublic void enterGeometryMultipolygon(UriParserParser.GeometryMultipolygonContext ctx)
UriParserParser.geometryMultipolygon().
The default implementation does nothing.
enterGeometryMultipolygon in interface UriParserListenerctx - the parse treepublic void exitGeometryMultipolygon(UriParserParser.GeometryMultipolygonContext ctx)
UriParserParser.geometryMultipolygon().
The default implementation does nothing.
exitGeometryMultipolygon in interface UriParserListenerctx - the parse treepublic void enterGeometryPoint(UriParserParser.GeometryPointContext ctx)
UriParserParser.geometryPoint().
The default implementation does nothing.
enterGeometryPoint in interface UriParserListenerctx - the parse treepublic void exitGeometryPoint(UriParserParser.GeometryPointContext ctx)
UriParserParser.geometryPoint().
The default implementation does nothing.
exitGeometryPoint in interface UriParserListenerctx - the parse treepublic void enterGeometryPolygon(UriParserParser.GeometryPolygonContext ctx)
UriParserParser.geometryPolygon().
The default implementation does nothing.
enterGeometryPolygon in interface UriParserListenerctx - the parse treepublic void exitGeometryPolygon(UriParserParser.GeometryPolygonContext ctx)
UriParserParser.geometryPolygon().
The default implementation does nothing.
exitGeometryPolygon in interface UriParserListenerctx - the parse treepublic void enterSridLiteral(UriParserParser.SridLiteralContext ctx)
UriParserParser.sridLiteral().
The default implementation does nothing.
enterSridLiteral in interface UriParserListenerctx - the parse treepublic void exitSridLiteral(UriParserParser.SridLiteralContext ctx)
UriParserParser.sridLiteral().
The default implementation does nothing.
exitSridLiteral in interface UriParserListenerctx - 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 © 2013–2015 The Apache Software Foundation. All rights reserved.