jellyj.classfile.classgen
Class L2F

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

public class L2F
extends Instruction

L2F - Convert long to float Stack: ..., value.word1, value.word2 -> ..., result

Author:
JellyJ Design Group

Constructor Summary
L2F()
           

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

Constructor Detail

L2F

public L2F()