All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.F2I
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.ConversionInstruction
|
+----de.fub.bytecode.generic.F2I
- public class F2I
- extends ConversionInstruction
F2I - Convert float to int
Stack: ..., value -> ..., result
- Version:
- $Id: F2I.java,v 1.4 1999/05/04 13:13:15 dahm Exp $
- Author:
- M. Dahm
-
F2I()
-
F2I
public F2I()
All Packages Class Hierarchy This Package Previous Next Index