org.hansel.probes
Class LEComparator

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

public class LEComparator
extends IntComparator


Constructor Summary
LEComparator()
           
 
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

LEComparator

public LEComparator()
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