Interface ICCFlowpointFilter
- All Superinterfaces:
ICCFileFilter,ICCFilter,ICCModifier
Represents a filter that will include/exclude flow points from a code coverage result
Currently not supported.
Currently not supported.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(ICCFlowPoint flowpoint) Indicates whether or not to include the specified flow pointMethods 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 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
-