jellyj.classfile.classgen
Class L2D

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

public class L2D
extends Instruction

L2D - Convert long to double Stack: ..., value.word1, value.word2 -> ..., result.word1, result.word2

Author:
JellyJ Design Group

Constructor Summary
L2D()
           

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

Constructor Detail

L2D

public L2D()