jellyj.classfile.classgen
Class ISHL

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

public class ISHL
extends Instruction

ISHL - Arithmetic shift left int Stack: ..., value1, value2 -> ..., result

Author:
JellyJ Design Group

Constructor Summary
ISHL()
           

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

Constructor Detail

ISHL

public ISHL()