Class LDC2_W
java.lang.Object
org.apache.bcel.generic.Instruction
org.apache.bcel.generic.CPInstruction
org.apache.bcel.generic.LDC2_W
- All Implemented Interfaces:
Cloneable, IndexedInstruction, PushInstruction, StackProducer, TypedInstruction
LDC2_W - Push long or double from constant pool
Stack: ... -> ..., item.word1, item.word2
-
Field Summary
Fields inherited from class CPInstruction
indexFields inherited from class Instruction
length, opcode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCall corresponding visitor method(s).getType(ConstantPoolGen cpg) getValue(ConstantPoolGen cpg) Methods inherited from class CPInstruction
dump, getIndex, initFromFile, setIndex, 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
-
LDC2_W
-
-
Method Details
-
accept
Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, i.e., the most specific visitXXX() call comes last.- Specified by:
acceptin classInstruction- Parameters:
v- Visitor object
-
getType
- Specified by:
getTypein interfaceTypedInstruction- Overrides:
getTypein classCPInstruction- Returns:
- type related with this instruction.
-
getValue
-