jellyj.classfile.classgen
Class IDIV

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

public class IDIV
extends Instruction

IDIV - Divide ints Stack: ..., value1, value2 -> result

Author:
JellyJ Design Group

Constructor Summary
IDIV()
           

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

Constructor Detail

IDIV

public IDIV()