All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.DCONST

java.lang.Object
   |
   +----espresso.classfile.classgen.Instruction
           |
           +----espresso.classfile.classgen.DCONST

public class DCONST
extends Instruction
DCONST - Push 0.0 or 1.0, other values cause an exception Stack: ... -> ...,


Constructor Index

 o DCONST()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 o DCONST(double)

Constructors

 o DCONST
 DCONST()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

 o DCONST
 public DCONST(double f)

All Packages  Class Hierarchy  This Package  Previous  Next  Index