jellyj.classfile.classgen
Class LDC2_W

jellyj.classfile.classgen.Instruction
  |
  +--jellyj.classfile.classgen.CPInstruction
        |
        +--jellyj.classfile.classgen.LDC2_W

public class LDC2_W
extends CPInstruction

LDC2_W - Push long or double from constant pool Stack: ... -> ..., item.word1, item.word2

Author:
JellyJ Design Group

Constructor Summary
 (package private) LDC2_W()
          Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 LDC2_W(int index)
           

Methods inherited from class jellyj.classfile.classgen.CPInstruction
dump, getIndex, setIndex, toString

Methods inherited from class jellyj.classfile.classgen.Instruction
consumeStack, copy, getLength, getPosition, getTag, produceStack, readInstruction, setPosition

Constructor Detail

LDC2_W

LDC2_W()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

LDC2_W

public LDC2_W(int index)