C# Class Axiom.Runtime.Instructions.PutConstantInstruction

Place a constant cell containing c into register Ai. Continue execution with the following instruction.
Inheritance: AbstractInstruction
Afficher le fichier Open project: ahodroj/prologdotnet Class Usage Examples

Méthodes publiques

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

Method Details

Execute() public méthode

public Execute ( AbstractMachineState state ) : void
state AbstractMachineState
Résultat void

Name() public méthode

public Name ( ) : string
Résultat string

NumberOfArguments() public méthode

public NumberOfArguments ( ) : int
Résultat int

Process() public méthode

public Process ( object arguments ) : void
arguments object
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string