Class KotlinExposeBoxedFilter
java.lang.Object
org.jacoco.core.internal.analysis.filter.KotlinExposeBoxedFilter
- All Implemented Interfaces:
IFilter
Filters methods that Kotlin compiler generates for @JvmExposeBoxed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfilter(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) This method is called for every method.private static booleanhasAnnotation(org.objectweb.asm.tree.MethodNode methodNode) private static booleanshouldFilter(org.objectweb.asm.tree.MethodNode methodNode)
-
Constructor Details
-
KotlinExposeBoxedFilter
KotlinExposeBoxedFilter()
-
-
Method Details
-
filter
public void filter(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) Description copied from interface:IFilterThis method is called for every method. The filter implementation is expected to inspect the provided method and report its result to the givenIFilterOutputinstance. -
shouldFilter
private static boolean shouldFilter(org.objectweb.asm.tree.MethodNode methodNode) -
hasAnnotation
private static boolean hasAnnotation(org.objectweb.asm.tree.MethodNode methodNode)
-