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

Mostra file Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
Contains ( SlotIndex slotIndex ) : bool
Intersects ( Interval other ) : bool
Intersects ( SlotIndex start, SlotIndex end ) : bool
Interval ( SlotIndex start, SlotIndex end ) : System.Diagnostics
IsAdjacent ( Interval other ) : bool
IsAdjacent ( SlotIndex start, SlotIndex end ) : bool
ToString ( ) : string

Method Details

Contains() public method

public Contains ( SlotIndex slotIndex ) : bool
slotIndex SlotIndex
return bool

Intersects() public method

public Intersects ( Interval other ) : bool
other Interval
return bool

Intersects() public method

public Intersects ( SlotIndex start, SlotIndex end ) : bool
start SlotIndex
end SlotIndex
return bool

Interval() public method

public Interval ( SlotIndex start, SlotIndex end ) : System.Diagnostics
start SlotIndex
end SlotIndex
return System.Diagnostics

IsAdjacent() public method

public IsAdjacent ( Interval other ) : bool
other Interval
return bool

IsAdjacent() public method

public IsAdjacent ( SlotIndex start, SlotIndex end ) : bool
start SlotIndex
end SlotIndex
return bool

ToString() public method

public ToString ( ) : string
return string