C# Class Axiom.Runtime.UnitTests._Instructions

Datei anzeigen Open project: ahodroj/prologdotnet

Public Methods

Method Description
SetupMachine ( ) : AbstractMachineState

Private Methods

Method Description
Allocate ( ) : void
BCall ( ) : void
Call ( ) : void
CallVar ( ) : void
Cut ( ) : void
Deallocate ( ) : void
Execute ( ) : void
ExecuteVar ( ) : void
FCall ( ) : void
GetConstant ( ) : void
GetList ( ) : void
GetStructure ( ) : void
GetValue ( ) : void
GetVariable ( ) : void
Proceed ( ) : void
PutConstant ( ) : void
PutList ( ) : void
PutStructure ( ) : void
PutUnsafeValue ( ) : void
PutValue ( ) : void
PutXVariable ( ) : void
PutYVariable ( ) : void
RetryMeElse ( ) : void
SetConstant ( ) : void
SetLocalValue ( ) : void
SetValue ( ) : void
SetVariable ( ) : void
SetVoid ( ) : void
TrustMe ( ) : void
TryMeElse ( ) : void
UnifyConstant ( ) : void
UnifyLocalValue ( ) : void
UnifyValue ( ) : void
UnifyVariable ( ) : void
UnifyVoid ( ) : void

Method Details

SetupMachine() public method

public SetupMachine ( ) : AbstractMachineState
return Axiom.Runtime.AbstractMachineState