C# Class OrbintSoft.Yauaa.Antlr4Source.UserAgentTreeWalkerBaseListener

Inheritance: IUserAgentTreeWalkerListener
Mostra file Open project: OrbintSoft/yauaa.netstandard

Public Methods

Method Description
EnterEveryRule ( Antlr4.Runtime.ParserRuleContext context ) : void The default implementation does nothing.
EnterMatcherBase ( UserAgentTreeWalkerParser.MatcherBaseContext context ) : void

Enter a parse tree produced by the matcherBase labeled alternative in UserAgentTreeWalkerParser.matcherRequire.

The default implementation does nothing.

EnterMatcherCleanVersion ( UserAgentTreeWalkerParser.MatcherCleanVersionContext context ) : void

Enter a parse tree produced by the matcherCleanVersion labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

EnterMatcherConcat ( UserAgentTreeWalkerParser.MatcherConcatContext context ) : void

Enter a parse tree produced by the matcherConcat labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

EnterMatcherConcatPostfix ( UserAgentTreeWalkerParser.MatcherConcatPostfixContext context ) : void

Enter a parse tree produced by the matcherConcatPostfix labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

EnterMatcherConcatPrefix ( UserAgentTreeWalkerParser.MatcherConcatPrefixContext context ) : void

Enter a parse tree produced by the matcherConcatPrefix labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

EnterMatcherExtract ( UserAgentTreeWalkerParser.MatcherExtractContext context ) : void

Enter a parse tree produced by UserAgentTreeWalkerParser.matcherExtract.

The default implementation does nothing.

EnterMatcherNormalizeBrand ( UserAgentTreeWalkerParser.MatcherNormalizeBrandContext context ) : void

Enter a parse tree produced by the matcherNormalizeBrand labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

EnterMatcherPath ( UserAgentTreeWalkerParser.MatcherPathContext context ) : void

Enter a parse tree produced by the matcherPath labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

EnterMatcherPathIsInLookupContains ( UserAgentTreeWalkerParser.MatcherPathIsInLookupContainsContext context ) : void

Enter a parse tree produced by the matcherPathIsInLookupContains labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

EnterMatcherPathIsInLookupPrefix ( UserAgentTreeWalkerParser.MatcherPathIsInLookupPrefixContext context ) : void

Enter a parse tree produced by the matcherPathIsInLookupPrefix labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

EnterMatcherPathIsNull ( UserAgentTreeWalkerParser.MatcherPathIsNullContext context ) : void

Enter a parse tree produced by the matcherPathIsNull labeled alternative in UserAgentTreeWalkerParser.matcherRequire.

The default implementation does nothing.

EnterMatcherPathLookup ( UserAgentTreeWalkerParser.MatcherPathLookupContext context ) : void

Enter a parse tree produced by the matcherPathLookup labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

EnterMatcherPathLookupContains ( UserAgentTreeWalkerParser.MatcherPathLookupContainsContext context ) : void

Enter a parse tree produced by the matcherPathLookupContains labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

EnterMatcherPathLookupPrefix ( UserAgentTreeWalkerParser.MatcherPathLookupPrefixContext context ) : void

Enter a parse tree produced by the matcherPathLookupPrefix labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

EnterMatcherVariable ( UserAgentTreeWalkerParser.MatcherVariableContext context ) : void

Enter a parse tree produced by UserAgentTreeWalkerParser.matcherVariable.

The default implementation does nothing.

EnterMatcherWordRange ( UserAgentTreeWalkerParser.MatcherWordRangeContext context ) : void

Enter a parse tree produced by the matcherWordRange labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

EnterNumberRangeAll ( UserAgentTreeWalkerParser.NumberRangeAllContext context ) : void

Enter a parse tree produced by the numberRangeAll labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

EnterNumberRangeEmpty ( UserAgentTreeWalkerParser.NumberRangeEmptyContext context ) : void

Enter a parse tree produced by the numberRangeEmpty labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

EnterNumberRangeOpenStartToEnd ( UserAgentTreeWalkerParser.NumberRangeOpenStartToEndContext context ) : void

Enter a parse tree produced by the numberRangeOpenStartToEnd labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

EnterNumberRangeSingleValue ( UserAgentTreeWalkerParser.NumberRangeSingleValueContext context ) : void

Enter a parse tree produced by the numberRangeSingleValue labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

EnterNumberRangeStartToEnd ( UserAgentTreeWalkerParser.NumberRangeStartToEndContext context ) : void

Enter a parse tree produced by the numberRangeStartToEnd labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

EnterNumberRangeStartToOpenEnd ( UserAgentTreeWalkerParser.NumberRangeStartToOpenEndContext context ) : void

Enter a parse tree produced by the numberRangeStartToOpenEnd labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

EnterPathFixedValue ( UserAgentTreeWalkerParser.PathFixedValueContext context ) : void

Enter a parse tree produced by the pathFixedValue labeled alternative in UserAgentTreeWalkerParser.basePath.

The default implementation does nothing.

EnterPathVariable ( UserAgentTreeWalkerParser.PathVariableContext context ) : void

Enter a parse tree produced by the pathVariable labeled alternative in UserAgentTreeWalkerParser.basePath.

The default implementation does nothing.

EnterPathWalk ( UserAgentTreeWalkerParser.PathWalkContext context ) : void

Enter a parse tree produced by the pathWalk labeled alternative in UserAgentTreeWalkerParser.basePath.

The default implementation does nothing.

EnterStepBackToFull ( UserAgentTreeWalkerParser.StepBackToFullContext context ) : void

Enter a parse tree produced by the stepBackToFull labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

EnterStepContainsValue ( UserAgentTreeWalkerParser.StepContainsValueContext context ) : void

Enter a parse tree produced by the stepContainsValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

EnterStepDown ( UserAgentTreeWalkerParser.StepDownContext context ) : void

Enter a parse tree produced by the stepDown labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

EnterStepEndsWithValue ( UserAgentTreeWalkerParser.StepEndsWithValueContext context ) : void

Enter a parse tree produced by the stepEndsWithValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

EnterStepEqualsValue ( UserAgentTreeWalkerParser.StepEqualsValueContext context ) : void

Enter a parse tree produced by the stepEqualsValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

EnterStepIsInSet ( UserAgentTreeWalkerParser.StepIsInSetContext context ) : void

Enter a parse tree produced by the stepIsInSet labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

EnterStepNext ( UserAgentTreeWalkerParser.StepNextContext context ) : void

Enter a parse tree produced by the stepNext labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

EnterStepNext2 ( UserAgentTreeWalkerParser.StepNext2Context context ) : void

Enter a parse tree produced by the stepNext2 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

EnterStepNext3 ( UserAgentTreeWalkerParser.StepNext3Context context ) : void

Enter a parse tree produced by the stepNext3 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

EnterStepNext4 ( UserAgentTreeWalkerParser.StepNext4Context context ) : void

Enter a parse tree produced by the stepNext4 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

EnterStepNotEqualsValue ( UserAgentTreeWalkerParser.StepNotEqualsValueContext context ) : void

Enter a parse tree produced by the stepNotEqualsValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

EnterStepPrev ( UserAgentTreeWalkerParser.StepPrevContext context ) : void

Enter a parse tree produced by the stepPrev labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

EnterStepPrev2 ( UserAgentTreeWalkerParser.StepPrev2Context context ) : void

Enter a parse tree produced by the stepPrev2 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

EnterStepPrev3 ( UserAgentTreeWalkerParser.StepPrev3Context context ) : void

Enter a parse tree produced by the stepPrev3 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

EnterStepPrev4 ( UserAgentTreeWalkerParser.StepPrev4Context context ) : void

Enter a parse tree produced by the stepPrev4 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

EnterStepStartsWithValue ( UserAgentTreeWalkerParser.StepStartsWithValueContext context ) : void

Enter a parse tree produced by the stepStartsWithValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

EnterStepUp ( UserAgentTreeWalkerParser.StepUpContext context ) : void

Enter a parse tree produced by the stepUp labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

EnterStepWordRange ( UserAgentTreeWalkerParser.StepWordRangeContext context ) : void

Enter a parse tree produced by the stepWordRange labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

EnterWordRangeFirstWords ( UserAgentTreeWalkerParser.WordRangeFirstWordsContext context ) : void

Enter a parse tree produced by the wordRangeFirstWords labeled alternative in UserAgentTreeWalkerParser.wordRange.

The default implementation does nothing.

EnterWordRangeLastWords ( UserAgentTreeWalkerParser.WordRangeLastWordsContext context ) : void

Enter a parse tree produced by the wordRangeLastWords labeled alternative in UserAgentTreeWalkerParser.wordRange.

The default implementation does nothing.

EnterWordRangeSingleWord ( UserAgentTreeWalkerParser.WordRangeSingleWordContext context ) : void

Enter a parse tree produced by the wordRangeSingleWord labeled alternative in UserAgentTreeWalkerParser.wordRange.

The default implementation does nothing.

EnterWordRangeStartToEnd ( UserAgentTreeWalkerParser.WordRangeStartToEndContext context ) : void

Enter a parse tree produced by the wordRangeStartToEnd labeled alternative in UserAgentTreeWalkerParser.wordRange.

The default implementation does nothing.

ExitEveryRule ( Antlr4.Runtime.ParserRuleContext context ) : void The default implementation does nothing.
ExitMatcherBase ( UserAgentTreeWalkerParser.MatcherBaseContext context ) : void

Exit a parse tree produced by the matcherBase labeled alternative in UserAgentTreeWalkerParser.matcherRequire.

The default implementation does nothing.

ExitMatcherCleanVersion ( UserAgentTreeWalkerParser.MatcherCleanVersionContext context ) : void

Exit a parse tree produced by the matcherCleanVersion labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

ExitMatcherConcat ( UserAgentTreeWalkerParser.MatcherConcatContext context ) : void

Exit a parse tree produced by the matcherConcat labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

ExitMatcherConcatPostfix ( UserAgentTreeWalkerParser.MatcherConcatPostfixContext context ) : void

Exit a parse tree produced by the matcherConcatPostfix labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

ExitMatcherConcatPrefix ( UserAgentTreeWalkerParser.MatcherConcatPrefixContext context ) : void

Exit a parse tree produced by the matcherConcatPrefix labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

ExitMatcherExtract ( UserAgentTreeWalkerParser.MatcherExtractContext context ) : void

Exit a parse tree produced by UserAgentTreeWalkerParser.matcherExtract.

The default implementation does nothing.

ExitMatcherNormalizeBrand ( UserAgentTreeWalkerParser.MatcherNormalizeBrandContext context ) : void

Exit a parse tree produced by the matcherNormalizeBrand labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

ExitMatcherPath ( UserAgentTreeWalkerParser.MatcherPathContext context ) : void

Exit a parse tree produced by the matcherPath labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

ExitMatcherPathIsInLookupContains ( UserAgentTreeWalkerParser.MatcherPathIsInLookupContainsContext context ) : void

Exit a parse tree produced by the matcherPathIsInLookupContains labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

ExitMatcherPathIsInLookupPrefix ( UserAgentTreeWalkerParser.MatcherPathIsInLookupPrefixContext context ) : void

Exit a parse tree produced by the matcherPathIsInLookupPrefix labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

ExitMatcherPathIsNull ( UserAgentTreeWalkerParser.MatcherPathIsNullContext context ) : void

Exit a parse tree produced by the matcherPathIsNull labeled alternative in UserAgentTreeWalkerParser.matcherRequire.

The default implementation does nothing.

ExitMatcherPathLookup ( UserAgentTreeWalkerParser.MatcherPathLookupContext context ) : void

Exit a parse tree produced by the matcherPathLookup labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

ExitMatcherPathLookupContains ( UserAgentTreeWalkerParser.MatcherPathLookupContainsContext context ) : void

Exit a parse tree produced by the matcherPathLookupContains labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

ExitMatcherPathLookupPrefix ( UserAgentTreeWalkerParser.MatcherPathLookupPrefixContext context ) : void

Exit a parse tree produced by the matcherPathLookupPrefix labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

ExitMatcherVariable ( UserAgentTreeWalkerParser.MatcherVariableContext context ) : void

Exit a parse tree produced by UserAgentTreeWalkerParser.matcherVariable.

The default implementation does nothing.

ExitMatcherWordRange ( UserAgentTreeWalkerParser.MatcherWordRangeContext context ) : void

Exit a parse tree produced by the matcherWordRange labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

ExitNumberRangeAll ( UserAgentTreeWalkerParser.NumberRangeAllContext context ) : void

Exit a parse tree produced by the numberRangeAll labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

ExitNumberRangeEmpty ( UserAgentTreeWalkerParser.NumberRangeEmptyContext context ) : void

Exit a parse tree produced by the numberRangeEmpty labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

ExitNumberRangeOpenStartToEnd ( UserAgentTreeWalkerParser.NumberRangeOpenStartToEndContext context ) : void

Exit a parse tree produced by the numberRangeOpenStartToEnd labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

ExitNumberRangeSingleValue ( UserAgentTreeWalkerParser.NumberRangeSingleValueContext context ) : void

Exit a parse tree produced by the numberRangeSingleValue labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

ExitNumberRangeStartToEnd ( UserAgentTreeWalkerParser.NumberRangeStartToEndContext context ) : void

Exit a parse tree produced by the numberRangeStartToEnd labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

ExitNumberRangeStartToOpenEnd ( UserAgentTreeWalkerParser.NumberRangeStartToOpenEndContext context ) : void

Exit a parse tree produced by the numberRangeStartToOpenEnd labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

ExitPathFixedValue ( UserAgentTreeWalkerParser.PathFixedValueContext context ) : void

Exit a parse tree produced by the pathFixedValue labeled alternative in UserAgentTreeWalkerParser.basePath.

The default implementation does nothing.

ExitPathVariable ( UserAgentTreeWalkerParser.PathVariableContext context ) : void

Exit a parse tree produced by the pathVariable labeled alternative in UserAgentTreeWalkerParser.basePath.

The default implementation does nothing.

ExitPathWalk ( UserAgentTreeWalkerParser.PathWalkContext context ) : void

Exit a parse tree produced by the pathWalk labeled alternative in UserAgentTreeWalkerParser.basePath.

The default implementation does nothing.

ExitStepBackToFull ( UserAgentTreeWalkerParser.StepBackToFullContext context ) : void

Exit a parse tree produced by the stepBackToFull labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

ExitStepContainsValue ( UserAgentTreeWalkerParser.StepContainsValueContext context ) : void

Exit a parse tree produced by the stepContainsValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

ExitStepDown ( UserAgentTreeWalkerParser.StepDownContext context ) : void

Exit a parse tree produced by the stepDown labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

ExitStepEndsWithValue ( UserAgentTreeWalkerParser.StepEndsWithValueContext context ) : void

Exit a parse tree produced by the stepEndsWithValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

ExitStepEqualsValue ( UserAgentTreeWalkerParser.StepEqualsValueContext context ) : void

Exit a parse tree produced by the stepEqualsValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

ExitStepIsInSet ( UserAgentTreeWalkerParser.StepIsInSetContext context ) : void

Exit a parse tree produced by the stepIsInSet labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

ExitStepNext ( UserAgentTreeWalkerParser.StepNextContext context ) : void

Exit a parse tree produced by the stepNext labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

ExitStepNext2 ( UserAgentTreeWalkerParser.StepNext2Context context ) : void

Exit a parse tree produced by the stepNext2 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

ExitStepNext3 ( UserAgentTreeWalkerParser.StepNext3Context context ) : void

Exit a parse tree produced by the stepNext3 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

ExitStepNext4 ( UserAgentTreeWalkerParser.StepNext4Context context ) : void

Exit a parse tree produced by the stepNext4 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

ExitStepNotEqualsValue ( UserAgentTreeWalkerParser.StepNotEqualsValueContext context ) : void

Exit a parse tree produced by the stepNotEqualsValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

ExitStepPrev ( UserAgentTreeWalkerParser.StepPrevContext context ) : void

Exit a parse tree produced by the stepPrev labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

ExitStepPrev2 ( UserAgentTreeWalkerParser.StepPrev2Context context ) : void

Exit a parse tree produced by the stepPrev2 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

ExitStepPrev3 ( UserAgentTreeWalkerParser.StepPrev3Context context ) : void

Exit a parse tree produced by the stepPrev3 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

ExitStepPrev4 ( UserAgentTreeWalkerParser.StepPrev4Context context ) : void

Exit a parse tree produced by the stepPrev4 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

ExitStepStartsWithValue ( UserAgentTreeWalkerParser.StepStartsWithValueContext context ) : void

Exit a parse tree produced by the stepStartsWithValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

ExitStepUp ( UserAgentTreeWalkerParser.StepUpContext context ) : void

Exit a parse tree produced by the stepUp labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

ExitStepWordRange ( UserAgentTreeWalkerParser.StepWordRangeContext context ) : void

Exit a parse tree produced by the stepWordRange labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

ExitWordRangeFirstWords ( UserAgentTreeWalkerParser.WordRangeFirstWordsContext context ) : void

Exit a parse tree produced by the wordRangeFirstWords labeled alternative in UserAgentTreeWalkerParser.wordRange.

The default implementation does nothing.

ExitWordRangeLastWords ( UserAgentTreeWalkerParser.WordRangeLastWordsContext context ) : void

Exit a parse tree produced by the wordRangeLastWords labeled alternative in UserAgentTreeWalkerParser.wordRange.

The default implementation does nothing.

ExitWordRangeSingleWord ( UserAgentTreeWalkerParser.WordRangeSingleWordContext context ) : void

Exit a parse tree produced by the wordRangeSingleWord labeled alternative in UserAgentTreeWalkerParser.wordRange.

The default implementation does nothing.

ExitWordRangeStartToEnd ( UserAgentTreeWalkerParser.WordRangeStartToEndContext context ) : void

Exit a parse tree produced by the wordRangeStartToEnd labeled alternative in UserAgentTreeWalkerParser.wordRange.

The default implementation does nothing.

VisitErrorNode ( Antlr4.Runtime.Tree.IErrorNode node ) : void The default implementation does nothing.
VisitTerminal ( Antlr4.Runtime.Tree.ITerminalNode node ) : void The default implementation does nothing.

Method Details

EnterEveryRule() public method

The default implementation does nothing.
public EnterEveryRule ( Antlr4.Runtime.ParserRuleContext context ) : void
context Antlr4.Runtime.ParserRuleContext
return void

EnterMatcherBase() public method

Enter a parse tree produced by the matcherBase labeled alternative in UserAgentTreeWalkerParser.matcherRequire.

The default implementation does nothing.

public EnterMatcherBase ( UserAgentTreeWalkerParser.MatcherBaseContext context ) : void
context UserAgentTreeWalkerParser.MatcherBaseContext The parse tree.
return void

EnterMatcherCleanVersion() public method

Enter a parse tree produced by the matcherCleanVersion labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public EnterMatcherCleanVersion ( UserAgentTreeWalkerParser.MatcherCleanVersionContext context ) : void
context UserAgentTreeWalkerParser.MatcherCleanVersionContext The parse tree.
return void

EnterMatcherConcat() public method

Enter a parse tree produced by the matcherConcat labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public EnterMatcherConcat ( UserAgentTreeWalkerParser.MatcherConcatContext context ) : void
context UserAgentTreeWalkerParser.MatcherConcatContext The parse tree.
return void

EnterMatcherConcatPostfix() public method

Enter a parse tree produced by the matcherConcatPostfix labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public EnterMatcherConcatPostfix ( UserAgentTreeWalkerParser.MatcherConcatPostfixContext context ) : void
context UserAgentTreeWalkerParser.MatcherConcatPostfixContext The parse tree.
return void

EnterMatcherConcatPrefix() public method

Enter a parse tree produced by the matcherConcatPrefix labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public EnterMatcherConcatPrefix ( UserAgentTreeWalkerParser.MatcherConcatPrefixContext context ) : void
context UserAgentTreeWalkerParser.MatcherConcatPrefixContext The parse tree.
return void

EnterMatcherExtract() public method

Enter a parse tree produced by UserAgentTreeWalkerParser.matcherExtract.

The default implementation does nothing.

public EnterMatcherExtract ( UserAgentTreeWalkerParser.MatcherExtractContext context ) : void
context UserAgentTreeWalkerParser.MatcherExtractContext The parse tree.
return void

EnterMatcherNormalizeBrand() public method

Enter a parse tree produced by the matcherNormalizeBrand labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public EnterMatcherNormalizeBrand ( UserAgentTreeWalkerParser.MatcherNormalizeBrandContext context ) : void
context UserAgentTreeWalkerParser.MatcherNormalizeBrandContext The parse tree.
return void

EnterMatcherPath() public method

Enter a parse tree produced by the matcherPath labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public EnterMatcherPath ( UserAgentTreeWalkerParser.MatcherPathContext context ) : void
context UserAgentTreeWalkerParser.MatcherPathContext The parse tree.
return void

EnterMatcherPathIsInLookupContains() public method

Enter a parse tree produced by the matcherPathIsInLookupContains labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public EnterMatcherPathIsInLookupContains ( UserAgentTreeWalkerParser.MatcherPathIsInLookupContainsContext context ) : void
context UserAgentTreeWalkerParser.MatcherPathIsInLookupContainsContext The parse tree.
return void

EnterMatcherPathIsInLookupPrefix() public method

Enter a parse tree produced by the matcherPathIsInLookupPrefix labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public EnterMatcherPathIsInLookupPrefix ( UserAgentTreeWalkerParser.MatcherPathIsInLookupPrefixContext context ) : void
context UserAgentTreeWalkerParser.MatcherPathIsInLookupPrefixContext The parse tree.
return void

EnterMatcherPathIsNull() public method

Enter a parse tree produced by the matcherPathIsNull labeled alternative in UserAgentTreeWalkerParser.matcherRequire.

The default implementation does nothing.

public EnterMatcherPathIsNull ( UserAgentTreeWalkerParser.MatcherPathIsNullContext context ) : void
context UserAgentTreeWalkerParser.MatcherPathIsNullContext The parse tree.
return void

EnterMatcherPathLookup() public method

Enter a parse tree produced by the matcherPathLookup labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public EnterMatcherPathLookup ( UserAgentTreeWalkerParser.MatcherPathLookupContext context ) : void
context UserAgentTreeWalkerParser.MatcherPathLookupContext The parse tree.
return void

EnterMatcherPathLookupContains() public method

Enter a parse tree produced by the matcherPathLookupContains labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public EnterMatcherPathLookupContains ( UserAgentTreeWalkerParser.MatcherPathLookupContainsContext context ) : void
context UserAgentTreeWalkerParser.MatcherPathLookupContainsContext The parse tree.
return void

EnterMatcherPathLookupPrefix() public method

Enter a parse tree produced by the matcherPathLookupPrefix labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public EnterMatcherPathLookupPrefix ( UserAgentTreeWalkerParser.MatcherPathLookupPrefixContext context ) : void
context UserAgentTreeWalkerParser.MatcherPathLookupPrefixContext The parse tree.
return void

EnterMatcherVariable() public method

Enter a parse tree produced by UserAgentTreeWalkerParser.matcherVariable.

The default implementation does nothing.

public EnterMatcherVariable ( UserAgentTreeWalkerParser.MatcherVariableContext context ) : void
context UserAgentTreeWalkerParser.MatcherVariableContext The parse tree.
return void

EnterMatcherWordRange() public method

Enter a parse tree produced by the matcherWordRange labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public EnterMatcherWordRange ( UserAgentTreeWalkerParser.MatcherWordRangeContext context ) : void
context UserAgentTreeWalkerParser.MatcherWordRangeContext The parse tree.
return void

EnterNumberRangeAll() public method

Enter a parse tree produced by the numberRangeAll labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

public EnterNumberRangeAll ( UserAgentTreeWalkerParser.NumberRangeAllContext context ) : void
context UserAgentTreeWalkerParser.NumberRangeAllContext The parse tree.
return void

EnterNumberRangeEmpty() public method

Enter a parse tree produced by the numberRangeEmpty labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

public EnterNumberRangeEmpty ( UserAgentTreeWalkerParser.NumberRangeEmptyContext context ) : void
context UserAgentTreeWalkerParser.NumberRangeEmptyContext The parse tree.
return void

EnterNumberRangeOpenStartToEnd() public method

Enter a parse tree produced by the numberRangeOpenStartToEnd labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

public EnterNumberRangeOpenStartToEnd ( UserAgentTreeWalkerParser.NumberRangeOpenStartToEndContext context ) : void
context UserAgentTreeWalkerParser.NumberRangeOpenStartToEndContext The parse tree.
return void

EnterNumberRangeSingleValue() public method

Enter a parse tree produced by the numberRangeSingleValue labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

public EnterNumberRangeSingleValue ( UserAgentTreeWalkerParser.NumberRangeSingleValueContext context ) : void
context UserAgentTreeWalkerParser.NumberRangeSingleValueContext The parse tree.
return void

EnterNumberRangeStartToEnd() public method

Enter a parse tree produced by the numberRangeStartToEnd labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

public EnterNumberRangeStartToEnd ( UserAgentTreeWalkerParser.NumberRangeStartToEndContext context ) : void
context UserAgentTreeWalkerParser.NumberRangeStartToEndContext The parse tree.
return void

EnterNumberRangeStartToOpenEnd() public method

Enter a parse tree produced by the numberRangeStartToOpenEnd labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

public EnterNumberRangeStartToOpenEnd ( UserAgentTreeWalkerParser.NumberRangeStartToOpenEndContext context ) : void
context UserAgentTreeWalkerParser.NumberRangeStartToOpenEndContext The parse tree.
return void

EnterPathFixedValue() public method

Enter a parse tree produced by the pathFixedValue labeled alternative in UserAgentTreeWalkerParser.basePath.

The default implementation does nothing.

public EnterPathFixedValue ( UserAgentTreeWalkerParser.PathFixedValueContext context ) : void
context UserAgentTreeWalkerParser.PathFixedValueContext The parse tree.
return void

EnterPathVariable() public method

Enter a parse tree produced by the pathVariable labeled alternative in UserAgentTreeWalkerParser.basePath.

The default implementation does nothing.

public EnterPathVariable ( UserAgentTreeWalkerParser.PathVariableContext context ) : void
context UserAgentTreeWalkerParser.PathVariableContext The parse tree.
return void

EnterPathWalk() public method

Enter a parse tree produced by the pathWalk labeled alternative in UserAgentTreeWalkerParser.basePath.

The default implementation does nothing.

public EnterPathWalk ( UserAgentTreeWalkerParser.PathWalkContext context ) : void
context UserAgentTreeWalkerParser.PathWalkContext The parse tree.
return void

EnterStepBackToFull() public method

Enter a parse tree produced by the stepBackToFull labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public EnterStepBackToFull ( UserAgentTreeWalkerParser.StepBackToFullContext context ) : void
context UserAgentTreeWalkerParser.StepBackToFullContext The parse tree.
return void

EnterStepContainsValue() public method

Enter a parse tree produced by the stepContainsValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public EnterStepContainsValue ( UserAgentTreeWalkerParser.StepContainsValueContext context ) : void
context UserAgentTreeWalkerParser.StepContainsValueContext The parse tree.
return void

EnterStepDown() public method

Enter a parse tree produced by the stepDown labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public EnterStepDown ( UserAgentTreeWalkerParser.StepDownContext context ) : void
context UserAgentTreeWalkerParser.StepDownContext The parse tree.
return void

EnterStepEndsWithValue() public method

Enter a parse tree produced by the stepEndsWithValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public EnterStepEndsWithValue ( UserAgentTreeWalkerParser.StepEndsWithValueContext context ) : void
context UserAgentTreeWalkerParser.StepEndsWithValueContext The parse tree.
return void

EnterStepEqualsValue() public method

Enter a parse tree produced by the stepEqualsValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public EnterStepEqualsValue ( UserAgentTreeWalkerParser.StepEqualsValueContext context ) : void
context UserAgentTreeWalkerParser.StepEqualsValueContext The parse tree.
return void

EnterStepIsInSet() public method

Enter a parse tree produced by the stepIsInSet labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public EnterStepIsInSet ( UserAgentTreeWalkerParser.StepIsInSetContext context ) : void
context UserAgentTreeWalkerParser.StepIsInSetContext The parse tree.
return void

EnterStepNext() public method

Enter a parse tree produced by the stepNext labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public EnterStepNext ( UserAgentTreeWalkerParser.StepNextContext context ) : void
context UserAgentTreeWalkerParser.StepNextContext The parse tree.
return void

EnterStepNext2() public method

Enter a parse tree produced by the stepNext2 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public EnterStepNext2 ( UserAgentTreeWalkerParser.StepNext2Context context ) : void
context UserAgentTreeWalkerParser.StepNext2Context The parse tree.
return void

EnterStepNext3() public method

Enter a parse tree produced by the stepNext3 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public EnterStepNext3 ( UserAgentTreeWalkerParser.StepNext3Context context ) : void
context UserAgentTreeWalkerParser.StepNext3Context The parse tree.
return void

EnterStepNext4() public method

Enter a parse tree produced by the stepNext4 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public EnterStepNext4 ( UserAgentTreeWalkerParser.StepNext4Context context ) : void
context UserAgentTreeWalkerParser.StepNext4Context The parse tree.
return void

EnterStepNotEqualsValue() public method

Enter a parse tree produced by the stepNotEqualsValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public EnterStepNotEqualsValue ( UserAgentTreeWalkerParser.StepNotEqualsValueContext context ) : void
context UserAgentTreeWalkerParser.StepNotEqualsValueContext The parse tree.
return void

EnterStepPrev() public method

Enter a parse tree produced by the stepPrev labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public EnterStepPrev ( UserAgentTreeWalkerParser.StepPrevContext context ) : void
context UserAgentTreeWalkerParser.StepPrevContext The parse tree.
return void

EnterStepPrev2() public method

Enter a parse tree produced by the stepPrev2 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public EnterStepPrev2 ( UserAgentTreeWalkerParser.StepPrev2Context context ) : void
context UserAgentTreeWalkerParser.StepPrev2Context The parse tree.
return void

EnterStepPrev3() public method

Enter a parse tree produced by the stepPrev3 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public EnterStepPrev3 ( UserAgentTreeWalkerParser.StepPrev3Context context ) : void
context UserAgentTreeWalkerParser.StepPrev3Context The parse tree.
return void

EnterStepPrev4() public method

Enter a parse tree produced by the stepPrev4 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public EnterStepPrev4 ( UserAgentTreeWalkerParser.StepPrev4Context context ) : void
context UserAgentTreeWalkerParser.StepPrev4Context The parse tree.
return void

EnterStepStartsWithValue() public method

Enter a parse tree produced by the stepStartsWithValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public EnterStepStartsWithValue ( UserAgentTreeWalkerParser.StepStartsWithValueContext context ) : void
context UserAgentTreeWalkerParser.StepStartsWithValueContext The parse tree.
return void

EnterStepUp() public method

Enter a parse tree produced by the stepUp labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public EnterStepUp ( UserAgentTreeWalkerParser.StepUpContext context ) : void
context UserAgentTreeWalkerParser.StepUpContext The parse tree.
return void

EnterStepWordRange() public method

Enter a parse tree produced by the stepWordRange labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public EnterStepWordRange ( UserAgentTreeWalkerParser.StepWordRangeContext context ) : void
context UserAgentTreeWalkerParser.StepWordRangeContext The parse tree.
return void

EnterWordRangeFirstWords() public method

Enter a parse tree produced by the wordRangeFirstWords labeled alternative in UserAgentTreeWalkerParser.wordRange.

The default implementation does nothing.

public EnterWordRangeFirstWords ( UserAgentTreeWalkerParser.WordRangeFirstWordsContext context ) : void
context UserAgentTreeWalkerParser.WordRangeFirstWordsContext The parse tree.
return void

EnterWordRangeLastWords() public method

Enter a parse tree produced by the wordRangeLastWords labeled alternative in UserAgentTreeWalkerParser.wordRange.

The default implementation does nothing.

public EnterWordRangeLastWords ( UserAgentTreeWalkerParser.WordRangeLastWordsContext context ) : void
context UserAgentTreeWalkerParser.WordRangeLastWordsContext The parse tree.
return void

EnterWordRangeSingleWord() public method

Enter a parse tree produced by the wordRangeSingleWord labeled alternative in UserAgentTreeWalkerParser.wordRange.

The default implementation does nothing.

public EnterWordRangeSingleWord ( UserAgentTreeWalkerParser.WordRangeSingleWordContext context ) : void
context UserAgentTreeWalkerParser.WordRangeSingleWordContext The parse tree.
return void

EnterWordRangeStartToEnd() public method

Enter a parse tree produced by the wordRangeStartToEnd labeled alternative in UserAgentTreeWalkerParser.wordRange.

The default implementation does nothing.

public EnterWordRangeStartToEnd ( UserAgentTreeWalkerParser.WordRangeStartToEndContext context ) : void
context UserAgentTreeWalkerParser.WordRangeStartToEndContext The parse tree.
return void

ExitEveryRule() public method

The default implementation does nothing.
public ExitEveryRule ( Antlr4.Runtime.ParserRuleContext context ) : void
context Antlr4.Runtime.ParserRuleContext
return void

ExitMatcherBase() public method

Exit a parse tree produced by the matcherBase labeled alternative in UserAgentTreeWalkerParser.matcherRequire.

The default implementation does nothing.

public ExitMatcherBase ( UserAgentTreeWalkerParser.MatcherBaseContext context ) : void
context UserAgentTreeWalkerParser.MatcherBaseContext The parse tree.
return void

ExitMatcherCleanVersion() public method

Exit a parse tree produced by the matcherCleanVersion labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public ExitMatcherCleanVersion ( UserAgentTreeWalkerParser.MatcherCleanVersionContext context ) : void
context UserAgentTreeWalkerParser.MatcherCleanVersionContext The parse tree.
return void

ExitMatcherConcat() public method

Exit a parse tree produced by the matcherConcat labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public ExitMatcherConcat ( UserAgentTreeWalkerParser.MatcherConcatContext context ) : void
context UserAgentTreeWalkerParser.MatcherConcatContext The parse tree.
return void

ExitMatcherConcatPostfix() public method

Exit a parse tree produced by the matcherConcatPostfix labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public ExitMatcherConcatPostfix ( UserAgentTreeWalkerParser.MatcherConcatPostfixContext context ) : void
context UserAgentTreeWalkerParser.MatcherConcatPostfixContext The parse tree.
return void

ExitMatcherConcatPrefix() public method

Exit a parse tree produced by the matcherConcatPrefix labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public ExitMatcherConcatPrefix ( UserAgentTreeWalkerParser.MatcherConcatPrefixContext context ) : void
context UserAgentTreeWalkerParser.MatcherConcatPrefixContext The parse tree.
return void

ExitMatcherExtract() public method

Exit a parse tree produced by UserAgentTreeWalkerParser.matcherExtract.

The default implementation does nothing.

public ExitMatcherExtract ( UserAgentTreeWalkerParser.MatcherExtractContext context ) : void
context UserAgentTreeWalkerParser.MatcherExtractContext The parse tree.
return void

ExitMatcherNormalizeBrand() public method

Exit a parse tree produced by the matcherNormalizeBrand labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public ExitMatcherNormalizeBrand ( UserAgentTreeWalkerParser.MatcherNormalizeBrandContext context ) : void
context UserAgentTreeWalkerParser.MatcherNormalizeBrandContext The parse tree.
return void

ExitMatcherPath() public method

Exit a parse tree produced by the matcherPath labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public ExitMatcherPath ( UserAgentTreeWalkerParser.MatcherPathContext context ) : void
context UserAgentTreeWalkerParser.MatcherPathContext The parse tree.
return void

ExitMatcherPathIsInLookupContains() public method

Exit a parse tree produced by the matcherPathIsInLookupContains labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public ExitMatcherPathIsInLookupContains ( UserAgentTreeWalkerParser.MatcherPathIsInLookupContainsContext context ) : void
context UserAgentTreeWalkerParser.MatcherPathIsInLookupContainsContext The parse tree.
return void

ExitMatcherPathIsInLookupPrefix() public method

Exit a parse tree produced by the matcherPathIsInLookupPrefix labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public ExitMatcherPathIsInLookupPrefix ( UserAgentTreeWalkerParser.MatcherPathIsInLookupPrefixContext context ) : void
context UserAgentTreeWalkerParser.MatcherPathIsInLookupPrefixContext The parse tree.
return void

ExitMatcherPathIsNull() public method

Exit a parse tree produced by the matcherPathIsNull labeled alternative in UserAgentTreeWalkerParser.matcherRequire.

The default implementation does nothing.

public ExitMatcherPathIsNull ( UserAgentTreeWalkerParser.MatcherPathIsNullContext context ) : void
context UserAgentTreeWalkerParser.MatcherPathIsNullContext The parse tree.
return void

ExitMatcherPathLookup() public method

Exit a parse tree produced by the matcherPathLookup labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public ExitMatcherPathLookup ( UserAgentTreeWalkerParser.MatcherPathLookupContext context ) : void
context UserAgentTreeWalkerParser.MatcherPathLookupContext The parse tree.
return void

ExitMatcherPathLookupContains() public method

Exit a parse tree produced by the matcherPathLookupContains labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public ExitMatcherPathLookupContains ( UserAgentTreeWalkerParser.MatcherPathLookupContainsContext context ) : void
context UserAgentTreeWalkerParser.MatcherPathLookupContainsContext The parse tree.
return void

ExitMatcherPathLookupPrefix() public method

Exit a parse tree produced by the matcherPathLookupPrefix labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public ExitMatcherPathLookupPrefix ( UserAgentTreeWalkerParser.MatcherPathLookupPrefixContext context ) : void
context UserAgentTreeWalkerParser.MatcherPathLookupPrefixContext The parse tree.
return void

ExitMatcherVariable() public method

Exit a parse tree produced by UserAgentTreeWalkerParser.matcherVariable.

The default implementation does nothing.

public ExitMatcherVariable ( UserAgentTreeWalkerParser.MatcherVariableContext context ) : void
context UserAgentTreeWalkerParser.MatcherVariableContext The parse tree.
return void

ExitMatcherWordRange() public method

Exit a parse tree produced by the matcherWordRange labeled alternative in UserAgentTreeWalkerParser.matcher.

The default implementation does nothing.

public ExitMatcherWordRange ( UserAgentTreeWalkerParser.MatcherWordRangeContext context ) : void
context UserAgentTreeWalkerParser.MatcherWordRangeContext The parse tree.
return void

ExitNumberRangeAll() public method

Exit a parse tree produced by the numberRangeAll labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

public ExitNumberRangeAll ( UserAgentTreeWalkerParser.NumberRangeAllContext context ) : void
context UserAgentTreeWalkerParser.NumberRangeAllContext The parse tree.
return void

ExitNumberRangeEmpty() public method

Exit a parse tree produced by the numberRangeEmpty labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

public ExitNumberRangeEmpty ( UserAgentTreeWalkerParser.NumberRangeEmptyContext context ) : void
context UserAgentTreeWalkerParser.NumberRangeEmptyContext The parse tree.
return void

ExitNumberRangeOpenStartToEnd() public method

Exit a parse tree produced by the numberRangeOpenStartToEnd labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

public ExitNumberRangeOpenStartToEnd ( UserAgentTreeWalkerParser.NumberRangeOpenStartToEndContext context ) : void
context UserAgentTreeWalkerParser.NumberRangeOpenStartToEndContext The parse tree.
return void

ExitNumberRangeSingleValue() public method

Exit a parse tree produced by the numberRangeSingleValue labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

public ExitNumberRangeSingleValue ( UserAgentTreeWalkerParser.NumberRangeSingleValueContext context ) : void
context UserAgentTreeWalkerParser.NumberRangeSingleValueContext The parse tree.
return void

ExitNumberRangeStartToEnd() public method

Exit a parse tree produced by the numberRangeStartToEnd labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

public ExitNumberRangeStartToEnd ( UserAgentTreeWalkerParser.NumberRangeStartToEndContext context ) : void
context UserAgentTreeWalkerParser.NumberRangeStartToEndContext The parse tree.
return void

ExitNumberRangeStartToOpenEnd() public method

Exit a parse tree produced by the numberRangeStartToOpenEnd labeled alternative in UserAgentTreeWalkerParser.numberRange.

The default implementation does nothing.

public ExitNumberRangeStartToOpenEnd ( UserAgentTreeWalkerParser.NumberRangeStartToOpenEndContext context ) : void
context UserAgentTreeWalkerParser.NumberRangeStartToOpenEndContext The parse tree.
return void

ExitPathFixedValue() public method

Exit a parse tree produced by the pathFixedValue labeled alternative in UserAgentTreeWalkerParser.basePath.

The default implementation does nothing.

public ExitPathFixedValue ( UserAgentTreeWalkerParser.PathFixedValueContext context ) : void
context UserAgentTreeWalkerParser.PathFixedValueContext The parse tree.
return void

ExitPathVariable() public method

Exit a parse tree produced by the pathVariable labeled alternative in UserAgentTreeWalkerParser.basePath.

The default implementation does nothing.

public ExitPathVariable ( UserAgentTreeWalkerParser.PathVariableContext context ) : void
context UserAgentTreeWalkerParser.PathVariableContext The parse tree.
return void

ExitPathWalk() public method

Exit a parse tree produced by the pathWalk labeled alternative in UserAgentTreeWalkerParser.basePath.

The default implementation does nothing.

public ExitPathWalk ( UserAgentTreeWalkerParser.PathWalkContext context ) : void
context UserAgentTreeWalkerParser.PathWalkContext The parse tree.
return void

ExitStepBackToFull() public method

Exit a parse tree produced by the stepBackToFull labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public ExitStepBackToFull ( UserAgentTreeWalkerParser.StepBackToFullContext context ) : void
context UserAgentTreeWalkerParser.StepBackToFullContext The parse tree.
return void

ExitStepContainsValue() public method

Exit a parse tree produced by the stepContainsValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public ExitStepContainsValue ( UserAgentTreeWalkerParser.StepContainsValueContext context ) : void
context UserAgentTreeWalkerParser.StepContainsValueContext The parse tree.
return void

ExitStepDown() public method

Exit a parse tree produced by the stepDown labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public ExitStepDown ( UserAgentTreeWalkerParser.StepDownContext context ) : void
context UserAgentTreeWalkerParser.StepDownContext The parse tree.
return void

ExitStepEndsWithValue() public method

Exit a parse tree produced by the stepEndsWithValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public ExitStepEndsWithValue ( UserAgentTreeWalkerParser.StepEndsWithValueContext context ) : void
context UserAgentTreeWalkerParser.StepEndsWithValueContext The parse tree.
return void

ExitStepEqualsValue() public method

Exit a parse tree produced by the stepEqualsValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public ExitStepEqualsValue ( UserAgentTreeWalkerParser.StepEqualsValueContext context ) : void
context UserAgentTreeWalkerParser.StepEqualsValueContext The parse tree.
return void

ExitStepIsInSet() public method

Exit a parse tree produced by the stepIsInSet labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public ExitStepIsInSet ( UserAgentTreeWalkerParser.StepIsInSetContext context ) : void
context UserAgentTreeWalkerParser.StepIsInSetContext The parse tree.
return void

ExitStepNext() public method

Exit a parse tree produced by the stepNext labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public ExitStepNext ( UserAgentTreeWalkerParser.StepNextContext context ) : void
context UserAgentTreeWalkerParser.StepNextContext The parse tree.
return void

ExitStepNext2() public method

Exit a parse tree produced by the stepNext2 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public ExitStepNext2 ( UserAgentTreeWalkerParser.StepNext2Context context ) : void
context UserAgentTreeWalkerParser.StepNext2Context The parse tree.
return void

ExitStepNext3() public method

Exit a parse tree produced by the stepNext3 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public ExitStepNext3 ( UserAgentTreeWalkerParser.StepNext3Context context ) : void
context UserAgentTreeWalkerParser.StepNext3Context The parse tree.
return void

ExitStepNext4() public method

Exit a parse tree produced by the stepNext4 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public ExitStepNext4 ( UserAgentTreeWalkerParser.StepNext4Context context ) : void
context UserAgentTreeWalkerParser.StepNext4Context The parse tree.
return void

ExitStepNotEqualsValue() public method

Exit a parse tree produced by the stepNotEqualsValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public ExitStepNotEqualsValue ( UserAgentTreeWalkerParser.StepNotEqualsValueContext context ) : void
context UserAgentTreeWalkerParser.StepNotEqualsValueContext The parse tree.
return void

ExitStepPrev() public method

Exit a parse tree produced by the stepPrev labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public ExitStepPrev ( UserAgentTreeWalkerParser.StepPrevContext context ) : void
context UserAgentTreeWalkerParser.StepPrevContext The parse tree.
return void

ExitStepPrev2() public method

Exit a parse tree produced by the stepPrev2 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public ExitStepPrev2 ( UserAgentTreeWalkerParser.StepPrev2Context context ) : void
context UserAgentTreeWalkerParser.StepPrev2Context The parse tree.
return void

ExitStepPrev3() public method

Exit a parse tree produced by the stepPrev3 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public ExitStepPrev3 ( UserAgentTreeWalkerParser.StepPrev3Context context ) : void
context UserAgentTreeWalkerParser.StepPrev3Context The parse tree.
return void

ExitStepPrev4() public method

Exit a parse tree produced by the stepPrev4 labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public ExitStepPrev4 ( UserAgentTreeWalkerParser.StepPrev4Context context ) : void
context UserAgentTreeWalkerParser.StepPrev4Context The parse tree.
return void

ExitStepStartsWithValue() public method

Exit a parse tree produced by the stepStartsWithValue labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public ExitStepStartsWithValue ( UserAgentTreeWalkerParser.StepStartsWithValueContext context ) : void
context UserAgentTreeWalkerParser.StepStartsWithValueContext The parse tree.
return void

ExitStepUp() public method

Exit a parse tree produced by the stepUp labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public ExitStepUp ( UserAgentTreeWalkerParser.StepUpContext context ) : void
context UserAgentTreeWalkerParser.StepUpContext The parse tree.
return void

ExitStepWordRange() public method

Exit a parse tree produced by the stepWordRange labeled alternative in UserAgentTreeWalkerParser.path.

The default implementation does nothing.

public ExitStepWordRange ( UserAgentTreeWalkerParser.StepWordRangeContext context ) : void
context UserAgentTreeWalkerParser.StepWordRangeContext The parse tree.
return void

ExitWordRangeFirstWords() public method

Exit a parse tree produced by the wordRangeFirstWords labeled alternative in UserAgentTreeWalkerParser.wordRange.

The default implementation does nothing.

public ExitWordRangeFirstWords ( UserAgentTreeWalkerParser.WordRangeFirstWordsContext context ) : void
context UserAgentTreeWalkerParser.WordRangeFirstWordsContext The parse tree.
return void

ExitWordRangeLastWords() public method

Exit a parse tree produced by the wordRangeLastWords labeled alternative in UserAgentTreeWalkerParser.wordRange.

The default implementation does nothing.

public ExitWordRangeLastWords ( UserAgentTreeWalkerParser.WordRangeLastWordsContext context ) : void
context UserAgentTreeWalkerParser.WordRangeLastWordsContext The parse tree.
return void

ExitWordRangeSingleWord() public method

Exit a parse tree produced by the wordRangeSingleWord labeled alternative in UserAgentTreeWalkerParser.wordRange.

The default implementation does nothing.

public ExitWordRangeSingleWord ( UserAgentTreeWalkerParser.WordRangeSingleWordContext context ) : void
context UserAgentTreeWalkerParser.WordRangeSingleWordContext The parse tree.
return void

ExitWordRangeStartToEnd() public method

Exit a parse tree produced by the wordRangeStartToEnd labeled alternative in UserAgentTreeWalkerParser.wordRange.

The default implementation does nothing.

public ExitWordRangeStartToEnd ( UserAgentTreeWalkerParser.WordRangeStartToEndContext context ) : void
context UserAgentTreeWalkerParser.WordRangeStartToEndContext The parse tree.
return void

VisitErrorNode() public method

The default implementation does nothing.
public VisitErrorNode ( Antlr4.Runtime.Tree.IErrorNode node ) : void
node Antlr4.Runtime.Tree.IErrorNode
return void

VisitTerminal() public method

The default implementation does nothing.
public VisitTerminal ( Antlr4.Runtime.Tree.ITerminalNode node ) : void
node Antlr4.Runtime.Tree.ITerminalNode
return void