All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.FNEG

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

public class FNEG
extends ArithmeticInstruction
FNEG - Negate float
Stack: ..., value -> ..., result

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

Constructor Index

 o FNEG()

Constructors

 o FNEG
 public FNEG()

All Packages  Class Hierarchy  This Package  Previous  Next  Index