jellyj.classfile.classgen
Class I2L

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

public class I2L
extends Instruction

I2L - Convert int to long Stack: ..., value -> ..., result.word1, result.word2

Author:
JellyJ Design Group

Constructor Summary
I2L()
           

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

Constructor Detail

I2L

public I2L()