jellyj.classfile.classgen
Class LDC_W

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

public class LDC_W
extends CPInstruction

LDC_W - Push item from constant pool (wide index) Stack: ... -> ..., item.word1, item.word2

Author:
JellyJ Design Group

Constructor Summary
 (package private) LDC_W()
          Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 LDC_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

LDC_W

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

LDC_W

public LDC_W(int index)