All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.LOR
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.ArithmeticInstruction
|
+----de.fub.bytecode.generic.LOR
- public class LOR
- extends ArithmeticInstruction
LOR - Bitwise OR long
Stack: ..., value1, value2 -> ..., result
- Version:
- $Id: LOR.java,v 1.4 1999/05/04 13:14:28 dahm Exp $
- Author:
- M. Dahm
-
LOR()
-
LOR
public LOR()
All Packages Class Hierarchy This Package Previous Next Index