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 386056 2006-03-15 11:31:56Z tcurdt $
LDC_W() - Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
|
LDC_W(int index)
|
accept , className , consumeStack , copy , dispose , dump , equals , getComparator , getLength , getName , getOpcode , initFromFile , produceStack , readInstruction , setComparator , setOpcode , toString , toString , toString |
LDC_W
(package private) 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)
initFromFile
protected void initFromFile(ByteSequence bytes,
boolean wide)
throws IOException
Read needed data (i.e., index) from file.
- initFromFile in interface LDC