C# Class CoolCompiler.MismatchedSetErrorLexer

Inheritance: CompilerError
Exibir arquivo Open project: KvanTTT/Cool-Compiler

Public Methods

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

Method Details

MismatchedSetErrorLexer() public method

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