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

Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

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

public Contains ( SlotIndex slotIndex ) : bool
slotIndex SlotIndex
Résultat bool

Intersects() public méthode

public Intersects ( Interval other ) : bool
other Interval
Résultat bool

Intersects() public méthode

public Intersects ( SlotIndex start, SlotIndex end ) : bool
start SlotIndex
end SlotIndex
Résultat bool

Interval() public méthode

public Interval ( SlotIndex start, SlotIndex end ) : System.Diagnostics
start SlotIndex
end SlotIndex
Résultat System.Diagnostics

IsAdjacent() public méthode

public IsAdjacent ( Interval other ) : bool
other Interval
Résultat bool

IsAdjacent() public méthode

public IsAdjacent ( SlotIndex start, SlotIndex end ) : bool
start SlotIndex
end SlotIndex
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string