org.apache.bcel.generic
Class LDC_W
- Cloneable, ExceptionThrower, IndexedInstruction, PushInstruction, Serializable, StackProducer, TypedInstruction
LDC_W - Push item from constant pool (wide index)
Stack: ... -> ..., item.word1, item.word2
$Id: LDC_W.java,v 1.3 2002/12/08 16:04:37 mdahm Exp $
accept , consumeStack , copy , dump , equals , getComparator , getLength , getName , getOpcode , initFromFile , produceStack , readInstruction , setComparator , toString , toString , toString |
LDC_W
public LDC_W(int index)
initFromFile
protected void initFromFile(ByteSequence bytes,
boolean wide)
throws IOException
Read needed data (i.e., index) from file.
- initFromFile in interface LDC