C# Class CoolCompiler.FunctionArgumentsError

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

Public Properties

Property Type Description
FunctionName string
FunctionTypes List

Public Methods

Method Description
FunctionArgumentsError ( string functionName, List functionTypes, int number, int line, int columnStart, int columnStop = null ) : System

Method Details

FunctionArgumentsError() public method

public FunctionArgumentsError ( string functionName, List functionTypes, int number, int line, int columnStart, int columnStop = null ) : System
functionName string
functionTypes List
number int
line int
columnStart int
columnStop int
return System

Property Details

FunctionName public_oe property

public string FunctionName
return string

FunctionTypes public_oe property

public List FunctionTypes
return List