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