com.ibm.wala.util.collections
Class Filtersection

java.lang.Object
  extended by com.ibm.wala.util.collections.Filtersection
All Implemented Interfaces:
Filter

public class Filtersection
extends java.lang.Object
implements Filter

intersection of two filters


Constructor Summary
Filtersection(Filter a, Filter b)
           
 
Method Summary
 boolean accepts(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filtersection

public Filtersection(Filter a,
                     Filter b)
Method Detail

accepts

public boolean accepts(java.lang.Object o)
Specified by:
accepts in interface Filter
Returns:
true iff o is in the set defined by this filter