org.apache.bcel.generic

Class LDC2_W

Implemented Interfaces:
Cloneable, IndexedInstruction, PushInstruction, Serializable, StackProducer, TypedInstruction

public class LDC2_W
extends CPInstruction
implements PushInstruction, TypedInstruction

LDC2_W - Push long or double from constant pool
Stack: ... -> ..., item.word1, item.word2
Version:
$Id: LDC2_W.java,v 1.1.1.1 2001/10/29 20:00:21 jvanzyl Exp $
Author:
M. Dahm

Field Summary

Fields inherited from class org.apache.bcel.generic.CPInstruction

index

Fields inherited from class org.apache.bcel.generic.Instruction

length, opcode

Constructor Summary

LDC2_W(int index)

Method Summary

void
accept(Visitor v)
Call corresponding visitor method(s).
Type
getType(ConstantPoolGen cpg)
Number
getValue(ConstantPoolGen cpg)

Methods inherited from class org.apache.bcel.generic.CPInstruction

dump, getIndex, getType, initFromFile, setIndex, toString, toString

Methods inherited from class org.apache.bcel.generic.Instruction

accept, consumeStack, copy, dump, equals, getComparator, getLength, getName, getOpcode, initFromFile, produceStack, readInstruction, setComparator, toString, toString, toString

Constructor Details

LDC2_W

public LDC2_W(int index)

Method Details

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.
Overrides:
accept in interface Instruction
Parameters:
v - Visitor object

getType

public Type getType(ConstantPoolGen cpg)
Specified by:
getType in interface TypedInstruction
Overrides:
getType in interface CPInstruction
Returns:
type related with this instruction.

getValue

public Number getValue(ConstantPoolGen cpg)