jellyj.classfile.classgen
Class IMUL

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

public class IMUL
extends Instruction

IMUL - Multiply ints Stack: ..., value1, value2 -> result

Author:
JellyJ Design Group

Constructor Summary
IMUL()
           

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

Constructor Detail

IMUL

public IMUL()