de.fub.bytecode.generic
Class 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
See Also:
Serialized Form

Fields inherited from class de.fub.bytecode.generic.Instruction
length, tag
 
Constructor Summary
D2F()
           
 
Methods inherited from class de.fub.bytecode.generic.Instruction
consumeStack, consumeStack, copy, dump, getLength, getTag, initFromFile, produceStack, produceStack, toString, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

D2F

public D2F()