C# Class Axiom.Compiler.Framework.PrologRegisterTable

Afficher le fichier Open project: ahodroj/prologdotnet Class Usage Examples

Méthodes publiques

Méthode Description
AllocateRegister ( int reg ) : void
FindRegister ( ) : int
FreeAllRegisters ( ) : void
FreeRegister ( int reg ) : void
InUse ( int reg ) : bool
PrologRegisterTable ( ) : System

Method Details

AllocateRegister() public méthode

public AllocateRegister ( int reg ) : void
reg int
Résultat void

FindRegister() public méthode

public FindRegister ( ) : int
Résultat int

FreeAllRegisters() public méthode

public FreeAllRegisters ( ) : void
Résultat void

FreeRegister() public méthode

public FreeRegister ( int reg ) : void
reg int
Résultat void

InUse() public méthode

public InUse ( int reg ) : bool
reg int
Résultat bool

PrologRegisterTable() public méthode

public PrologRegisterTable ( ) : System
Résultat System