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
Constructor Summary
LDC_W(int index)
Method Summary
protected voidinitFromFile(ByteSequence bytes, boolean wide)
Read needed data (i.e., index) from file.

Constructor Detail

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.