|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectautohit.vm.i.VMInstruction
autohit.vm.i.VMIIf
A Virtual Machine instruction. IF instruction
EPG - Rewrite - 9Apr03
VMInstruction
,
Serialized FormField Summary | |
int |
operFlag
OPER flag |
int |
t
Jump 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 | |
VMIIf()
Default constructor. |
Method Summary | |
void |
setT(java.lang.String tString)
Any exception will be allowed to bubble out |
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 |
public int t
public int operFlag
Constructor Detail |
public VMIIf()
Method Detail |
public void setT(java.lang.String tString)
tString
- parseable numeric textpublic java.lang.String toString()
toString
in class VMInstruction
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |