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 -> ...


Constructor Index

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

Constructors

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

 o FSTORE
 public FSTORE(int n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index