C# Class CoolCompiler.UnexpectedTokenError

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

Public Properties

Property Type Description
ExpectedTokenId int
UnexpectedTokenId int

Public Methods

Method Description
UnexpectedTokenError ( int expectedTokenId, int unexpectedTokenId, int number, int line, int columnStart, int columnStop = null ) : System

Method Details

UnexpectedTokenError() public method

public UnexpectedTokenError ( int expectedTokenId, int unexpectedTokenId, int number, int line, int columnStart, int columnStop = null ) : System
expectedTokenId int
unexpectedTokenId int
number int
line int
columnStart int
columnStop int
return System

Property Details

ExpectedTokenId public_oe property

public int ExpectedTokenId
return int

UnexpectedTokenId public_oe property

public int UnexpectedTokenId
return int