|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ojvm.loading.instructions.Instruction | +--ojvm.loading.instructions.Ins_d2f
The encapsulation of a d2f instruction.
Fields inherited from class ojvm.loading.instructions.Instruction |
length,
OPCODE,
opcodeName |
Constructor Summary | |
Ins_d2f(InstructionInputStream classFile)
|
Method Summary | |
void |
accept(InstructionVisitor iv)
|
java.lang.String |
toString()
|
Methods inherited from class ojvm.loading.instructions.Instruction |
getLength,
isActualInstruction |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public Ins_d2f(InstructionInputStream classFile)
Method Detail |
public void accept(InstructionVisitor iv) throws JavaException
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |