C# Class CoolCompiler.MismatchedSetErrorLexer

Inheritance: CompilerError
Afficher le fichier Open project: KvanTTT/Cool-Compiler

Méthodes publiques

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

Method Details

MismatchedSetErrorLexer() public méthode

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