ojvm.loading.instructions
Class WideIns_dstore

java.lang.Object
  |
  +--ojvm.loading.instructions.Instruction
        |
        +--ojvm.loading.instructions.Ins_dstore
              |
              +--ojvm.loading.instructions.WideIns_dstore

public class WideIns_dstore
extends Ins_dstore

The encapsulation of an dstore WideInstruction.


Fields inherited from class ojvm.loading.instructions.Instruction
length, OPCODE, opcodeName
 
Constructor Summary
WideIns_dstore(InstructionInputStream classFile)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class ojvm.loading.instructions.Ins_dstore
accept, getIndex
 
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

WideIns_dstore

public WideIns_dstore(InstructionInputStream classFile)
               throws ClassFileInputStreamE
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Ins_dstore