C# Class Axiom.Runtime.Instructions.SetVoidInstruction

In read mode, place the contents of heap address S into variable Vn; in write mode, push a new unbound REF cell onto the heap and copy it into Xi. In either mode, increment S by one. Continue execution with the following instruction.
Inheritance: AbstractInstruction
Show file Open project: ahodroj/prologdotnet Class Usage Examples

Public Methods

Method Description
Execute ( AbstractMachineState state ) : void
Name ( ) : string
NumberOfArguments ( ) : int
Process ( object arguments ) : void
ToString ( ) : string

Method Details

Execute() public method

public Execute ( AbstractMachineState state ) : void
state AbstractMachineState
return void

Name() public method

public Name ( ) : string
return string

NumberOfArguments() public method

public NumberOfArguments ( ) : int
return int

Process() public method

public Process ( object arguments ) : void
arguments object
return void

ToString() public method

public ToString ( ) : string
return string