All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.FLOAD

java.lang.Object
   |
   +----de.fub.bytecode.generic.Instruction
           |
           +----de.fub.bytecode.generic.LocalVariableInstruction
                   |
                   +----de.fub.bytecode.generic.FLOAD

public class FLOAD
extends LocalVariableInstruction
implements PushInstruction
FLOAD - Load float from local variable Stack ... -> ..., result

Version:
$Id: FLOAD.java,v 1.4 1999/08/13 08:18:28 dahm Exp $
Author:
M. Dahm

Constructor Index

 o FLOAD(int)

Constructors

 o FLOAD
 public FLOAD(int n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index