C# Class CoolCompiler.CompilerError

Mostrar archivo Open project: KvanTTT/Cool-Compiler

Public Methods

Method Description
CompilerError ( int number, int line, int columnStart, int columnStop = null ) : System

Method Details

CompilerError() public method

public CompilerError ( int number, int line, int columnStart, int columnStop = null ) : System
number int
line int
columnStart int
columnStop int
return System