C# Class CoolCompiler.IncompatibleTypesError

Inheritance: CompilerError
Mostrar archivo Open project: KvanTTT/Cool-Compiler

Public Properties

Property Type Description
Type1 System.Type
Type2 System.Type

Public Methods

Method Description
IncompatibleTypesError ( Type type1, Type type2, int number, int line, int columnStart, int columnStop = null ) : System

Method Details

IncompatibleTypesError() public method

public IncompatibleTypesError ( Type type1, Type type2, int number, int line, int columnStart, int columnStop = null ) : System
type1 System.Type
type2 System.Type
number int
line int
columnStart int
columnStop int
return System

Property Details

Type1 public_oe property

public Type,System Type1
return System.Type

Type2 public_oe property

public Type,System Type2
return System.Type