All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.IDIV

java.lang.Object
   |
   +----de.fub.bytecode.generic.Instruction
           |
           +----de.fub.bytecode.generic.ArithmeticInstruction
                   |
                   +----de.fub.bytecode.generic.IDIV

public class IDIV
extends ArithmeticInstruction
implements ExceptionThrower
IDIV - Divide ints
Stack: ..., value1, value2 -> result

Version:
$Id: IDIV.java,v 1.5 1999/09/09 07:42:49 dahm Exp $
Author:
M. Dahm

Constructor Index

 o IDIV()

Method Index

 o getExceptions()

Constructors

 o IDIV
 public IDIV()

Methods

 o getExceptions
 public Class[] getExceptions()

All Packages  Class Hierarchy  This Package  Previous  Next  Index