All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.LCMP

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

public class LCMP
extends Instruction
LCMP - Compare longs:
Stack: ..., value1.word1, value1.word2, value2.word1, value2.word2 ->
..., result <= -1, 0, 1>

Version:
$Id: LCMP.java,v 1.3 1999/05/04 13:14:20 dahm Exp $
Author:
M. Dahm

Constructor Index

 o LCMP()

Constructors

 o LCMP
 public LCMP()

All Packages  Class Hierarchy  This Package  Previous  Next  Index