C# 클래스 Antlr4.Codegen.Model.ParserFile

상속: OutputFile
파일 보기 프로젝트 열기: sharwell/antlr4cs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
exportMacro string
genListener bool
genPackage string
genVisitor bool
grammarName string

공개 메소드들

메소드 설명
ParserFile ( OutputModelFactory factory, string fileName ) : System.Collections.Generic

메소드 상세

ParserFile() 공개 메소드

public ParserFile ( OutputModelFactory factory, string fileName ) : System.Collections.Generic
factory OutputModelFactory
fileName string
리턴 System.Collections.Generic

프로퍼티 상세

exportMacro 공개적으로 프로퍼티

public string exportMacro
리턴 string

genListener 공개적으로 프로퍼티

public bool genListener
리턴 bool

genPackage 공개적으로 프로퍼티

public string genPackage
리턴 string

genVisitor 공개적으로 프로퍼티

public bool genVisitor
리턴 bool

grammarName 공개적으로 프로퍼티

public string grammarName
리턴 string