Interface ICCLineFilter
- All Superinterfaces:
ICCFileFilter,ICCFilter,ICCModifier
Represents a filter that includes/excludes lines in a code coverage result
- Since:
- 4.0
-
Method Summary
Methods inherited from interface com.ibm.debug.pdt.codecoverage.core.results.filters.ICCFileFilter
acceptMethods inherited from interface com.ibm.debug.pdt.codecoverage.core.results.filters.ICCFilter
getIdMethods inherited from interface com.ibm.debug.pdt.codecoverage.core.results.ICCModifier
dispose
-
Method Details
-
accept
Indicates which of the specified lines are to be included in a code coverage result- Parameters:
file- the file that contains the lineslines- the lines to filter- Returns:
- the list of lines to include in the code coverage result. Should not return null.
-