|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IFilterContext | |
|---|---|
| org.jacoco.core.internal.analysis | |
| org.jacoco.core.internal.analysis.filter | |
| Uses of IFilterContext in org.jacoco.core.internal.analysis |
|---|
| Classes in org.jacoco.core.internal.analysis that implement IFilterContext | |
|---|---|
class |
ClassAnalyzer
Analyzes the structure of a class. |
| Uses of IFilterContext in org.jacoco.core.internal.analysis.filter |
|---|
| Methods in org.jacoco.core.internal.analysis.filter with parameters of type IFilterContext | |
|---|---|
void |
IFilter.filter(org.objectweb.asm.tree.MethodNode methodNode,
IFilterContext context,
IFilterOutput output)
This method is called for every method. |
static boolean |
Filters.isKotlinClass(IFilterContext context)
Checks whether the class corresponding to the given context has kotlin/Metadata annotation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||