ICommonRegexListener Interface

Definition

Important

This API is not CLS-compliant.

This interface defines a complete listener for a parse tree produced by CommonRegexParser.

[System.CLSCompliant(false)]
public interface ICommonRegexListener : Antlr4.Runtime.Tree.IParseTreeListener
[<System.CLSCompliant(false)>]
type ICommonRegexListener = interface
    interface IParseTreeListener
Public Interface ICommonRegexListener
Implements IParseTreeListener
Derived
Attributes
Implements
Antlr4.Runtime.Tree.IParseTreeListener

Methods

EnterAlpha_nums(CommonRegexParser+Alpha_numsContext)

Enter a parse tree produced by alpha_nums().

EnterAlternation(CommonRegexParser+AlternationContext)

Enter a parse tree produced by alternation().

EnterAtom(CommonRegexParser+AtomContext)

Enter a parse tree produced by atom().

EnterCapture(CommonRegexParser+CaptureContext)

Enter a parse tree produced by capture().

EnterCc_atom(CommonRegexParser+Cc_atomContext)

Enter a parse tree produced by cc_atom().

EnterCc_literal(CommonRegexParser+Cc_literalContext)

Enter a parse tree produced by cc_literal().

EnterCharacter_class(CommonRegexParser+Character_classContext)

Enter a parse tree produced by character_class().

EnterDigit(CommonRegexParser+DigitContext)

Enter a parse tree produced by digit().

EnterDigits(CommonRegexParser+DigitsContext)

Enter a parse tree produced by digits().

EnterElement(CommonRegexParser+ElementContext)

Enter a parse tree produced by element().

EnterExpr(CommonRegexParser+ExprContext)

Enter a parse tree produced by expr().

EnterLetter(CommonRegexParser+LetterContext)

Enter a parse tree produced by letter().

EnterLiteral(CommonRegexParser+LiteralContext)

Enter a parse tree produced by literal().

EnterName(CommonRegexParser+NameContext)

Enter a parse tree produced by name().

EnterNon_capture(CommonRegexParser+Non_captureContext)

Enter a parse tree produced by non_capture().

EnterNon_close_paren(CommonRegexParser+Non_close_parenContext)

Enter a parse tree produced by non_close_paren().

EnterNon_close_parens(CommonRegexParser+Non_close_parensContext)

Enter a parse tree produced by non_close_parens().

EnterNumber(CommonRegexParser+NumberContext)

Enter a parse tree produced by number().

EnterOctal_char(CommonRegexParser+Octal_charContext)

Enter a parse tree produced by octal_char().

EnterOctal_digit(CommonRegexParser+Octal_digitContext)

Enter a parse tree produced by octal_digit().

EnterOption(CommonRegexParser+OptionContext)

Enter a parse tree produced by option().

EnterOption_flag(CommonRegexParser+Option_flagContext)

Enter a parse tree produced by option_flag().

EnterParse(CommonRegexParser+ParseContext)

Enter a parse tree produced by parse().

EnterQuantifier(CommonRegexParser+QuantifierContext)

Enter a parse tree produced by quantifier().

EnterQuantifier_type(CommonRegexParser+Quantifier_typeContext)

Enter a parse tree produced by quantifier_type().

EnterShared_atom(CommonRegexParser+Shared_atomContext)

Enter a parse tree produced by shared_atom().

EnterShared_literal(CommonRegexParser+Shared_literalContext)

Enter a parse tree produced by shared_literal().

ExitAlpha_nums(CommonRegexParser+Alpha_numsContext)

Exit a parse tree produced by alpha_nums().

ExitAlternation(CommonRegexParser+AlternationContext)

Exit a parse tree produced by alternation().

ExitAtom(CommonRegexParser+AtomContext)

Exit a parse tree produced by atom().

ExitCapture(CommonRegexParser+CaptureContext)

Exit a parse tree produced by capture().

ExitCc_atom(CommonRegexParser+Cc_atomContext)

Exit a parse tree produced by cc_atom().

ExitCc_literal(CommonRegexParser+Cc_literalContext)

Exit a parse tree produced by cc_literal().

ExitCharacter_class(CommonRegexParser+Character_classContext)

Exit a parse tree produced by character_class().

ExitDigit(CommonRegexParser+DigitContext)

Exit a parse tree produced by digit().

ExitDigits(CommonRegexParser+DigitsContext)

Exit a parse tree produced by digits().

ExitElement(CommonRegexParser+ElementContext)

Exit a parse tree produced by element().

ExitExpr(CommonRegexParser+ExprContext)

Exit a parse tree produced by expr().

ExitLetter(CommonRegexParser+LetterContext)

Exit a parse tree produced by letter().

ExitLiteral(CommonRegexParser+LiteralContext)

Exit a parse tree produced by literal().

ExitName(CommonRegexParser+NameContext)

Exit a parse tree produced by name().

ExitNon_capture(CommonRegexParser+Non_captureContext)

Exit a parse tree produced by non_capture().

ExitNon_close_paren(CommonRegexParser+Non_close_parenContext)

Exit a parse tree produced by non_close_paren().

ExitNon_close_parens(CommonRegexParser+Non_close_parensContext)

Exit a parse tree produced by non_close_parens().

ExitNumber(CommonRegexParser+NumberContext)

Exit a parse tree produced by number().

ExitOctal_char(CommonRegexParser+Octal_charContext)

Exit a parse tree produced by octal_char().

ExitOctal_digit(CommonRegexParser+Octal_digitContext)

Exit a parse tree produced by octal_digit().

ExitOption(CommonRegexParser+OptionContext)

Exit a parse tree produced by option().

ExitOption_flag(CommonRegexParser+Option_flagContext)

Exit a parse tree produced by option_flag().

ExitParse(CommonRegexParser+ParseContext)

Exit a parse tree produced by parse().

ExitQuantifier(CommonRegexParser+QuantifierContext)

Exit a parse tree produced by quantifier().

ExitQuantifier_type(CommonRegexParser+Quantifier_typeContext)

Exit a parse tree produced by quantifier_type().

ExitShared_atom(CommonRegexParser+Shared_atomContext)

Exit a parse tree produced by shared_atom().

ExitShared_literal(CommonRegexParser+Shared_literalContext)

Exit a parse tree produced by shared_literal().

Applies to