All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.FSTORE
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.LocalVariableInstruction
|
+----de.fub.bytecode.generic.FSTORE
- public class FSTORE
- extends LocalVariableInstruction
FSTORE - Store float into local variable
Stack ..., value -> ...
- Version:
- $Id: FSTORE.java,v 1.3 1999/08/13 08:18:29 dahm Exp $
- Author:
- M. Dahm
-
FSTORE(int)
-
FSTORE
public FSTORE(int n)
All Packages Class Hierarchy This Package Previous Next Index