|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--autohit.vm.VMInstruction | +--autohit.vm.VMIRScope
A Virtual Machine instruction. It implements a RSCOPE instruction which specifies the removal of a scope. The VM should remove all scope stack elements up to and including the last SCOPE. Any variable references found in the removed elements should be removed from the VM's variable map.
VMInstruction
, Serialized FormFields 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 | |
VMIRScope()
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 |
Constructor Detail |
public VMIRScope()
Method Detail |
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |