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