C# Class CoolCompiler.ArgObjectDef

Inheritance: ObjectDef
Mostrar archivo Open project: KvanTTT/Cool-Compiler Class Usage Examples

Public Properties

Property Type Description
Name string
Number int

Public Methods

Method Description
ArgObjectDef ( Type type, int number, string name ) : System
Free ( ) : void
Load ( ) : void
Remove ( ) : void

Method Details

ArgObjectDef() public method

public ArgObjectDef ( Type type, int number, string name ) : System
type System.Type
number int
name string
return System

Free() public method

public Free ( ) : void
return void

Load() public method

public Load ( ) : void
return void

Remove() public method

public Remove ( ) : void
return void

Property Details

Name public_oe property

public string Name
return string

Number public_oe property

public int Number
return int