All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.DCONST
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.DCONST
- public class DCONST
- extends Instruction
- implements ConstantPushInstruction
DCONST - Push 0.0 or 1.0, other values cause an exception
Stack: ... -> ...,
- Version:
- $Id: DCONST.java,v 1.5 1999/05/04 13:13:03 dahm Exp $
- Author:
- M. Dahm
-
DCONST(double)
-
-
getValue()
-
DCONST
public DCONST(double f)
getValue
public Number getValue()
All Packages Class Hierarchy This Package Previous Next Index