All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.DCMPL

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

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

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

Constructor Index

 o DCMPL()

Constructors

 o DCMPL
 public DCMPL()

All Packages  Class Hierarchy  This Package  Previous  Next  Index