bcel API: Class LDC_W
org.apache.bcel.generic
Class LDC_W
java.lang.Object
|
+--org.apache.bcel.generic.Instruction
|
+--org.apache.bcel.generic.CPInstruction
|
+--org.apache.bcel.generic.LDC
|
+--org.apache.bcel.generic.LDC_W
- All Implemented Interfaces:
- java.lang.Cloneable, ExceptionThrower, IndexedInstruction, PushInstruction, java.io.Serializable, StackProducer, TypedInstruction
- 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,v 1.1.1.1 2001/10/29 20:00:21 jvanzyl Exp $
- Author:
- M. Dahm
- See Also:
- Serialized Form
Constructor Summary |
LDC_W(int index)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LDC_W
public LDC_W(int index)
initFromFile
protected void initFromFile(ByteSequence bytes,
boolean wide)
throws java.io.IOException
- Read needed data (i.e., index) from file.
- Overrides:
initFromFile
in class LDC
- Following copied from class:
org.apache.bcel.generic.CPInstruction
- Parameters:
bytes
- input streamwide
- wide prefix?