All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.IREM

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

public class IREM
extends ArithmeticInstruction
implements ExceptionThrower
IREM - Remainder of int
Stack: ..., value1, value2 -> result

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

Constructor Index

 o IREM()

Method Index

 o getExceptions()

Constructors

 o IREM
 public IREM()

Methods

 o getExceptions
 public Class[] getExceptions()

All Packages  Class Hierarchy  This Package  Previous  Next  Index