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