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

상속: OutputModelObject
파일 보기 프로젝트 열기: sharwell/antlr4cs

공개 프로퍼티들

프로퍼티 타입 설명
ANTLRVersion string
InputSymbolType string
TokenLabelType string
fileName string
grammarFileName string

공개 메소드들

메소드 설명
BuildNamedActions ( Grammar g ) : Action>.IDictionary

보호된 메소드들

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

메소드 상세

BuildNamedActions() 공개 메소드

public BuildNamedActions ( Grammar g ) : Action>.IDictionary
g Antlr4.Tool.Grammar
리턴 Action>.IDictionary

OutputFile() 보호된 메소드

protected OutputFile ( OutputModelFactory factory, string fileName ) : System.Collections.Generic
factory OutputModelFactory
fileName string
리턴 System.Collections.Generic

프로퍼티 상세

ANTLRVersion 공개적으로 프로퍼티

public string ANTLRVersion
리턴 string

InputSymbolType 공개적으로 프로퍼티

public string InputSymbolType
리턴 string

TokenLabelType 공개적으로 프로퍼티

public string TokenLabelType
리턴 string

fileName 공개적으로 프로퍼티

public string fileName
리턴 string

grammarFileName 공개적으로 프로퍼티

public string grammarFileName
리턴 string