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

Constructor Index

 o DCONST(double)

Method Index

 o getValue()

Constructors

 o DCONST
 public DCONST(double f)

Methods

 o getValue
 public Number getValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index