All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.IOR

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

public class IOR
extends ArithmeticInstruction
IOR - Bitwise OR int
Stack: ..., value1, value2 -> ..., result

Version:
$Id: IOR.java,v 1.4 1999/05/04 13:14:01 dahm Exp $
Author:
M. Dahm

Constructor Index

 o IOR()

Constructors

 o IOR
 public IOR()

All Packages  Class Hierarchy  This Package  Previous  Next  Index