jellyj.classfile.classgen
Class D2F

jellyj.classfile.classgen.Instruction
  |
  +--jellyj.classfile.classgen.D2F

public class D2F
extends Instruction

D2F - Convert double to float Stack: ..., value.word1, value.word2 -> ..., result

Author:
JellyJ Design Group

Constructor Summary
D2F()
           

Methods inherited from class jellyj.classfile.classgen.Instruction
consumeStack, copy, dump, getLength, getPosition, getTag, produceStack, readInstruction, setPosition, toString

Constructor Detail

D2F

public D2F()