C# Class Mosa.Compiler.Framework.RegisterAllocator.SlotIndex

Inheritance: IComparable
Show file Open project: tgiphil/MOSA-Project Class Usage Examples

Public Properties

Property Type Description
Index InstructionNode

Public Methods

Method Description
Equals ( object s ) : bool
GetHashCode ( ) : int
SlotIndex ( Context context ) : System
SlotIndex ( InstructionNode index ) : System
ToString ( ) : string
operator ( ) : bool
operator ( ) : int

Private Methods

Method Description
IComparable ( Object o ) : int
SlotIndex ( InstructionNode index, SlotType slotType ) : System

Method Details

Equals() public method

public Equals ( object s ) : bool
s object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SlotIndex() public method

public SlotIndex ( Context context ) : System
context Context
return System

SlotIndex() public method

public SlotIndex ( InstructionNode index ) : System
index InstructionNode
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

operator() public static method

public static operator ( ) : int
return int

Property Details

Index public property

public InstructionNode Index
return InstructionNode