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