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