ojvm.loading.instructions
Class Ins_lstore_0

java.lang.Object
  |
  +--ojvm.loading.instructions.Instruction
        |
        +--ojvm.loading.instructions.Ins_lstore
              |
              +--ojvm.loading.instructions.Ins_lstore_0

public class Ins_lstore_0
extends Ins_lstore

The encapsulation of an lstore_0 instruction.


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

Ins_lstore_0

public Ins_lstore_0(InstructionInputStream classFile)
Method Detail

toString

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