Class UserAgentTreeWalkerBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
UserAgentTreeWalkerVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- Direct Known Subclasses:
NumberRangeVisitor,WordRangeVisitor
UserAgentTreeWalkerVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced by theisSyntaxErrorlabeled alternative inUserAgentTreeWalkerParser.matcherRequire().Visit a parse tree produced by thematcherBaselabeled alternative inUserAgentTreeWalkerParser.matcherRequire().Visit a parse tree produced by thematcherCleanVersionlabeled alternative inUserAgentTreeWalkerParser.matcher().Visit a parse tree produced by thematcherConcatlabeled alternative inUserAgentTreeWalkerParser.matcher().Visit a parse tree produced by thematcherConcatPostfixlabeled alternative inUserAgentTreeWalkerParser.matcher().Visit a parse tree produced by thematcherConcatPrefixlabeled alternative inUserAgentTreeWalkerParser.matcher().Visit a parse tree produced by thematcherDefaultIfNulllabeled alternative inUserAgentTreeWalkerParser.matcher().Visit a parse tree produced byUserAgentTreeWalkerParser.matcherExtract().Visit a parse tree produced by thematcherExtractBrandFromUrllabeled alternative inUserAgentTreeWalkerParser.matcher().Visit a parse tree produced by thematcherIsValidVersionlabeled alternative inUserAgentTreeWalkerParser.matcher().Visit a parse tree produced by thematcherNormalizeBrandlabeled alternative inUserAgentTreeWalkerParser.matcher().Visit a parse tree produced by thematcherPathlabeled alternative inUserAgentTreeWalkerParser.matcher().Visit a parse tree produced by thematcherPathIsInLookuplabeled alternative inUserAgentTreeWalkerParser.matcher().visitMatcherPathIsInLookupContains(UserAgentTreeWalkerParser.MatcherPathIsInLookupContainsContext ctx) Visit a parse tree produced by thematcherPathIsInLookupContainslabeled alternative inUserAgentTreeWalkerParser.matcher().Visit a parse tree produced by thematcherPathIsInLookupPrefixlabeled alternative inUserAgentTreeWalkerParser.matcher().visitMatcherPathIsNotInLookupContains(UserAgentTreeWalkerParser.MatcherPathIsNotInLookupContainsContext ctx) Visit a parse tree produced by thematcherPathIsNotInLookupContainslabeled alternative inUserAgentTreeWalkerParser.matcher().visitMatcherPathIsNotInLookupPrefix(UserAgentTreeWalkerParser.MatcherPathIsNotInLookupPrefixContext ctx) Visit a parse tree produced by thematcherPathIsNotInLookupPrefixlabeled alternative inUserAgentTreeWalkerParser.matcher().Visit a parse tree produced by thematcherPathIsNulllabeled alternative inUserAgentTreeWalkerParser.matcherRequire().Visit a parse tree produced by thematcherPathLookuplabeled alternative inUserAgentTreeWalkerParser.matcher().Visit a parse tree produced by thematcherPathLookupContainslabeled alternative inUserAgentTreeWalkerParser.matcher().Visit a parse tree produced by thematcherPathLookupPrefixlabeled alternative inUserAgentTreeWalkerParser.matcher().Visit a parse tree produced by thematcherReplaceStringlabeled alternative inUserAgentTreeWalkerParser.matcher().Visit a parse tree produced by thematcherSegmentRangelabeled alternative inUserAgentTreeWalkerParser.matcher().Visit a parse tree produced byUserAgentTreeWalkerParser.matcherVariable().Visit a parse tree produced by thematcherWordRangelabeled alternative inUserAgentTreeWalkerParser.matcher().Visit a parse tree produced by thenumberRangeAlllabeled alternative inUserAgentTreeWalkerParser.numberRange().Visit a parse tree produced by thenumberRangeEmptylabeled alternative inUserAgentTreeWalkerParser.numberRange().Visit a parse tree produced by thenumberRangeOpenStartToEndlabeled alternative inUserAgentTreeWalkerParser.numberRange().Visit a parse tree produced by thenumberRangeSingleValuelabeled alternative inUserAgentTreeWalkerParser.numberRange().Visit a parse tree produced by thenumberRangeStartToEndlabeled alternative inUserAgentTreeWalkerParser.numberRange().Visit a parse tree produced by thenumberRangeStartToOpenEndlabeled alternative inUserAgentTreeWalkerParser.numberRange().Visit a parse tree produced by thepathFixedValuelabeled alternative inUserAgentTreeWalkerParser.basePath().Visit a parse tree produced by thepathVariablelabeled alternative inUserAgentTreeWalkerParser.basePath().Visit a parse tree produced by thepathWalklabeled alternative inUserAgentTreeWalkerParser.basePath().Visit a parse tree produced by thestepBackToFulllabeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepContainsValuelabeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepDownlabeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepEndsWithValuelabeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepEqualsValuelabeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepIsInSetlabeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepIsNotInSetlabeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepNextlabeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepNext2labeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepNext3labeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepNext4labeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepNotContainsValuelabeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepNotEqualsValuelabeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepPrevlabeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepPrev2labeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepPrev3labeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepPrev4labeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepStartsWithValuelabeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepUplabeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thestepWordRangelabeled alternative inUserAgentTreeWalkerParser.path().Visit a parse tree produced by thewordRangeFirstWordslabeled alternative inUserAgentTreeWalkerParser.wordRange().Visit a parse tree produced by thewordRangeLastWordslabeled alternative inUserAgentTreeWalkerParser.wordRange().Visit a parse tree produced by thewordRangeSingleWordlabeled alternative inUserAgentTreeWalkerParser.wordRange().Visit a parse tree produced by thewordRangeStartToEndlabeled alternative inUserAgentTreeWalkerParser.wordRange().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
UserAgentTreeWalkerBaseVisitor
public UserAgentTreeWalkerBaseVisitor()
-
-
Method Details
-
visitMatcherBase
Visit a parse tree produced by thematcherBaselabeled alternative inUserAgentTreeWalkerParser.matcherRequire().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherBasein interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIsSyntaxError
Visit a parse tree produced by theisSyntaxErrorlabeled alternative inUserAgentTreeWalkerParser.matcherRequire().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIsSyntaxErrorin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherPathIsNull
Visit a parse tree produced by thematcherPathIsNulllabeled alternative inUserAgentTreeWalkerParser.matcherRequire().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherPathIsNullin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherExtract
Visit a parse tree produced byUserAgentTreeWalkerParser.matcherExtract().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherExtractin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherVariable
Visit a parse tree produced byUserAgentTreeWalkerParser.matcherVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherVariablein interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherCleanVersion
Visit a parse tree produced by thematcherCleanVersionlabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherCleanVersionin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherPathLookupPrefix
Visit a parse tree produced by thematcherPathLookupPrefixlabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherPathLookupPrefixin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherPathLookupContains
public T visitMatcherPathLookupContains(UserAgentTreeWalkerParser.MatcherPathLookupContainsContext ctx) Visit a parse tree produced by thematcherPathLookupContainslabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherPathLookupContainsin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherConcatPrefix
Visit a parse tree produced by thematcherConcatPrefixlabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherConcatPrefixin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherPathIsInLookup
Visit a parse tree produced by thematcherPathIsInLookuplabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherPathIsInLookupin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherWordRange
Visit a parse tree produced by thematcherWordRangelabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherWordRangein interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherSegmentRange
Visit a parse tree produced by thematcherSegmentRangelabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherSegmentRangein interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherNormalizeBrand
Visit a parse tree produced by thematcherNormalizeBrandlabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherNormalizeBrandin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherConcat
Visit a parse tree produced by thematcherConcatlabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherConcatin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherPathIsInLookupContains
public T visitMatcherPathIsInLookupContains(UserAgentTreeWalkerParser.MatcherPathIsInLookupContainsContext ctx) Visit a parse tree produced by thematcherPathIsInLookupContainslabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherPathIsInLookupContainsin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherIsValidVersion
Visit a parse tree produced by thematcherIsValidVersionlabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherIsValidVersionin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherDefaultIfNull
Visit a parse tree produced by thematcherDefaultIfNulllabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherDefaultIfNullin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherPath
Visit a parse tree produced by thematcherPathlabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherPathin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherPathIsNotInLookupPrefix
public T visitMatcherPathIsNotInLookupPrefix(UserAgentTreeWalkerParser.MatcherPathIsNotInLookupPrefixContext ctx) Visit a parse tree produced by thematcherPathIsNotInLookupPrefixlabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherPathIsNotInLookupPrefixin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherReplaceString
Visit a parse tree produced by thematcherReplaceStringlabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherReplaceStringin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherPathLookup
Visit a parse tree produced by thematcherPathLookuplabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherPathLookupin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherExtractBrandFromUrl
public T visitMatcherExtractBrandFromUrl(UserAgentTreeWalkerParser.MatcherExtractBrandFromUrlContext ctx) Visit a parse tree produced by thematcherExtractBrandFromUrllabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherExtractBrandFromUrlin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherConcatPostfix
Visit a parse tree produced by thematcherConcatPostfixlabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherConcatPostfixin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherPathIsInLookupPrefix
public T visitMatcherPathIsInLookupPrefix(UserAgentTreeWalkerParser.MatcherPathIsInLookupPrefixContext ctx) Visit a parse tree produced by thematcherPathIsInLookupPrefixlabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherPathIsInLookupPrefixin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMatcherPathIsNotInLookupContains
public T visitMatcherPathIsNotInLookupContains(UserAgentTreeWalkerParser.MatcherPathIsNotInLookupContainsContext ctx) Visit a parse tree produced by thematcherPathIsNotInLookupContainslabeled alternative inUserAgentTreeWalkerParser.matcher().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMatcherPathIsNotInLookupContainsin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathFixedValue
Visit a parse tree produced by thepathFixedValuelabeled alternative inUserAgentTreeWalkerParser.basePath().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathFixedValuein interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathVariable
Visit a parse tree produced by thepathVariablelabeled alternative inUserAgentTreeWalkerParser.basePath().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathVariablein interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPathWalk
Visit a parse tree produced by thepathWalklabeled alternative inUserAgentTreeWalkerParser.basePath().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPathWalkin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepDown
Visit a parse tree produced by thestepDownlabeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepDownin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepUp
Visit a parse tree produced by thestepUplabeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepUpin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepNext
Visit a parse tree produced by thestepNextlabeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepNextin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepNext2
Visit a parse tree produced by thestepNext2labeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepNext2in interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepNext3
Visit a parse tree produced by thestepNext3labeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepNext3in interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepNext4
Visit a parse tree produced by thestepNext4labeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepNext4in interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepPrev
Visit a parse tree produced by thestepPrevlabeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepPrevin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepPrev2
Visit a parse tree produced by thestepPrev2labeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepPrev2in interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepPrev3
Visit a parse tree produced by thestepPrev3labeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepPrev3in interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepPrev4
Visit a parse tree produced by thestepPrev4labeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepPrev4in interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepEqualsValue
Visit a parse tree produced by thestepEqualsValuelabeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepEqualsValuein interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepNotEqualsValue
Visit a parse tree produced by thestepNotEqualsValuelabeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepNotEqualsValuein interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepStartsWithValue
Visit a parse tree produced by thestepStartsWithValuelabeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepStartsWithValuein interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepEndsWithValue
Visit a parse tree produced by thestepEndsWithValuelabeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepEndsWithValuein interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepContainsValue
Visit a parse tree produced by thestepContainsValuelabeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepContainsValuein interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepNotContainsValue
Visit a parse tree produced by thestepNotContainsValuelabeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepNotContainsValuein interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepIsInSet
Visit a parse tree produced by thestepIsInSetlabeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepIsInSetin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepIsNotInSet
Visit a parse tree produced by thestepIsNotInSetlabeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepIsNotInSetin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepWordRange
Visit a parse tree produced by thestepWordRangelabeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepWordRangein interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStepBackToFull
Visit a parse tree produced by thestepBackToFulllabeled alternative inUserAgentTreeWalkerParser.path().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStepBackToFullin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberRangeStartToEnd
Visit a parse tree produced by thenumberRangeStartToEndlabeled alternative inUserAgentTreeWalkerParser.numberRange().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberRangeStartToEndin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberRangeOpenStartToEnd
public T visitNumberRangeOpenStartToEnd(UserAgentTreeWalkerParser.NumberRangeOpenStartToEndContext ctx) Visit a parse tree produced by thenumberRangeOpenStartToEndlabeled alternative inUserAgentTreeWalkerParser.numberRange().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberRangeOpenStartToEndin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberRangeStartToOpenEnd
public T visitNumberRangeStartToOpenEnd(UserAgentTreeWalkerParser.NumberRangeStartToOpenEndContext ctx) Visit a parse tree produced by thenumberRangeStartToOpenEndlabeled alternative inUserAgentTreeWalkerParser.numberRange().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberRangeStartToOpenEndin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberRangeSingleValue
Visit a parse tree produced by thenumberRangeSingleValuelabeled alternative inUserAgentTreeWalkerParser.numberRange().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberRangeSingleValuein interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberRangeAll
Visit a parse tree produced by thenumberRangeAlllabeled alternative inUserAgentTreeWalkerParser.numberRange().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberRangeAllin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberRangeEmpty
Visit a parse tree produced by thenumberRangeEmptylabeled alternative inUserAgentTreeWalkerParser.numberRange().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberRangeEmptyin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWordRangeStartToEnd
Visit a parse tree produced by thewordRangeStartToEndlabeled alternative inUserAgentTreeWalkerParser.wordRange().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWordRangeStartToEndin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWordRangeFirstWords
Visit a parse tree produced by thewordRangeFirstWordslabeled alternative inUserAgentTreeWalkerParser.wordRange().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWordRangeFirstWordsin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWordRangeLastWords
Visit a parse tree produced by thewordRangeLastWordslabeled alternative inUserAgentTreeWalkerParser.wordRange().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWordRangeLastWordsin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWordRangeSingleWord
Visit a parse tree produced by thewordRangeSingleWordlabeled alternative inUserAgentTreeWalkerParser.wordRange().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWordRangeSingleWordin interfaceUserAgentTreeWalkerVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-