com.ibm.wala.util.collections
Interface Filter

All Known Implementing Classes:
CollectionFilter, Filtersection, IndiscriminateFilter, NormalCGNodeFilter, PackageExpressionFilter

public interface Filter

Simple interface for an intensional set definition


Method Summary
 boolean accepts(java.lang.Object o)
           
 

Method Detail

accepts

boolean accepts(java.lang.Object o)
Parameters:
o -
Returns:
true iff o is in the set defined by this filter