|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--autohit.vm.VMInstruction | +--autohit.vm.VMIVerify
A Virtual Machine instruction. This is a verification specification. It will reset a verification context. Subsequent verification instructions, such as SEEK and EXEC, will use the fresh context. This can specify a size verification. CRC is a separate instruction.
VMInstruction
,
VMICrc
, Serialized FormField Summary | |
static int |
NO_SIZE
|
int |
size
Content size. |
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 | |
VMIVerify()
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 static final int NO_SIZE
public int size
Constructor Detail |
public VMIVerify()
Method Detail |
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |