CommonRegexBaseListener Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
This class provides an empty implementation of ICommonRegexListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
[System.CLSCompliant(false)]
public class CommonRegexBaseListener : Antlr4.Runtime.Tree.IParseTreeListener, ICommonRegexListener
[<System.CLSCompliant(false)>]
type CommonRegexBaseListener = class
interface ICommonRegexListener
interface IParseTreeListener
Public Class CommonRegexBaseListener
Implements ICommonRegexListener, IParseTreeListener
- Inheritance
-
CommonRegexBaseListener
- Attributes
- Implements
-
Antlr4.Runtime.Tree.IParseTreeListener ICommonRegexListener
Constructors
| CommonRegexBaseListener() |
Methods
| EnterAlpha_nums(CommonRegexParser+Alpha_numsContext) |
Enter a parse tree produced by alpha_nums(). The default implementation does nothing. |
| EnterAlternation(CommonRegexParser+AlternationContext) |
Enter a parse tree produced by alternation(). The default implementation does nothing. |
| EnterAtom(CommonRegexParser+AtomContext) |
Enter a parse tree produced by atom(). The default implementation does nothing. |
| EnterCapture(CommonRegexParser+CaptureContext) |
Enter a parse tree produced by capture(). The default implementation does nothing. |
| EnterCc_atom(CommonRegexParser+Cc_atomContext) |
Enter a parse tree produced by cc_atom(). The default implementation does nothing. |
| EnterCc_literal(CommonRegexParser+Cc_literalContext) |
Enter a parse tree produced by cc_literal(). The default implementation does nothing. |
| EnterCharacter_class(CommonRegexParser+Character_classContext) |
Enter a parse tree produced by character_class(). The default implementation does nothing. |
| EnterDigit(CommonRegexParser+DigitContext) |
Enter a parse tree produced by digit(). The default implementation does nothing. |
| EnterDigits(CommonRegexParser+DigitsContext) |
Enter a parse tree produced by digits(). The default implementation does nothing. |
| EnterElement(CommonRegexParser+ElementContext) |
Enter a parse tree produced by element(). The default implementation does nothing. |
| EnterEveryRule(ParserRuleContext) | Antlr4.Runtime.Tree.IParseTreeListener.EnterEveryRule(Antlr4.Runtime.ParserRuleContext) |
| EnterExpr(CommonRegexParser+ExprContext) |
Enter a parse tree produced by expr(). The default implementation does nothing. |
| EnterLetter(CommonRegexParser+LetterContext) |
Enter a parse tree produced by letter(). The default implementation does nothing. |
| EnterLiteral(CommonRegexParser+LiteralContext) |
Enter a parse tree produced by literal(). The default implementation does nothing. |
| EnterName(CommonRegexParser+NameContext) |
Enter a parse tree produced by name(). The default implementation does nothing. |
| EnterNon_capture(CommonRegexParser+Non_captureContext) |
Enter a parse tree produced by non_capture(). The default implementation does nothing. |
| EnterNon_close_paren(CommonRegexParser+Non_close_parenContext) |
Enter a parse tree produced by non_close_paren(). The default implementation does nothing. |
| EnterNon_close_parens(CommonRegexParser+Non_close_parensContext) |
Enter a parse tree produced by non_close_parens(). The default implementation does nothing. |
| EnterNumber(CommonRegexParser+NumberContext) |
Enter a parse tree produced by number(). The default implementation does nothing. |
| EnterOctal_char(CommonRegexParser+Octal_charContext) |
Enter a parse tree produced by octal_char(). The default implementation does nothing. |
| EnterOctal_digit(CommonRegexParser+Octal_digitContext) |
Enter a parse tree produced by octal_digit(). The default implementation does nothing. |
| EnterOption(CommonRegexParser+OptionContext) |
Enter a parse tree produced by option(). The default implementation does nothing. |
| EnterOption_flag(CommonRegexParser+Option_flagContext) |
Enter a parse tree produced by option_flag(). The default implementation does nothing. |
| EnterParse(CommonRegexParser+ParseContext) |
Enter a parse tree produced by parse(). The default implementation does nothing. |
| EnterQuantifier(CommonRegexParser+QuantifierContext) |
Enter a parse tree produced by quantifier(). The default implementation does nothing. |
| EnterQuantifier_type(CommonRegexParser+Quantifier_typeContext) |
Enter a parse tree produced by quantifier_type(). The default implementation does nothing. |
| EnterShared_atom(CommonRegexParser+Shared_atomContext) |
Enter a parse tree produced by shared_atom(). The default implementation does nothing. |
| EnterShared_literal(CommonRegexParser+Shared_literalContext) |
Enter a parse tree produced by shared_literal(). The default implementation does nothing. |
| ExitAlpha_nums(CommonRegexParser+Alpha_numsContext) |
Exit a parse tree produced by alpha_nums(). The default implementation does nothing. |
| ExitAlternation(CommonRegexParser+AlternationContext) |
Exit a parse tree produced by alternation(). The default implementation does nothing. |
| ExitAtom(CommonRegexParser+AtomContext) |
Exit a parse tree produced by atom(). The default implementation does nothing. |
| ExitCapture(CommonRegexParser+CaptureContext) |
Exit a parse tree produced by capture(). The default implementation does nothing. |
| ExitCc_atom(CommonRegexParser+Cc_atomContext) |
Exit a parse tree produced by cc_atom(). The default implementation does nothing. |
| ExitCc_literal(CommonRegexParser+Cc_literalContext) |
Exit a parse tree produced by cc_literal(). The default implementation does nothing. |
| ExitCharacter_class(CommonRegexParser+Character_classContext) |
Exit a parse tree produced by character_class(). The default implementation does nothing. |
| ExitDigit(CommonRegexParser+DigitContext) |
Exit a parse tree produced by digit(). The default implementation does nothing. |
| ExitDigits(CommonRegexParser+DigitsContext) |
Exit a parse tree produced by digits(). The default implementation does nothing. |
| ExitElement(CommonRegexParser+ElementContext) |
Exit a parse tree produced by element(). The default implementation does nothing. |
| ExitEveryRule(ParserRuleContext) | Antlr4.Runtime.Tree.IParseTreeListener.ExitEveryRule(Antlr4.Runtime.ParserRuleContext) |
| ExitExpr(CommonRegexParser+ExprContext) |
Exit a parse tree produced by expr(). The default implementation does nothing. |
| ExitLetter(CommonRegexParser+LetterContext) |
Exit a parse tree produced by letter(). The default implementation does nothing. |
| ExitLiteral(CommonRegexParser+LiteralContext) |
Exit a parse tree produced by literal(). The default implementation does nothing. |
| ExitName(CommonRegexParser+NameContext) |
Exit a parse tree produced by name(). The default implementation does nothing. |
| ExitNon_capture(CommonRegexParser+Non_captureContext) |
Exit a parse tree produced by non_capture(). The default implementation does nothing. |
| ExitNon_close_paren(CommonRegexParser+Non_close_parenContext) |
Exit a parse tree produced by non_close_paren(). The default implementation does nothing. |
| ExitNon_close_parens(CommonRegexParser+Non_close_parensContext) |
Exit a parse tree produced by non_close_parens(). The default implementation does nothing. |
| ExitNumber(CommonRegexParser+NumberContext) |
Exit a parse tree produced by number(). The default implementation does nothing. |
| ExitOctal_char(CommonRegexParser+Octal_charContext) |
Exit a parse tree produced by octal_char(). The default implementation does nothing. |
| ExitOctal_digit(CommonRegexParser+Octal_digitContext) |
Exit a parse tree produced by octal_digit(). The default implementation does nothing. |
| ExitOption(CommonRegexParser+OptionContext) |
Exit a parse tree produced by option(). The default implementation does nothing. |
| ExitOption_flag(CommonRegexParser+Option_flagContext) |
Exit a parse tree produced by option_flag(). The default implementation does nothing. |
| ExitParse(CommonRegexParser+ParseContext) |
Exit a parse tree produced by parse(). The default implementation does nothing. |
| ExitQuantifier(CommonRegexParser+QuantifierContext) |
Exit a parse tree produced by quantifier(). The default implementation does nothing. |
| ExitQuantifier_type(CommonRegexParser+Quantifier_typeContext) |
Exit a parse tree produced by quantifier_type(). The default implementation does nothing. |
| ExitShared_atom(CommonRegexParser+Shared_atomContext) |
Exit a parse tree produced by shared_atom(). The default implementation does nothing. |
| ExitShared_literal(CommonRegexParser+Shared_literalContext) |
Exit a parse tree produced by shared_literal(). The default implementation does nothing. |
| VisitErrorNode(IErrorNode) | Antlr4.Runtime.Tree.IParseTreeListener.VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode) |
| VisitTerminal(ITerminalNode) | Antlr4.Runtime.Tree.IParseTreeListener.VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode) |