gnu.prolog.vm.interpreter.instruction
Class ICreateVariable
java.lang.Object
gnu.prolog.vm.interpreter.instruction.Instruction
gnu.prolog.vm.interpreter.instruction.ICreateVariable
- All Implemented Interfaces:
- Installable
public class ICreateVariable
- extends Instruction
create variable on pushDownStack
ICreateVariable
public ICreateVariable()
toString
public String toString()
- convert instruction to string
- Overrides:
toString
in class Object
execute
public int execute(ExecutionState state,
BacktrackInfo bi)
throws PrologException
- execute call instruction within specified sate
- Specified by:
execute
in class Instruction
- Parameters:
state
- state within which instruction will be executed
- Returns:
- instruction to caller how to execute next instruction
- Throws:
PrologException
- if code is throwing prolog exception