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


Constructor Index

 o FLOAD()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 o FLOAD(int)

Constructors

 o FLOAD
 FLOAD()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

 o FLOAD
 public FLOAD(int n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index