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