Uses of Interface
org.jacoco.core.internal.analysis.filter.IFilterContext

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.
 



Copyright © 2009–2025 Mountainminds GmbH & Co. KG. All rights reserved.