|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--autohit.vm.VMInstruction
|
+--autohit.vm.VMINV
A Virtual Machine instruction. Is a generic Name/value pair. It will be placed on the scope stack for use by a GET instruction.
VMInstruction, Serialized Form| Field Summary | |
java.lang.String |
name
Variable name. |
java.lang.String |
value
Variable value. |
| Fields inherited from class autohit.vm.VMInstruction |
ADD,
CRC,
EXEC,
FOR,
GET,
HEADER,
IF,
iv,
IVToken,
JUMP,
NOP,
nToken,
NV,
RSCOPE,
SCOPE,
SEEK,
SET,
VERIFY,
WAIT,
WHILE |
| Constructor Summary | |
VMINV()
Default constructor. |
|
| Method Summary | |
java.lang.String |
toString()
Dump this Instruction. |
| Methods inherited from class autohit.vm.VMInstruction |
orIV |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public java.lang.String name
public java.lang.String value
| Constructor Detail |
public VMINV()
| Method Detail |
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||