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:
Cloneable, ExceptionThrower, IndexedInstruction, PushInstruction, StackProducer, TypedInstruction
-
Field Summary
Fields inherited from class CPInstruction
indexFields inherited from class Instruction
length, opcode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinitFromFile(ByteSequence bytes, boolean wide) Reads needed data (i.e., index) from file.Methods inherited from class CPInstruction
getIndex, toString, toStringMethods inherited from class Instruction
consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, produceStack, readInstruction, setComparator, toStringMethods inherited from interface StackProducer
produceStack
-
Constructor Details
-
LDC_W
-
-
Method Details
-
initFromFile
Reads needed data (i.e., index) from file.- Overrides:
initFromFilein classLDC- Parameters:
bytes- input streamwide- wide prefix?- Throws:
IOException- may be thrown if the implementation needs to read data from the file
-