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