java.io.Serializable
, java.lang.Cloneable
, ExceptionThrower
, IndexedInstruction
, PushInstruction
, StackProducer
, TypedInstruction
public class LDC_W extends LDC
Stack: ... -> ..., item.word1, item.word2
index
length, opcode
Constructor | Description |
---|---|
LDC_W(int index) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
initFromFile(ByteSequence bytes,
boolean wide) |
Read needed data (i.e., index) from file.
|
getIndex, toString, toString
consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toString
accept, dump, getExceptions, getType, getValue, setIndex, setSize
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
produceStack
protected void initFromFile(ByteSequence bytes, boolean wide) throws java.io.IOException
initFromFile
in class LDC
bytes
- input streamwide
- wide prefix?java.io.IOException