Package proguard.io
Class DataEntryParentFilter
java.lang.Object
proguard.io.DataEntryParentFilter
- All Implemented Interfaces:
DataEntryFilter
This
DataEntryFilter delegates filtering to a DataEntryFilter for its parent.-
Constructor Summary
ConstructorsConstructorDescriptionDataEntryParentFilter(DataEntryFilter dataEntryFilter) Creates a new ParentFilter. -
Method Summary
-
Constructor Details
-
DataEntryParentFilter
Creates a new ParentFilter.- Parameters:
dataEntryFilter- the filter that will be applied to the data entry's parent.
-
-
Method Details
-
accepts
Description copied from interface:DataEntryFilterChecks whether the filter accepts the given data entry.- Specified by:
acceptsin interfaceDataEntryFilter- Parameters:
dataEntry- the data entry to filter.- Returns:
- a boolean indicating whether the filter accepts the given data entry.
-