|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jacoco.core.internal.analysis.filter.Filters
public final class Filters
Filter that combines other filters.
| Field Summary | |
|---|---|
static IFilter |
NONE
Filter that does nothing. |
| Method Summary | |
|---|---|
static IFilter |
all()
Creates filter that combines all other filters. |
void |
filter(org.objectweb.asm.tree.MethodNode methodNode,
IFilterContext context,
IFilterOutput output)
This method is called for every method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final IFilter NONE
| Method Detail |
|---|
public static IFilter all()
public void filter(org.objectweb.asm.tree.MethodNode methodNode,
IFilterContext context,
IFilterOutput output)
IFilterIFilterOutput instance.
filter in interface IFiltermethodNode - method to inspectcontext - context information for the methodoutput - callback to report filtering results to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||