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