jellyj.classfile.classgen
Class F2L

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

public class F2L
extends Instruction

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

Author:
JellyJ Design Group

Constructor Summary
F2L()
           

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

Constructor Detail

F2L

public F2L()