org.jacoco.core.internal.analysis.filter
Interface IFilter
public interface IFilter
Interface for filter implementations. Instances of filters are created for
analysis of each class and so can have per-class state.
filter
void filter(org.objectweb.asm.tree.MethodNode methodNode,
IFilterContext context,
IFilterOutput output)
- This method is called for every method. The filter implementation is
expected to inspect the provided method and report its result to the
given
IFilterOutput instance.
- Parameters:
methodNode - method to inspectcontext - context information for the methodoutput - callback to report filtering results to
Copyright © 2009–2025 Mountainminds GmbH & Co. KG. All rights reserved.