Interface ICCFlowpointFilter

All Superinterfaces:
ICCFileFilter, ICCFilter, ICCModifier

public interface ICCFlowpointFilter extends ICCFileFilter
Represents a filter that will include/exclude flow points from a code coverage result
Currently not supported.
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(ICCFlowPoint flowpoint)
    Indicates whether or not to include the specified flow point

    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

      boolean accept(ICCFlowPoint flowpoint)
      Indicates whether or not to include the specified flow point
      Parameters:
      flowpoint - the flow point to filter
      Returns:
      true if the code coverage result should include the flow point, false otherwise