C# Class CoolCompiler.CompilerError

Afficher le fichier Open project: KvanTTT/Cool-Compiler

Méthodes publiques

Méthode Description
CompilerError ( int number, int line, int columnStart, int columnStop = null ) : System

Method Details

CompilerError() public méthode

public CompilerError ( int number, int line, int columnStart, int columnStop = null ) : System
number int
line int
columnStart int
columnStop int
Résultat System