C# Class CoolCompiler.IfOperatorError

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

Public Properties

Property Type Description
Type_ System.Type

Public Methods

Method Description
IfOperatorError ( Type type, int number, int line, int columnStart, int columnStop = null ) : System

Method Details

IfOperatorError() public method

public IfOperatorError ( Type type, int number, int line, int columnStart, int columnStop = null ) : System
type System.Type
number int
line int
columnStart int
columnStop int
return System

Property Details

Type_ public_oe property

public Type,System Type_
return System.Type