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