Interface ICCLineFilter

All Superinterfaces:
ICCFileFilter, ICCFilter, ICCModifier

public interface ICCLineFilter extends ICCFileFilter
Represents a filter that includes/excludes lines in a code coverage result
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    accept(ICCFile file, Integer[] lines)
    Indicates which of the specified lines are to be included in a code coverage result

    Methods inherited from interface com.ibm.debug.pdt.codecoverage.core.results.filters.ICCFileFilter

    accept

    Methods inherited from interface com.ibm.debug.pdt.codecoverage.core.results.filters.ICCFilter

    getId

    Methods inherited from interface com.ibm.debug.pdt.codecoverage.core.results.ICCModifier

    dispose
  • Method Details

    • accept

      Integer[] accept(ICCFile file, Integer[] lines)
      Indicates which of the specified lines are to be included in a code coverage result
      Parameters:
      file - the file that contains the lines
      lines - the lines to filter
      Returns:
      the list of lines to include in the code coverage result. Should not return null.