T - The return type of the visit operation. Use Void for
operations with no return type.public class UriParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements UriParserVisitor<T>
UriParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
UriParserBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitBatchEOF(UriParserParser.BatchEOFContext ctx)
UriParserParser.batchEOF().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBatchEOF in interface UriParserVisitor<T>ctx - the parse treepublic T visitEntityEOF(UriParserParser.EntityEOFContext ctx)
UriParserParser.entityEOF().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEntityEOF in interface UriParserVisitor<T>ctx - the parse treepublic T visitMetadataEOF(UriParserParser.MetadataEOFContext ctx)
UriParserParser.metadataEOF().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMetadataEOF in interface UriParserVisitor<T>ctx - the parse treepublic T visitCrossjoinEOF(UriParserParser.CrossjoinEOFContext ctx)
UriParserParser.crossjoinEOF().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCrossjoinEOF in interface UriParserVisitor<T>ctx - the parse treepublic T visitAllEOF(UriParserParser.AllEOFContext ctx)
UriParserParser.allEOF().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAllEOF in interface UriParserVisitor<T>ctx - the parse treepublic T visitPathSegmentEOF(UriParserParser.PathSegmentEOFContext ctx)
UriParserParser.pathSegmentEOF().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPathSegmentEOF in interface UriParserVisitor<T>ctx - the parse treepublic T visitPathSegments(UriParserParser.PathSegmentsContext ctx)
UriParserParser.pathSegments().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPathSegments in interface UriParserVisitor<T>ctx - the parse treepublic T visitPathSegment(UriParserParser.PathSegmentContext ctx)
UriParserParser.pathSegment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPathSegment in interface UriParserVisitor<T>ctx - the parse treepublic T visitNameValueOptList(UriParserParser.NameValueOptListContext ctx)
UriParserParser.nameValueOptList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNameValueOptList in interface UriParserVisitor<T>ctx - the parse treepublic T visitNameValueList(UriParserParser.NameValueListContext ctx)
UriParserParser.nameValueList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNameValueList in interface UriParserVisitor<T>ctx - the parse treepublic T visitNameValuePair(UriParserParser.NameValuePairContext ctx)
UriParserParser.nameValuePair().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNameValuePair in interface UriParserVisitor<T>ctx - the parse treepublic T visitConstSegment(UriParserParser.ConstSegmentContext ctx)
UriParserParser.constSegment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstSegment in interface UriParserVisitor<T>ctx - the parse treepublic T visitCount(UriParserParser.CountContext ctx)
UriParserParser.count().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCount in interface UriParserVisitor<T>ctx - the parse treepublic T visitRef(UriParserParser.RefContext ctx)
UriParserParser.ref().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRef in interface UriParserVisitor<T>ctx - the parse treepublic T visitValue(UriParserParser.ValueContext ctx)
UriParserParser.value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValue in interface UriParserVisitor<T>ctx - the parse treepublic T visitQueryOptions(UriParserParser.QueryOptionsContext ctx)
UriParserParser.queryOptions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryOptions in interface UriParserVisitor<T>ctx - the parse treepublic T visitQueryOption(UriParserParser.QueryOptionContext ctx)
UriParserParser.queryOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQueryOption in interface UriParserVisitor<T>ctx - the parse treepublic T visitSystemQueryOption(UriParserParser.SystemQueryOptionContext ctx)
UriParserParser.systemQueryOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSystemQueryOption in interface UriParserVisitor<T>ctx - the parse treepublic T visitSkiptoken(UriParserParser.SkiptokenContext ctx)
UriParserParser.skiptoken().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSkiptoken in interface UriParserVisitor<T>ctx - the parse treepublic T visitExpand(UriParserParser.ExpandContext ctx)
UriParserParser.expand().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpand in interface UriParserVisitor<T>ctx - the parse treepublic T visitExpandItemsEOF(UriParserParser.ExpandItemsEOFContext ctx)
UriParserParser.expandItemsEOF().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpandItemsEOF in interface UriParserVisitor<T>ctx - the parse treepublic T visitExpandItems(UriParserParser.ExpandItemsContext ctx)
UriParserParser.expandItems().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpandItems in interface UriParserVisitor<T>ctx - the parse treepublic T visitExpandItem(UriParserParser.ExpandItemContext ctx)
UriParserParser.expandItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpandItem in interface UriParserVisitor<T>ctx - the parse treepublic T visitExpandPath(UriParserParser.ExpandPathContext ctx)
UriParserParser.expandPath().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpandPath in interface UriParserVisitor<T>ctx - the parse treepublic T visitExpandPathExtension(UriParserParser.ExpandPathExtensionContext ctx)
UriParserParser.expandPathExtension().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpandPathExtension in interface UriParserVisitor<T>ctx - the parse treepublic T visitExpandCountOption(UriParserParser.ExpandCountOptionContext ctx)
UriParserParser.expandCountOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpandCountOption in interface UriParserVisitor<T>ctx - the parse treepublic T visitExpandRefOption(UriParserParser.ExpandRefOptionContext ctx)
UriParserParser.expandRefOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpandRefOption in interface UriParserVisitor<T>ctx - the parse treepublic T visitExpandOption(UriParserParser.ExpandOptionContext ctx)
UriParserParser.expandOption().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpandOption in interface UriParserVisitor<T>ctx - the parse treepublic T visitLevels(UriParserParser.LevelsContext ctx)
UriParserParser.levels().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLevels in interface UriParserVisitor<T>ctx - the parse treepublic T visitFilter(UriParserParser.FilterContext ctx)
UriParserParser.filter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFilter in interface UriParserVisitor<T>ctx - the parse treepublic T visitFilterExpressionEOF(UriParserParser.FilterExpressionEOFContext ctx)
UriParserParser.filterExpressionEOF().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFilterExpressionEOF in interface UriParserVisitor<T>ctx - the parse treepublic T visitOrderBy(UriParserParser.OrderByContext ctx)
UriParserParser.orderBy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderBy in interface UriParserVisitor<T>ctx - the parse treepublic T visitOrderByEOF(UriParserParser.OrderByEOFContext ctx)
UriParserParser.orderByEOF().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByEOF in interface UriParserVisitor<T>ctx - the parse treepublic T visitOrderList(UriParserParser.OrderListContext ctx)
UriParserParser.orderList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderList in interface UriParserVisitor<T>ctx - the parse treepublic T visitOrderByItem(UriParserParser.OrderByItemContext ctx)
UriParserParser.orderByItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderByItem in interface UriParserVisitor<T>ctx - the parse treepublic T visitSkip(UriParserParser.SkipContext ctx)
UriParserParser.skip().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSkip in interface UriParserVisitor<T>ctx - the parse treepublic T visitTop(UriParserParser.TopContext ctx)
UriParserParser.top().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTop in interface UriParserVisitor<T>ctx - the parse treepublic T visitInlinecount(UriParserParser.InlinecountContext ctx)
UriParserParser.inlinecount().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInlinecount in interface UriParserVisitor<T>ctx - the parse treepublic T visitSearch(UriParserParser.SearchContext ctx)
UriParserParser.search().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSearch in interface UriParserVisitor<T>ctx - the parse treepublic T visitSearchInline(UriParserParser.SearchInlineContext ctx)
UriParserParser.searchInline().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSearchInline in interface UriParserVisitor<T>ctx - the parse treepublic T visitSearchSpecialToken(UriParserParser.SearchSpecialTokenContext ctx)
UriParserParser.searchSpecialToken().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSearchSpecialToken in interface UriParserVisitor<T>ctx - the parse treepublic T visitSearchExpr(UriParserParser.SearchExprContext ctx)
UriParserParser.searchExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSearchExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitSearchPhrase(UriParserParser.SearchPhraseContext ctx)
UriParserParser.searchPhrase().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSearchPhrase in interface UriParserVisitor<T>ctx - the parse treepublic T visitSearchWord(UriParserParser.SearchWordContext ctx)
UriParserParser.searchWord().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSearchWord in interface UriParserVisitor<T>ctx - the parse treepublic T visitSelect(UriParserParser.SelectContext ctx)
UriParserParser.select().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect in interface UriParserVisitor<T>ctx - the parse treepublic T visitSelectEOF(UriParserParser.SelectEOFContext ctx)
UriParserParser.selectEOF().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectEOF in interface UriParserVisitor<T>ctx - the parse treepublic T visitSelectItem(UriParserParser.SelectItemContext ctx)
UriParserParser.selectItem().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectItem in interface UriParserVisitor<T>ctx - the parse treepublic T visitSelectSegment(UriParserParser.SelectSegmentContext ctx)
UriParserParser.selectSegment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelectSegment in interface UriParserVisitor<T>ctx - the parse treepublic T visitAliasAndValue(UriParserParser.AliasAndValueContext ctx)
UriParserParser.aliasAndValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAliasAndValue in interface UriParserVisitor<T>ctx - the parse treepublic T visitParameterValue(UriParserParser.ParameterValueContext ctx)
UriParserParser.parameterValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParameterValue in interface UriParserVisitor<T>ctx - the parse treepublic T visitContextFragment(UriParserParser.ContextFragmentContext ctx)
UriParserParser.contextFragment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitContextFragment in interface UriParserVisitor<T>ctx - the parse treepublic T visitAltAlias(UriParserParser.AltAliasContext ctx)
altAlias
labeled alternative in UriParserParser.commonExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAltAlias in interface UriParserVisitor<T>ctx - the parse treepublic T visitAltLiteral(UriParserParser.AltLiteralContext ctx)
altLiteral
labeled alternative in UriParserParser.commonExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAltLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitAltAdd(UriParserParser.AltAddContext ctx)
altAdd
labeled alternative in UriParserParser.commonExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAltAdd in interface UriParserVisitor<T>ctx - the parse treepublic T visitAltAnd(UriParserParser.AltAndContext ctx)
altAnd
labeled alternative in UriParserParser.commonExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAltAnd in interface UriParserVisitor<T>ctx - the parse treepublic T visitAltMethod(UriParserParser.AltMethodContext ctx)
altMethod
labeled alternative in UriParserParser.commonExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAltMethod in interface UriParserVisitor<T>ctx - the parse treepublic T visitAltMember(UriParserParser.AltMemberContext ctx)
altMember
labeled alternative in UriParserParser.commonExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAltMember in interface UriParserVisitor<T>ctx - the parse treepublic T visitAltAny(UriParserParser.AltAnyContext ctx)
altAny
labeled alternative in UriParserParser.commonExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAltAny in interface UriParserVisitor<T>ctx - the parse treepublic T visitAltJson(UriParserParser.AltJsonContext ctx)
altJson
labeled alternative in UriParserParser.commonExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAltJson in interface UriParserVisitor<T>ctx - the parse treepublic T visitAltComparism(UriParserParser.AltComparismContext ctx)
altComparism
labeled alternative in UriParserParser.commonExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAltComparism in interface UriParserVisitor<T>ctx - the parse treepublic T visitAltUnary(UriParserParser.AltUnaryContext ctx)
altUnary
labeled alternative in UriParserParser.commonExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAltUnary in interface UriParserVisitor<T>ctx - the parse treepublic T visitAltPharenthesis(UriParserParser.AltPharenthesisContext ctx)
altPharenthesis
labeled alternative in UriParserParser.commonExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAltPharenthesis in interface UriParserVisitor<T>ctx - the parse treepublic T visitAltEquality(UriParserParser.AltEqualityContext ctx)
altEquality
labeled alternative in UriParserParser.commonExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAltEquality in interface UriParserVisitor<T>ctx - the parse treepublic T visitAltMult(UriParserParser.AltMultContext ctx)
altMult
labeled alternative in UriParserParser.commonExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAltMult in interface UriParserVisitor<T>ctx - the parse treepublic T visitAltAll(UriParserParser.AltAllContext ctx)
altAll
labeled alternative in UriParserParser.commonExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAltAll in interface UriParserVisitor<T>ctx - the parse treepublic T visitAltRoot(UriParserParser.AltRootContext ctx)
altRoot
labeled alternative in UriParserParser.commonExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAltRoot in interface UriParserVisitor<T>ctx - the parse treepublic T visitAltHas(UriParserParser.AltHasContext ctx)
altHas
labeled alternative in UriParserParser.commonExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAltHas in interface UriParserVisitor<T>ctx - the parse treepublic T visitAltOr(UriParserParser.AltOrContext ctx)
altOr
labeled alternative in UriParserParser.commonExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAltOr in interface UriParserVisitor<T>ctx - the parse treepublic T visitUnary(UriParserParser.UnaryContext ctx)
UriParserParser.unary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnary in interface UriParserVisitor<T>ctx - the parse treepublic T visitRootExpr(UriParserParser.RootExprContext ctx)
UriParserParser.rootExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRootExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitMemberExpr(UriParserParser.MemberExprContext ctx)
UriParserParser.memberExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMemberExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitAnyExpr(UriParserParser.AnyExprContext ctx)
UriParserParser.anyExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAnyExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitAllExpr(UriParserParser.AllExprContext ctx)
UriParserParser.allExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAllExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitMethodCallExpr(UriParserParser.MethodCallExprContext ctx)
UriParserParser.methodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitContainsMethodCallExpr(UriParserParser.ContainsMethodCallExprContext ctx)
UriParserParser.containsMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitContainsMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitStartsWithMethodCallExpr(UriParserParser.StartsWithMethodCallExprContext ctx)
UriParserParser.startsWithMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStartsWithMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitEndsWithMethodCallExpr(UriParserParser.EndsWithMethodCallExprContext ctx)
UriParserParser.endsWithMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEndsWithMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitLengthMethodCallExpr(UriParserParser.LengthMethodCallExprContext ctx)
UriParserParser.lengthMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLengthMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitIndexOfMethodCallExpr(UriParserParser.IndexOfMethodCallExprContext ctx)
UriParserParser.indexOfMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndexOfMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitSubstringMethodCallExpr(UriParserParser.SubstringMethodCallExprContext ctx)
UriParserParser.substringMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubstringMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitToLowerMethodCallExpr(UriParserParser.ToLowerMethodCallExprContext ctx)
UriParserParser.toLowerMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitToLowerMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitToUpperMethodCallExpr(UriParserParser.ToUpperMethodCallExprContext ctx)
UriParserParser.toUpperMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitToUpperMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitTrimMethodCallExpr(UriParserParser.TrimMethodCallExprContext ctx)
UriParserParser.trimMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTrimMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitConcatMethodCallExpr(UriParserParser.ConcatMethodCallExprContext ctx)
UriParserParser.concatMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConcatMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitYearMethodCallExpr(UriParserParser.YearMethodCallExprContext ctx)
UriParserParser.yearMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitYearMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitMonthMethodCallExpr(UriParserParser.MonthMethodCallExprContext ctx)
UriParserParser.monthMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMonthMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitDayMethodCallExpr(UriParserParser.DayMethodCallExprContext ctx)
UriParserParser.dayMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDayMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitHourMethodCallExpr(UriParserParser.HourMethodCallExprContext ctx)
UriParserParser.hourMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHourMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitMinuteMethodCallExpr(UriParserParser.MinuteMethodCallExprContext ctx)
UriParserParser.minuteMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMinuteMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitSecondMethodCallExpr(UriParserParser.SecondMethodCallExprContext ctx)
UriParserParser.secondMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSecondMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitFractionalsecondsMethodCallExpr(UriParserParser.FractionalsecondsMethodCallExprContext ctx)
UriParserParser.fractionalsecondsMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFractionalsecondsMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitTotalsecondsMethodCallExpr(UriParserParser.TotalsecondsMethodCallExprContext ctx)
UriParserParser.totalsecondsMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTotalsecondsMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitDateMethodCallExpr(UriParserParser.DateMethodCallExprContext ctx)
UriParserParser.dateMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDateMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitTimeMethodCallExpr(UriParserParser.TimeMethodCallExprContext ctx)
UriParserParser.timeMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTimeMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitTotalOffsetMinutesMethodCallExpr(UriParserParser.TotalOffsetMinutesMethodCallExprContext ctx)
UriParserParser.totalOffsetMinutesMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTotalOffsetMinutesMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitMinDateTimeMethodCallExpr(UriParserParser.MinDateTimeMethodCallExprContext ctx)
UriParserParser.minDateTimeMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMinDateTimeMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitMaxDateTimeMethodCallExpr(UriParserParser.MaxDateTimeMethodCallExprContext ctx)
UriParserParser.maxDateTimeMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMaxDateTimeMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitNowMethodCallExpr(UriParserParser.NowMethodCallExprContext ctx)
UriParserParser.nowMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNowMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitRoundMethodCallExpr(UriParserParser.RoundMethodCallExprContext ctx)
UriParserParser.roundMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoundMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitFloorMethodCallExpr(UriParserParser.FloorMethodCallExprContext ctx)
UriParserParser.floorMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFloorMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitCeilingMethodCallExpr(UriParserParser.CeilingMethodCallExprContext ctx)
UriParserParser.ceilingMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCeilingMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitGeoDistanceMethodCallExpr(UriParserParser.GeoDistanceMethodCallExprContext ctx)
UriParserParser.geoDistanceMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeoDistanceMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitGeoLengthMethodCallExpr(UriParserParser.GeoLengthMethodCallExprContext ctx)
UriParserParser.geoLengthMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeoLengthMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitGeoIntersectsMethodCallExpr(UriParserParser.GeoIntersectsMethodCallExprContext ctx)
UriParserParser.geoIntersectsMethodCallExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeoIntersectsMethodCallExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitIsofExpr(UriParserParser.IsofExprContext ctx)
UriParserParser.isofExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIsofExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitCastExpr(UriParserParser.CastExprContext ctx)
UriParserParser.castExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCastExpr in interface UriParserVisitor<T>ctx - the parse treepublic T visitArrayOrObject(UriParserParser.ArrayOrObjectContext ctx)
UriParserParser.arrayOrObject().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArrayOrObject in interface UriParserVisitor<T>ctx - the parse treepublic T visitJson_array(UriParserParser.Json_arrayContext ctx)
UriParserParser.json_array().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJson_array in interface UriParserVisitor<T>ctx - the parse treepublic T visitJson_value(UriParserParser.Json_valueContext ctx)
UriParserParser.json_value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJson_value in interface UriParserVisitor<T>ctx - the parse treepublic T visitJson_object(UriParserParser.Json_objectContext ctx)
UriParserParser.json_object().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJson_object in interface UriParserVisitor<T>ctx - the parse treepublic T visitJson_key_value_pair(UriParserParser.Json_key_value_pairContext ctx)
UriParserParser.json_key_value_pair().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJson_key_value_pair in interface UriParserVisitor<T>ctx - the parse treepublic T visitJsonPrimitive(UriParserParser.JsonPrimitiveContext ctx)
UriParserParser.jsonPrimitive().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJsonPrimitive in interface UriParserVisitor<T>ctx - the parse treepublic T visitNumber_in_json(UriParserParser.Number_in_jsonContext ctx)
UriParserParser.number_in_json().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumber_in_json in interface UriParserVisitor<T>ctx - the parse treepublic T visitQualifiedtypename(UriParserParser.QualifiedtypenameContext ctx)
UriParserParser.qualifiedtypename().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQualifiedtypename in interface UriParserVisitor<T>ctx - the parse treepublic T visitNamespace(UriParserParser.NamespaceContext ctx)
UriParserParser.namespace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNamespace in interface UriParserVisitor<T>ctx - the parse treepublic T visitOdataIdentifier(UriParserParser.OdataIdentifierContext ctx)
UriParserParser.odataIdentifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOdataIdentifier in interface UriParserVisitor<T>ctx - the parse treepublic T visitPrimitiveLiteral(UriParserParser.PrimitiveLiteralContext ctx)
UriParserParser.primitiveLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrimitiveLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitNullruleLiteral(UriParserParser.NullruleLiteralContext ctx)
UriParserParser.nullruleLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullruleLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitBooleanNonCaseLiteral(UriParserParser.BooleanNonCaseLiteralContext ctx)
UriParserParser.booleanNonCaseLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanNonCaseLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitDecimalLiteral(UriParserParser.DecimalLiteralContext ctx)
UriParserParser.decimalLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDecimalLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitNaninfinityLiteral(UriParserParser.NaninfinityLiteralContext ctx)
UriParserParser.naninfinityLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNaninfinityLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitIntLiteral(UriParserParser.IntLiteralContext ctx)
UriParserParser.intLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitBinaryLiteral(UriParserParser.BinaryLiteralContext ctx)
UriParserParser.binaryLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBinaryLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitDateLiteral(UriParserParser.DateLiteralContext ctx)
UriParserParser.dateLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDateLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitDatetimeoffsetLiteral(UriParserParser.DatetimeoffsetLiteralContext ctx)
UriParserParser.datetimeoffsetLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatetimeoffsetLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitDurationLiteral(UriParserParser.DurationLiteralContext ctx)
UriParserParser.durationLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDurationLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitGuidLiteral(UriParserParser.GuidLiteralContext ctx)
UriParserParser.guidLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGuidLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitStringLiteral(UriParserParser.StringLiteralContext ctx)
UriParserParser.stringLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitTimeofdayLiteral(UriParserParser.TimeofdayLiteralContext ctx)
UriParserParser.timeofdayLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTimeofdayLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitEnumLiteral(UriParserParser.EnumLiteralContext ctx)
UriParserParser.enumLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEnumLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitEnumValues(UriParserParser.EnumValuesContext ctx)
UriParserParser.enumValues().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEnumValues in interface UriParserVisitor<T>ctx - the parse treepublic T visitGeographyCollection(UriParserParser.GeographyCollectionContext ctx)
UriParserParser.geographyCollection().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeographyCollection in interface UriParserVisitor<T>ctx - the parse treepublic T visitFullCollectionLiteral(UriParserParser.FullCollectionLiteralContext ctx)
UriParserParser.fullCollectionLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullCollectionLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitCollectionLiteral(UriParserParser.CollectionLiteralContext ctx)
UriParserParser.collectionLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollectionLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitGeoLiteral(UriParserParser.GeoLiteralContext ctx)
UriParserParser.geoLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeoLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitGeographyLineString(UriParserParser.GeographyLineStringContext ctx)
UriParserParser.geographyLineString().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeographyLineString in interface UriParserVisitor<T>ctx - the parse treepublic T visitFullLineStringLiteral(UriParserParser.FullLineStringLiteralContext ctx)
UriParserParser.fullLineStringLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullLineStringLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitLineStringLiteral(UriParserParser.LineStringLiteralContext ctx)
UriParserParser.lineStringLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLineStringLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitLineStringData(UriParserParser.LineStringDataContext ctx)
UriParserParser.lineStringData().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLineStringData in interface UriParserVisitor<T>ctx - the parse treepublic T visitGeographyMultilineString(UriParserParser.GeographyMultilineStringContext ctx)
UriParserParser.geographyMultilineString().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeographyMultilineString in interface UriParserVisitor<T>ctx - the parse treepublic T visitFullMultilineStringLiteral(UriParserParser.FullMultilineStringLiteralContext ctx)
UriParserParser.fullMultilineStringLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullMultilineStringLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitMultilineStringLiteral(UriParserParser.MultilineStringLiteralContext ctx)
UriParserParser.multilineStringLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultilineStringLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitGeographyMultipoint(UriParserParser.GeographyMultipointContext ctx)
UriParserParser.geographyMultipoint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeographyMultipoint in interface UriParserVisitor<T>ctx - the parse treepublic T visitFullMultipointLiteral(UriParserParser.FullMultipointLiteralContext ctx)
UriParserParser.fullMultipointLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullMultipointLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitMultipointLiteral(UriParserParser.MultipointLiteralContext ctx)
UriParserParser.multipointLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultipointLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitGeographyMultipolygon(UriParserParser.GeographyMultipolygonContext ctx)
UriParserParser.geographyMultipolygon().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeographyMultipolygon in interface UriParserVisitor<T>ctx - the parse treepublic T visitFullmultipolygonLiteral(UriParserParser.FullmultipolygonLiteralContext ctx)
UriParserParser.fullmultipolygonLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullmultipolygonLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitMultipolygonLiteral(UriParserParser.MultipolygonLiteralContext ctx)
UriParserParser.multipolygonLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultipolygonLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitGeographyPoint(UriParserParser.GeographyPointContext ctx)
UriParserParser.geographyPoint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeographyPoint in interface UriParserVisitor<T>ctx - the parse treepublic T visitFullpointLiteral(UriParserParser.FullpointLiteralContext ctx)
UriParserParser.fullpointLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullpointLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitPointLiteral(UriParserParser.PointLiteralContext ctx)
UriParserParser.pointLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPointLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitPointData(UriParserParser.PointDataContext ctx)
UriParserParser.pointData().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPointData in interface UriParserVisitor<T>ctx - the parse treepublic T visitPositionLiteral(UriParserParser.PositionLiteralContext ctx)
UriParserParser.positionLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPositionLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitGeographyPolygon(UriParserParser.GeographyPolygonContext ctx)
UriParserParser.geographyPolygon().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeographyPolygon in interface UriParserVisitor<T>ctx - the parse treepublic T visitFullPolygonLiteral(UriParserParser.FullPolygonLiteralContext ctx)
UriParserParser.fullPolygonLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFullPolygonLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitPolygonLiteral(UriParserParser.PolygonLiteralContext ctx)
UriParserParser.polygonLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPolygonLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitPolygonData(UriParserParser.PolygonDataContext ctx)
UriParserParser.polygonData().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPolygonData in interface UriParserVisitor<T>ctx - the parse treepublic T visitRingLiteral(UriParserParser.RingLiteralContext ctx)
UriParserParser.ringLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRingLiteral in interface UriParserVisitor<T>ctx - the parse treepublic T visitGeometryCollection(UriParserParser.GeometryCollectionContext ctx)
UriParserParser.geometryCollection().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeometryCollection in interface UriParserVisitor<T>ctx - the parse treepublic T visitGeometryLineString(UriParserParser.GeometryLineStringContext ctx)
UriParserParser.geometryLineString().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeometryLineString in interface UriParserVisitor<T>ctx - the parse treepublic T visitGeometryMultilineString(UriParserParser.GeometryMultilineStringContext ctx)
UriParserParser.geometryMultilineString().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeometryMultilineString in interface UriParserVisitor<T>ctx - the parse treepublic T visitGeometryMultipoint(UriParserParser.GeometryMultipointContext ctx)
UriParserParser.geometryMultipoint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeometryMultipoint in interface UriParserVisitor<T>ctx - the parse treepublic T visitGeometryMultipolygon(UriParserParser.GeometryMultipolygonContext ctx)
UriParserParser.geometryMultipolygon().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeometryMultipolygon in interface UriParserVisitor<T>ctx - the parse treepublic T visitGeometryPoint(UriParserParser.GeometryPointContext ctx)
UriParserParser.geometryPoint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeometryPoint in interface UriParserVisitor<T>ctx - the parse treepublic T visitGeometryPolygon(UriParserParser.GeometryPolygonContext ctx)
UriParserParser.geometryPolygon().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGeometryPolygon in interface UriParserVisitor<T>ctx - the parse treepublic T visitSridLiteral(UriParserParser.SridLiteralContext ctx)
UriParserParser.sridLiteral().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSridLiteral in interface UriParserVisitor<T>ctx - the parse treeCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.