다음을 통해 공유


CommonRegexListener interface

이 인터페이스는 CommonRegexParser생성되는 구문 분석 트리에 대한 전체 수신기를 정의합니다.

Extends

ParseTreeListener

속성

enterAlpha_nums

CommonRegexParser.alpha_nums생성된 구문 분석 트리를 입력합니다.

enterAlternation

CommonRegexParser.alternation생성된 구문 분석 트리를 입력합니다.

enterAtom

CommonRegexParser.atom생성된 구문 분석 트리를 입력합니다.

enterCapture

CommonRegexParser.capture생성된 구문 분석 트리를 입력합니다.

enterCc_atom

CommonRegexParser.cc_atom생성된 구문 분석 트리를 입력합니다.

enterCc_literal

CommonRegexParser.cc_literal생성된 구문 분석 트리를 입력합니다.

enterCharacter_class

CommonRegexParser.character_class생성된 구문 분석 트리를 입력합니다.

enterDigit

CommonRegexParser.digit생성된 구문 분석 트리를 입력합니다.

enterDigits

CommonRegexParser.digits생성된 구문 분석 트리를 입력합니다.

enterElement

CommonRegexParser.element생성된 구문 분석 트리를 입력합니다.

enterExpr

CommonRegexParser.expr생성된 구문 분석 트리를 입력합니다.

enterLetter

CommonRegexParser.letter생성된 구문 분석 트리를 입력합니다.

enterLiteral

CommonRegexParser.literal생성된 구문 분석 트리를 입력합니다.

enterName

CommonRegexParser.name생성된 구문 분석 트리를 입력합니다.

enterNon_capture

CommonRegexParser.non_capture생성된 구문 분석 트리를 입력합니다.

enterNon_close_paren

CommonRegexParser.non_close_paren생성된 구문 분석 트리를 입력합니다.

enterNon_close_parens

CommonRegexParser.non_close_parens생성된 구문 분석 트리를 입력합니다.

enterNumber

CommonRegexParser.number생성된 구문 분석 트리를 입력합니다.

enterOctal_char

CommonRegexParser.octal_char생성된 구문 분석 트리를 입력합니다.

enterOctal_digit

CommonRegexParser.octal_digit생성된 구문 분석 트리를 입력합니다.

enterOption

CommonRegexParser.option생성된 구문 분석 트리를 입력합니다.

enterOption_flag

CommonRegexParser.option_flag생성된 구문 분석 트리를 입력합니다.

enterParse

CommonRegexParser.parse생성된 구문 분석 트리를 입력합니다.

enterQuantifier

CommonRegexParser.quantifier생성된 구문 분석 트리를 입력합니다.

enterQuantifier_type

CommonRegexParser.quantifier_type생성된 구문 분석 트리를 입력합니다.

enterShared_atom

CommonRegexParser.shared_atom생성된 구문 분석 트리를 입력합니다.

enterShared_literal

CommonRegexParser.shared_literal생성된 구문 분석 트리를 입력합니다.

exitAlpha_nums

CommonRegexParser.alpha_nums생성한 구문 분석 트리를 종료합니다.

exitAlternation

CommonRegexParser.alternation생성한 구문 분석 트리를 종료합니다.

exitAtom

CommonRegexParser.atom생성한 구문 분석 트리를 종료합니다.

exitCapture

CommonRegexParser.capture생성한 구문 분석 트리를 종료합니다.

exitCc_atom

CommonRegexParser.cc_atom생성한 구문 분석 트리를 종료합니다.

exitCc_literal

CommonRegexParser.cc_literal생성한 구문 분석 트리를 종료합니다.

exitCharacter_class

CommonRegexParser.character_class생성한 구문 분석 트리를 종료합니다.

exitDigit

CommonRegexParser.digit생성한 구문 분석 트리를 종료합니다.

exitDigits

CommonRegexParser.digits생성한 구문 분석 트리를 종료합니다.

exitElement

CommonRegexParser.element생성한 구문 분석 트리를 종료합니다.

exitExpr

CommonRegexParser.expr생성한 구문 분석 트리를 종료합니다.

exitLetter

CommonRegexParser.letter생성한 구문 분석 트리를 종료합니다.

exitLiteral

CommonRegexParser.literal생성한 구문 분석 트리를 종료합니다.

exitName

CommonRegexParser.name생성한 구문 분석 트리를 종료합니다.

exitNon_capture

CommonRegexParser.non_capture생성한 구문 분석 트리를 종료합니다.

exitNon_close_paren

CommonRegexParser.non_close_paren생성한 구문 분석 트리를 종료합니다.

exitNon_close_parens

CommonRegexParser.non_close_parens생성한 구문 분석 트리를 종료합니다.

exitNumber

CommonRegexParser.number생성한 구문 분석 트리를 종료합니다.

exitOctal_char

CommonRegexParser.octal_char생성한 구문 분석 트리를 종료합니다.

exitOctal_digit

CommonRegexParser.octal_digit생성한 구문 분석 트리를 종료합니다.

exitOption

CommonRegexParser.option생성한 구문 분석 트리를 종료합니다.

exitOption_flag

CommonRegexParser.option_flag생성한 구문 분석 트리를 종료합니다.

exitParse

CommonRegexParser.parse생성한 구문 분석 트리를 종료합니다.

exitQuantifier

CommonRegexParser.quantifier생성한 구문 분석 트리를 종료합니다.

exitQuantifier_type

CommonRegexParser.quantifier_type생성한 구문 분석 트리를 종료합니다.

exitShared_atom

CommonRegexParser.shared_atom생성한 구문 분석 트리를 종료합니다.

exitShared_literal

CommonRegexParser.shared_literal생성한 구문 분석 트리를 종료합니다.

상속된 속성

enterEveryRule
exitEveryRule
visitErrorNode
visitTerminal

속성 세부 정보

enterAlpha_nums

CommonRegexParser.alpha_nums생성된 구문 분석 트리를 입력합니다.

enterAlpha_nums?: (ctx: Alpha_numsContext) => void

속성 값

(ctx: Alpha_numsContext) => void

enterAlternation

CommonRegexParser.alternation생성된 구문 분석 트리를 입력합니다.

enterAlternation?: (ctx: AlternationContext) => void

속성 값

(ctx: AlternationContext) => void

enterAtom

CommonRegexParser.atom생성된 구문 분석 트리를 입력합니다.

enterAtom?: (ctx: AtomContext) => void

속성 값

(ctx: AtomContext) => void

enterCapture

CommonRegexParser.capture생성된 구문 분석 트리를 입력합니다.

enterCapture?: (ctx: CaptureContext) => void

속성 값

(ctx: CaptureContext) => void

enterCc_atom

CommonRegexParser.cc_atom생성된 구문 분석 트리를 입력합니다.

enterCc_atom?: (ctx: Cc_atomContext) => void

속성 값

(ctx: Cc_atomContext) => void

enterCc_literal

CommonRegexParser.cc_literal생성된 구문 분석 트리를 입력합니다.

enterCc_literal?: (ctx: Cc_literalContext) => void

속성 값

(ctx: Cc_literalContext) => void

enterCharacter_class

CommonRegexParser.character_class생성된 구문 분석 트리를 입력합니다.

enterCharacter_class?: (ctx: Character_classContext) => void

속성 값

(ctx: Character_classContext) => void

enterDigit

CommonRegexParser.digit생성된 구문 분석 트리를 입력합니다.

enterDigit?: (ctx: DigitContext) => void

속성 값

(ctx: DigitContext) => void

enterDigits

CommonRegexParser.digits생성된 구문 분석 트리를 입력합니다.

enterDigits?: (ctx: DigitsContext) => void

속성 값

(ctx: DigitsContext) => void

enterElement

CommonRegexParser.element생성된 구문 분석 트리를 입력합니다.

enterElement?: (ctx: ElementContext) => void

속성 값

(ctx: ElementContext) => void

enterExpr

CommonRegexParser.expr생성된 구문 분석 트리를 입력합니다.

enterExpr?: (ctx: ExprContext) => void

속성 값

(ctx: ExprContext) => void

enterLetter

CommonRegexParser.letter생성된 구문 분석 트리를 입력합니다.

enterLetter?: (ctx: LetterContext) => void

속성 값

(ctx: LetterContext) => void

enterLiteral

CommonRegexParser.literal생성된 구문 분석 트리를 입력합니다.

enterLiteral?: (ctx: LiteralContext) => void

속성 값

(ctx: LiteralContext) => void

enterName

CommonRegexParser.name생성된 구문 분석 트리를 입력합니다.

enterName?: (ctx: NameContext) => void

속성 값

(ctx: NameContext) => void

enterNon_capture

CommonRegexParser.non_capture생성된 구문 분석 트리를 입력합니다.

enterNon_capture?: (ctx: Non_captureContext) => void

속성 값

(ctx: Non_captureContext) => void

enterNon_close_paren

CommonRegexParser.non_close_paren생성된 구문 분석 트리를 입력합니다.

enterNon_close_paren?: (ctx: Non_close_parenContext) => void

속성 값

(ctx: Non_close_parenContext) => void

enterNon_close_parens

CommonRegexParser.non_close_parens생성된 구문 분석 트리를 입력합니다.

enterNon_close_parens?: (ctx: Non_close_parensContext) => void

속성 값

(ctx: Non_close_parensContext) => void

enterNumber

CommonRegexParser.number생성된 구문 분석 트리를 입력합니다.

enterNumber?: (ctx: NumberContext) => void

속성 값

(ctx: NumberContext) => void

enterOctal_char

CommonRegexParser.octal_char생성된 구문 분석 트리를 입력합니다.

enterOctal_char?: (ctx: Octal_charContext) => void

속성 값

(ctx: Octal_charContext) => void

enterOctal_digit

CommonRegexParser.octal_digit생성된 구문 분석 트리를 입력합니다.

enterOctal_digit?: (ctx: Octal_digitContext) => void

속성 값

(ctx: Octal_digitContext) => void

enterOption

CommonRegexParser.option생성된 구문 분석 트리를 입력합니다.

enterOption?: (ctx: OptionContext) => void

속성 값

(ctx: OptionContext) => void

enterOption_flag

CommonRegexParser.option_flag생성된 구문 분석 트리를 입력합니다.

enterOption_flag?: (ctx: Option_flagContext) => void

속성 값

(ctx: Option_flagContext) => void

enterParse

CommonRegexParser.parse생성된 구문 분석 트리를 입력합니다.

enterParse?: (ctx: ParseContext) => void

속성 값

(ctx: ParseContext) => void

enterQuantifier

CommonRegexParser.quantifier생성된 구문 분석 트리를 입력합니다.

enterQuantifier?: (ctx: QuantifierContext) => void

속성 값

(ctx: QuantifierContext) => void

enterQuantifier_type

CommonRegexParser.quantifier_type생성된 구문 분석 트리를 입력합니다.

enterQuantifier_type?: (ctx: Quantifier_typeContext) => void

속성 값

(ctx: Quantifier_typeContext) => void

enterShared_atom

CommonRegexParser.shared_atom생성된 구문 분석 트리를 입력합니다.

enterShared_atom?: (ctx: Shared_atomContext) => void

속성 값

(ctx: Shared_atomContext) => void

enterShared_literal

CommonRegexParser.shared_literal생성된 구문 분석 트리를 입력합니다.

enterShared_literal?: (ctx: Shared_literalContext) => void

속성 값

(ctx: Shared_literalContext) => void

exitAlpha_nums

CommonRegexParser.alpha_nums생성한 구문 분석 트리를 종료합니다.

exitAlpha_nums?: (ctx: Alpha_numsContext) => void

속성 값

(ctx: Alpha_numsContext) => void

exitAlternation

CommonRegexParser.alternation생성한 구문 분석 트리를 종료합니다.

exitAlternation?: (ctx: AlternationContext) => void

속성 값

(ctx: AlternationContext) => void

exitAtom

CommonRegexParser.atom생성한 구문 분석 트리를 종료합니다.

exitAtom?: (ctx: AtomContext) => void

속성 값

(ctx: AtomContext) => void

exitCapture

CommonRegexParser.capture생성한 구문 분석 트리를 종료합니다.

exitCapture?: (ctx: CaptureContext) => void

속성 값

(ctx: CaptureContext) => void

exitCc_atom

CommonRegexParser.cc_atom생성한 구문 분석 트리를 종료합니다.

exitCc_atom?: (ctx: Cc_atomContext) => void

속성 값

(ctx: Cc_atomContext) => void

exitCc_literal

CommonRegexParser.cc_literal생성한 구문 분석 트리를 종료합니다.

exitCc_literal?: (ctx: Cc_literalContext) => void

속성 값

(ctx: Cc_literalContext) => void

exitCharacter_class

CommonRegexParser.character_class생성한 구문 분석 트리를 종료합니다.

exitCharacter_class?: (ctx: Character_classContext) => void

속성 값

(ctx: Character_classContext) => void

exitDigit

CommonRegexParser.digit생성한 구문 분석 트리를 종료합니다.

exitDigit?: (ctx: DigitContext) => void

속성 값

(ctx: DigitContext) => void

exitDigits

CommonRegexParser.digits생성한 구문 분석 트리를 종료합니다.

exitDigits?: (ctx: DigitsContext) => void

속성 값

(ctx: DigitsContext) => void

exitElement

CommonRegexParser.element생성한 구문 분석 트리를 종료합니다.

exitElement?: (ctx: ElementContext) => void

속성 값

(ctx: ElementContext) => void

exitExpr

CommonRegexParser.expr생성한 구문 분석 트리를 종료합니다.

exitExpr?: (ctx: ExprContext) => void

속성 값

(ctx: ExprContext) => void

exitLetter

CommonRegexParser.letter생성한 구문 분석 트리를 종료합니다.

exitLetter?: (ctx: LetterContext) => void

속성 값

(ctx: LetterContext) => void

exitLiteral

CommonRegexParser.literal생성한 구문 분석 트리를 종료합니다.

exitLiteral?: (ctx: LiteralContext) => void

속성 값

(ctx: LiteralContext) => void

exitName

CommonRegexParser.name생성한 구문 분석 트리를 종료합니다.

exitName?: (ctx: NameContext) => void

속성 값

(ctx: NameContext) => void

exitNon_capture

CommonRegexParser.non_capture생성한 구문 분석 트리를 종료합니다.

exitNon_capture?: (ctx: Non_captureContext) => void

속성 값

(ctx: Non_captureContext) => void

exitNon_close_paren

CommonRegexParser.non_close_paren생성한 구문 분석 트리를 종료합니다.

exitNon_close_paren?: (ctx: Non_close_parenContext) => void

속성 값

(ctx: Non_close_parenContext) => void

exitNon_close_parens

CommonRegexParser.non_close_parens생성한 구문 분석 트리를 종료합니다.

exitNon_close_parens?: (ctx: Non_close_parensContext) => void

속성 값

(ctx: Non_close_parensContext) => void

exitNumber

CommonRegexParser.number생성한 구문 분석 트리를 종료합니다.

exitNumber?: (ctx: NumberContext) => void

속성 값

(ctx: NumberContext) => void

exitOctal_char

CommonRegexParser.octal_char생성한 구문 분석 트리를 종료합니다.

exitOctal_char?: (ctx: Octal_charContext) => void

속성 값

(ctx: Octal_charContext) => void

exitOctal_digit

CommonRegexParser.octal_digit생성한 구문 분석 트리를 종료합니다.

exitOctal_digit?: (ctx: Octal_digitContext) => void

속성 값

(ctx: Octal_digitContext) => void

exitOption

CommonRegexParser.option생성한 구문 분석 트리를 종료합니다.

exitOption?: (ctx: OptionContext) => void

속성 값

(ctx: OptionContext) => void

exitOption_flag

CommonRegexParser.option_flag생성한 구문 분석 트리를 종료합니다.

exitOption_flag?: (ctx: Option_flagContext) => void

속성 값

(ctx: Option_flagContext) => void

exitParse

CommonRegexParser.parse생성한 구문 분석 트리를 종료합니다.

exitParse?: (ctx: ParseContext) => void

속성 값

(ctx: ParseContext) => void

exitQuantifier

CommonRegexParser.quantifier생성한 구문 분석 트리를 종료합니다.

exitQuantifier?: (ctx: QuantifierContext) => void

속성 값

(ctx: QuantifierContext) => void

exitQuantifier_type

CommonRegexParser.quantifier_type생성한 구문 분석 트리를 종료합니다.

exitQuantifier_type?: (ctx: Quantifier_typeContext) => void

속성 값

(ctx: Quantifier_typeContext) => void

exitShared_atom

CommonRegexParser.shared_atom생성한 구문 분석 트리를 종료합니다.

exitShared_atom?: (ctx: Shared_atomContext) => void

속성 값

(ctx: Shared_atomContext) => void

exitShared_literal

CommonRegexParser.shared_literal생성한 구문 분석 트리를 종료합니다.

exitShared_literal?: (ctx: Shared_literalContext) => void

속성 값

(ctx: Shared_literalContext) => void

상속된 속성 세부 정보

enterEveryRule

enterEveryRule?: (ctx: ParserRuleContext) => void

속성 값

(ctx: ParserRuleContext) => void

ParseTreeListener.enterEveryRule에서 상속된

exitEveryRule

exitEveryRule?: (ctx: ParserRuleContext) => void

속성 값

(ctx: ParserRuleContext) => void

ParseTreeListener.exitEveryRule에서 상속된

visitErrorNode

visitErrorNode?: (node: ErrorNode) => void

속성 값

(node: ErrorNode) => void

ParseTreeListener.visitErrorNode에서 상속된

visitTerminal

visitTerminal?: (node: TerminalNode) => void

속성 값

(node: TerminalNode) => void

ParseTreeListener.visitTerminal에서 상속된