jellyj.classfile.classgen
Class I2D

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

public class I2D
extends Instruction

I2D - Convert int to double Stack: ..., value -> ..., result.word1, result.word2

Author:
JellyJ Design Group

Constructor Summary
I2D()
           

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

Constructor Detail

I2D

public I2D()