jellyj.classfile.classgen
Class L2I

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

public class L2I
extends Instruction

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

Author:
JellyJ Design Group

Constructor Summary
L2I()
           

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

Constructor Detail

L2I

public L2I()