org.hansel.probes
Class EQComparator

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

public class EQComparator
extends IntComparator


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

EQComparator

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