jellyj.classfile.classgen
Class LSHL

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

public class LSHL
extends Instruction

LSHL - Arithmetic shift left long Stack: ..., value1, value2 -> ..., result

Author:
JellyJ Design Group

Constructor Summary
LSHL()
           

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

Constructor Detail

LSHL

public LSHL()