Package com.ibm.dtfj.analyzer.util.filter

Interface Summary
ObjectFilter Specifies the behaviour of a filter to subset the objects being iterated by ObjectIterator.
 

Class Summary
AddressAccept Accept arrays
AddressFilter Filter objects based on their array attribute
AddressReject Reject instances of the given class
ArrayAccept Accept arrays
ArrayFilter Filter objects based on their array attribute
ArrayReject Reject arrays
BaseFilter Define a convenience base class for implementing filters.
ClassAccept Accept instances of the given class.
ClassFilter The basic class filter matches against the class of the given object.
ClassReject Reject instances of the given class
MarkedAccept Accept objects based on size
MarkedFilter This filter looks at the mark set it was built with and matches any object which is marked.
MarkedReject Reject objects based on size
SizeAccept Accept objects based on size
SizeFilter Filter objects based on size
SizeReject Reject objects based on size
 



© Copyright IBM Corp. 2007, 2008 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.