edu.neu.ccs.demeterf.dispatch
Class TypePred<M>

java.lang.Object
  extended by edu.neu.ccs.demeterf.lib.List.Pred<DBEntry<M>>
      extended by edu.neu.ccs.demeterf.dispatch.TypePred<M>

public class TypePred<M>
extends List.Pred<DBEntry<M>>

A Predicate over DBEntries: Is the given DBEntry applicable to this array of Types (arguments)?


Method Summary
 boolean huh(DBEntry<M> e)
          Is this predicate true for the given X?
static
<M> boolean
huh(DBEntry<M> e, java.lang.Class<?> c, int i)
           
 
Methods inherited from class edu.neu.ccs.demeterf.lib.List.Pred
negate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

huh

public boolean huh(DBEntry<M> e)
Description copied from class: List.Pred
Is this predicate true for the given X?

Specified by:
huh in class List.Pred<DBEntry<M>>

huh

public static <M> boolean huh(DBEntry<M> e,
                              java.lang.Class<?> c,
                              int i)