jellyj.classfile.classgen
Class FSTORE
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.LocalVariableInstruction
|
+--jellyj.classfile.classgen.FSTORE
- public class FSTORE
- extends LocalVariableInstruction
FSTORE - Store float into local variable
Stack ..., value -> ...
- Author:
- JellyJ Design Group
Constructor Summary |
(package private) | FSTORE() Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
| FSTORE(int n) |
FSTORE
FSTORE()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
FSTORE
public FSTORE(int n)