org.apache.bcel.generic

Class LDC_W

public class LDC_W extends LDC

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

Version: $Id: LDC_W.java 386056 2006-03-15 11:31:56Z tcurdt $

Author: M. Dahm

Constructor Summary
LDC_W()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
LDC_W(int index)
Method Summary
protected voidinitFromFile(ByteSequence bytes, boolean wide)
Read needed data (i.e., index) from file.

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)

Method Detail

initFromFile

protected void initFromFile(ByteSequence bytes, boolean wide)
Read needed data (i.e., index) from file.