All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.FALOAD
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.ArrayInstruction
|
+----de.fub.bytecode.generic.FALOAD
- public class FALOAD
- extends ArrayInstruction
FALOAD - Load float from array
Stack: ..., arrayref, index -> ..., value
- Version:
- $Id: FALOAD.java,v 1.4 1999/05/04 13:13:17 dahm Exp $
- Author:
- M. Dahm
-
FALOAD()
-
FALOAD
public FALOAD()
All Packages Class Hierarchy This Package Previous Next Index