Local Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Types
Describes a local variable
public class Local :
Topten.Cminor.Semantic.IBinding,
ILocalOrField
Inheritance
Local → object
Interfaces
Topten.Cminor.Semantic.IBinding, ILocalOrField
Constructors
Local() |
Fields
Declaration | AST declaration of this parameter |
NativeName | The in-method name of this local |
Properties
Description | |
Name | The parameter's name |
Type | The parameter type |