jellyj.classfile.classgen
Class DCONST
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.DCONST
- public class DCONST
- extends Instruction
DCONST - Push 0.0 or 1.0, other values cause an exception
Stack: ... -> ...,
- Author:
- JellyJ Design Group
Constructor Summary |
(package private) | DCONST() Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
| DCONST(double f) |
DCONST
DCONST()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
DCONST
public DCONST(double f)