|
|||||||||||
| 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.VMIMath
A Virtual Machine instruction. This is a math instruction It will execute the operation from RIGHT register to LEFT register, and leave the result in the LEFT register.
EPG - Rewrite - 9Apr03VMInstruction,
Serialized Form| Field Summary | |
java.lang.String |
o
String to evaluate. |
| 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 | |
VMIMath()
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 |
public java.lang.String o
| Constructor Detail |
public VMIMath()
| Method Detail |
public java.lang.String toString()
toString in class VMInstruction
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||