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,v 1.1.1.1 2001/10/29 20:00:21 jvanzyl Exp $
accept , consumeStack , copy , dump , equals , getComparator , getLength , getName , getOpcode , initFromFile , produceStack , readInstruction , setComparator , toString , toString , toString |
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