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