C# 클래스 CoolCompiler.FileInUseError

상속: CompilerError
파일 보기 프로젝트 열기: KvanTTT/Cool-Compiler

공개 프로퍼티들

프로퍼티 타입 설명
ProgramName string

공개 메소드들

메소드 설명
FileInUseError ( string programName, int number, int line, int columnStart, int columnStop = null ) : System

메소드 상세

FileInUseError() 공개 메소드

public FileInUseError ( string programName, int number, int line, int columnStart, int columnStop = null ) : System
programName string
number int
line int
columnStart int
columnStop int
리턴 System

프로퍼티 상세

ProgramName 공개적으로 프로퍼티

public string ProgramName
리턴 string