All Packages Class Hierarchy This Package Previous Next Index
Class espresso.classfile.classgen.FCONST
java.lang.Object
|
+----espresso.classfile.classgen.Instruction
|
+----espresso.classfile.classgen.FCONST
- public class FCONST
- extends Instruction
FCONST - Push 0.0, 1.0 or 2.0, other values cause an exception
Stack: ... -> ...,
-
FCONST()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
FCONST(float)
-
FCONST
FCONST()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
FCONST
public FCONST(float f)
All Packages Class Hierarchy This Package Previous Next Index