org.apache.bcel.generic
public class DCONST extends Instruction implements ConstantPushInstruction, TypedInstruction
Stack: ... -> ...,
Version: $Id: DCONST.java 386056 2006-03-15 11:31:56Z tcurdt $
| Field Summary | |
|---|---|
| double | value |
| Constructor Summary | |
|---|---|
| DCONST()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
| DCONST(double f) | |
| Method Summary | |
|---|---|
| void | accept(Visitor v)
Call corresponding visitor method(s). |
| Type | getType(ConstantPoolGen cp) |
| Number | getValue() |
Parameters: v Visitor object
Returns: Type.DOUBLE