org.apache.bcel.generic
Class LDC2_W
- Cloneable, IndexedInstruction, PushInstruction, Serializable, StackProducer, TypedInstruction
LDC2_W - Push long or double from constant pool
Stack: ... -> ..., item.word1, item.word2
$Id: LDC2_W.java 386056 2006-03-15 11:31:56Z tcurdt $
LDC2_W() - Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
|
LDC2_W(int index)
|
accept , className , consumeStack , copy , dispose , dump , equals , getComparator , getLength , getName , getOpcode , initFromFile , produceStack , readInstruction , setComparator , setOpcode , toString , toString , toString |
LDC2_W
(package private) LDC2_W()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
LDC2_W
public LDC2_W(int index)
accept
public void accept(Visitor v)
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.
- accept in interface Instruction