jellyj.classfile.classgen
Class F2D

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

public class F2D
extends Instruction

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

Author:
JellyJ Design Group

Constructor Summary
F2D()
           

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

Constructor Detail

F2D

public F2D()