C# Class SharpOS.AOT.IR.Operands.Identifier

Base class for Arguments, Local Variables...
Inheritance: Operand
Exibir arquivo Open project: sharpos/SharpOS

Protected Properties

Property Type Description
forceSpill bool

Public Methods

Method Description
Identifier ( string typeName, int index ) : System

Initializes a new instance of the Identifier class.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

Method Details

Identifier() public method

Initializes a new instance of the Identifier class.
public Identifier ( string typeName, int index ) : System
typeName string Name of the type.
index int The index.
return System

ToString() public method

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
return string

Property Details

forceSpill protected_oe property

protected bool forceSpill
return bool