C# Class CoolCompiler.FileInUseError

Inheritance: CompilerError
Mostrar archivo Open project: KvanTTT/Cool-Compiler

Public Properties

Property Type Description
ProgramName string

Public Methods

Method Description
FileInUseError ( string programName, int number, int line, int columnStart, int columnStop = null ) : System

Method Details

FileInUseError() public method

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

Property Details

ProgramName public_oe property

public string ProgramName
return string