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

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

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

LexerFile() 공개 메소드

public LexerFile ( 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