org.hansel.probes
Class LTComparator

java.lang.Object
  extended by org.hansel.probes.IntComparator
      extended by org.hansel.probes.LTComparator

public class LTComparator
extends IntComparator


Constructor Summary
LTComparator()
           
 
Method Summary
 boolean compare(int i1, int i2)
           
 HanselValue createStackEntry(HanselValue op1, HanselValue op2)
           
 
Methods inherited from class org.hansel.probes.IntComparator
getPrecedence, getSign
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LTComparator

public LTComparator()
Method Detail

compare

public boolean compare(int i1,
                       int i2)
Specified by:
compare in class IntComparator

createStackEntry

public HanselValue createStackEntry(HanselValue op1,
                                    HanselValue op2)
Specified by:
createStackEntry in class IntComparator