All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.DCMPG

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

public class DCMPG
extends Instruction
DCMPG - Compare doubles: value1 > value2
Stack: ..., value1.word1, value1.word2, value2.word1, value2.word2 ->
..., result

Version:
$Id: DCMPG.java,v 1.3 1999/05/04 13:13:01 dahm Exp $
Author:
M. Dahm

Constructor Index

 o DCMPG()

Constructors

 o DCMPG
 public DCMPG()

All Packages  Class Hierarchy  This Package  Previous  Next  Index