autohit.vm.i
Class VMIFetch

java.lang.Object
  extended byautohit.vm.i.VMInstruction
      extended byautohit.vm.i.VMIFetch
All Implemented Interfaces:
java.io.Serializable

public class VMIFetch
extends VMInstruction

A Virtual Machine instruction. A fetch instruction It will load a variable into LEFT

Version:
1.0 Version History EPG - Rewrite - 9Apr03
Author:
Erich P. Gatejen
See Also:
VMInstruction, Serialized Form

Field Summary
 java.lang.String v
          Variable target.
 
Fields inherited from class autohit.vm.i.VMInstruction
ASSERT, CALL, CLEAR, EVAL, EXEC, FAULT, FETCH, GOTO, IF, instruction, JUMP, LOAD, MASK, MATH, MERGE, METHOD, NEW, NOP, REDUCE, RIGHT, RSCOPE, SCOPE, sourceline, STORE, SUBR
 
Constructor Summary
VMIFetch()
          Default constructor.
 
Method Summary
 java.lang.String toString()
          Dump this Instruction.
 
Methods inherited from class autohit.vm.i.VMInstruction
dump
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

v

public java.lang.String v
Variable target.

Constructor Detail

VMIFetch

public VMIFetch()
Default constructor.

Method Detail

toString

public java.lang.String toString()
Dump this Instruction. Mostly for debugging.

Overrides:
toString in class VMInstruction
Returns:
a String containing the dump.


Test.