All Packages Class Hierarchy This Package Previous Next Index
Class espresso.classfile.classgen.FLOAD
java.lang.Object
|
+----espresso.classfile.classgen.Instruction
|
+----espresso.classfile.classgen.LocalVariableInstruction
|
+----espresso.classfile.classgen.FLOAD
- public class FLOAD
- extends LocalVariableInstruction
FLOAD - Load float from local variable
Stack ... -> ..., result
-
FLOAD()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
FLOAD(int)
-
FLOAD
FLOAD()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
FLOAD
public FLOAD(int n)
All Packages Class Hierarchy This Package Previous Next Index