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: ... -> ...,
-
DCONST()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
DCONST(double)
-
DCONST
DCONST()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
DCONST
public DCONST(double f)
All Packages Class Hierarchy This Package Previous Next Index