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

Base class for Arguments, Local Variables...
Inheritance: Operand
Afficher le fichier Open project: sharpos/SharpOS

Protected Properties

Свойство Type Description
forceSpill bool

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

ToString() public méthode

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

Property Details

forceSpill protected_oe property

protected bool forceSpill
Résultat bool