All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.LREM

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

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

Version:
$Id: LREM.java,v 1.5 1999/09/22 13:00:12 dahm Exp $
Author:
M. Dahm

Constructor Index

 o LREM()

Method Index

 o getExceptions()

Constructors

 o LREM
 public LREM()

Methods

 o getExceptions
 public Class[] getExceptions()

All Packages  Class Hierarchy  This Package  Previous  Next  Index