다음을 통해 공유


LGFileParserListener interface

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

Extends

ParseTreeListener

속성

enterCommentDefinition

에서 생성된 구문 분석 트리를 LGFileParser.commentDefinition입력합니다.

enterErrorDefinition

에서 생성된 구문 분석 트리를 LGFileParser.errorDefinition입력합니다.

enterFile

에서 생성된 구문 분석 트리를 LGFileParser.file입력합니다.

enterImportDefinition

에서 생성된 구문 분석 트리를 LGFileParser.importDefinition입력합니다.

enterOptionDefinition

에서 생성된 구문 분석 트리를 LGFileParser.optionDefinition입력합니다.

enterParagraph

에서 생성된 구문 분석 트리를 LGFileParser.paragraph입력합니다.

enterTemplateBody

에서 생성된 구문 분석 트리를 LGFileParser.templateBody입력합니다.

enterTemplateBodyLine

에서 생성된 구문 분석 트리를 LGFileParser.templateBodyLine입력합니다.

enterTemplateDefinition

에서 생성된 구문 분석 트리를 LGFileParser.templateDefinition입력합니다.

enterTemplateNameLine

에서 생성된 구문 분석 트리를 LGFileParser.templateNameLine입력합니다.

exitCommentDefinition

에서 생성된 구문 분석 트리를 LGFileParser.commentDefinition종료합니다.

exitErrorDefinition

에서 생성된 구문 분석 트리를 LGFileParser.errorDefinition종료합니다.

exitFile

에서 생성된 구문 분석 트리를 LGFileParser.file종료합니다.

exitImportDefinition

에서 생성된 구문 분석 트리를 LGFileParser.importDefinition종료합니다.

exitOptionDefinition

에서 생성된 구문 분석 트리를 LGFileParser.optionDefinition종료합니다.

exitParagraph

에서 생성된 구문 분석 트리를 LGFileParser.paragraph종료합니다.

exitTemplateBody

에서 생성된 구문 분석 트리를 LGFileParser.templateBody종료합니다.

exitTemplateBodyLine

에서 생성된 구문 분석 트리를 LGFileParser.templateBodyLine종료합니다.

exitTemplateDefinition

에서 생성된 구문 분석 트리를 LGFileParser.templateDefinition종료합니다.

exitTemplateNameLine

에서 생성된 구문 분석 트리를 LGFileParser.templateNameLine종료합니다.

상속된 속성

enterEveryRule
exitEveryRule
visitErrorNode
visitTerminal

속성 세부 정보

enterCommentDefinition

에서 생성된 구문 분석 트리를 LGFileParser.commentDefinition입력합니다.

enterCommentDefinition?: (ctx: CommentDefinitionContext) => void

속성 값

(ctx: CommentDefinitionContext) => void

enterErrorDefinition

에서 생성된 구문 분석 트리를 LGFileParser.errorDefinition입력합니다.

enterErrorDefinition?: (ctx: ErrorDefinitionContext) => void

속성 값

(ctx: ErrorDefinitionContext) => void

enterFile

에서 생성된 구문 분석 트리를 LGFileParser.file입력합니다.

enterFile?: (ctx: FileContext) => void

속성 값

(ctx: FileContext) => void

enterImportDefinition

에서 생성된 구문 분석 트리를 LGFileParser.importDefinition입력합니다.

enterImportDefinition?: (ctx: ImportDefinitionContext) => void

속성 값

(ctx: ImportDefinitionContext) => void

enterOptionDefinition

에서 생성된 구문 분석 트리를 LGFileParser.optionDefinition입력합니다.

enterOptionDefinition?: (ctx: OptionDefinitionContext) => void

속성 값

(ctx: OptionDefinitionContext) => void

enterParagraph

에서 생성된 구문 분석 트리를 LGFileParser.paragraph입력합니다.

enterParagraph?: (ctx: ParagraphContext) => void

속성 값

(ctx: ParagraphContext) => void

enterTemplateBody

에서 생성된 구문 분석 트리를 LGFileParser.templateBody입력합니다.

enterTemplateBody?: (ctx: TemplateBodyContext) => void

속성 값

(ctx: TemplateBodyContext) => void

enterTemplateBodyLine

에서 생성된 구문 분석 트리를 LGFileParser.templateBodyLine입력합니다.

enterTemplateBodyLine?: (ctx: TemplateBodyLineContext) => void

속성 값

(ctx: TemplateBodyLineContext) => void

enterTemplateDefinition

에서 생성된 구문 분석 트리를 LGFileParser.templateDefinition입력합니다.

enterTemplateDefinition?: (ctx: TemplateDefinitionContext) => void

속성 값

(ctx: TemplateDefinitionContext) => void

enterTemplateNameLine

에서 생성된 구문 분석 트리를 LGFileParser.templateNameLine입력합니다.

enterTemplateNameLine?: (ctx: TemplateNameLineContext) => void

속성 값

(ctx: TemplateNameLineContext) => void

exitCommentDefinition

에서 생성된 구문 분석 트리를 LGFileParser.commentDefinition종료합니다.

exitCommentDefinition?: (ctx: CommentDefinitionContext) => void

속성 값

(ctx: CommentDefinitionContext) => void

exitErrorDefinition

에서 생성된 구문 분석 트리를 LGFileParser.errorDefinition종료합니다.

exitErrorDefinition?: (ctx: ErrorDefinitionContext) => void

속성 값

(ctx: ErrorDefinitionContext) => void

exitFile

에서 생성된 구문 분석 트리를 LGFileParser.file종료합니다.

exitFile?: (ctx: FileContext) => void

속성 값

(ctx: FileContext) => void

exitImportDefinition

에서 생성된 구문 분석 트리를 LGFileParser.importDefinition종료합니다.

exitImportDefinition?: (ctx: ImportDefinitionContext) => void

속성 값

(ctx: ImportDefinitionContext) => void

exitOptionDefinition

에서 생성된 구문 분석 트리를 LGFileParser.optionDefinition종료합니다.

exitOptionDefinition?: (ctx: OptionDefinitionContext) => void

속성 값

(ctx: OptionDefinitionContext) => void

exitParagraph

에서 생성된 구문 분석 트리를 LGFileParser.paragraph종료합니다.

exitParagraph?: (ctx: ParagraphContext) => void

속성 값

(ctx: ParagraphContext) => void

exitTemplateBody

에서 생성된 구문 분석 트리를 LGFileParser.templateBody종료합니다.

exitTemplateBody?: (ctx: TemplateBodyContext) => void

속성 값

(ctx: TemplateBodyContext) => void

exitTemplateBodyLine

에서 생성된 구문 분석 트리를 LGFileParser.templateBodyLine종료합니다.

exitTemplateBodyLine?: (ctx: TemplateBodyLineContext) => void

속성 값

(ctx: TemplateBodyLineContext) => void

exitTemplateDefinition

에서 생성된 구문 분석 트리를 LGFileParser.templateDefinition종료합니다.

exitTemplateDefinition?: (ctx: TemplateDefinitionContext) => void

속성 값

(ctx: TemplateDefinitionContext) => void

exitTemplateNameLine

에서 생성된 구문 분석 트리를 LGFileParser.templateNameLine종료합니다.

exitTemplateNameLine?: (ctx: TemplateNameLineContext) => void

속성 값

(ctx: TemplateNameLineContext) => void

상속된 속성 세부 정보

enterEveryRule

enterEveryRule?: (ctx: ParserRuleContext) => void

속성 값

(ctx: ParserRuleContext) => void

상속된 From ParseTreeListener.enterEveryRule

exitEveryRule

exitEveryRule?: (ctx: ParserRuleContext) => void

속성 값

(ctx: ParserRuleContext) => void

상속된 From ParseTreeListener.exitEveryRule

visitErrorNode

visitErrorNode?: (node: ErrorNode) => void

속성 값

(node: ErrorNode) => void

상속된 From ParseTreeListener.visitErrorNode

visitTerminal

visitTerminal?: (node: TerminalNode) => void

속성 값

(node: TerminalNode) => void

상속된 From ParseTreeListener.visitTerminal