C# Class Axiom.Compiler.Framework.PrologRegisterTable

Exibir arquivo Open project: ahodroj/prologdotnet Class Usage Examples

Public Methods

Method Description
AllocateRegister ( int reg ) : void
FindRegister ( ) : int
FreeAllRegisters ( ) : void
FreeRegister ( int reg ) : void
InUse ( int reg ) : bool
PrologRegisterTable ( ) : System

Method Details

AllocateRegister() public method

public AllocateRegister ( int reg ) : void
reg int
return void

FindRegister() public method

public FindRegister ( ) : int
return int

FreeAllRegisters() public method

public FreeAllRegisters ( ) : void
return void

FreeRegister() public method

public FreeRegister ( int reg ) : void
reg int
return void

InUse() public method

public InUse ( int reg ) : bool
reg int
return bool

PrologRegisterTable() public method

public PrologRegisterTable ( ) : System
return System