All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.INEG

java.lang.Object
   |
   +----de.fub.bytecode.generic.Instruction
           |
           +----de.fub.bytecode.generic.ArithmeticInstruction
                   |
                   +----de.fub.bytecode.generic.INEG

public class INEG
extends ArithmeticInstruction
INEG - Negate int
Stack: ..., value -> ..., result

Version:
$Id: INEG.java,v 1.4 1999/05/04 13:13:57 dahm Exp $
Author:
M. Dahm

Constructor Index

 o INEG()

Constructors

 o INEG
 public INEG()

All Packages  Class Hierarchy  This Package  Previous  Next  Index