org.apache.bcel.generic
public class LDC2_W extends CPInstruction implements PushInstruction, TypedInstruction
Stack: ... -> ..., item.word1, item.word2
Version: $Id: LDC2_W.java 386056 2006-03-15 11:31:56Z tcurdt $
| Constructor Summary | |
|---|---|
| LDC2_W()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
| LDC2_W(int index) | |
| Method Summary | |
|---|---|
| void | accept(Visitor v)
Call corresponding visitor method(s). |
| Type | getType(ConstantPoolGen cpg) |
| Number | getValue(ConstantPoolGen cpg) |
Parameters: v Visitor object