jellyj.classfile.classgen
Class I2S

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

public class I2S
extends Instruction

I2S - Convert int to short Stack: ..., value -> ..., result

Author:
JellyJ Design Group

Constructor Summary
I2S()
           

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

Constructor Detail

I2S

public I2S()