All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.FCONST

java.lang.Object
   |
   +----espresso.classfile.classgen.Instruction
           |
           +----espresso.classfile.classgen.FCONST

public class FCONST
extends Instruction
FCONST - Push 0.0, 1.0 or 2.0, other values cause an exception Stack: ... -> ...,


Constructor Index

 o FCONST()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 o FCONST(float)

Constructors

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

 o FCONST
 public FCONST(float f)

All Packages  Class Hierarchy  This Package  Previous  Next  Index