Class KotlinUnsafeCastOperatorFilter
java.lang.Object
org.jacoco.core.internal.analysis.filter.KotlinUnsafeCastOperatorFilter
- All Implemented Interfaces:
IFilter
Filters branch in bytecode that Kotlin compiler generates for "unsafe" cast
operator.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) This method is called for every method.
-
Constructor Details
-
KotlinUnsafeCastOperatorFilter
public KotlinUnsafeCastOperatorFilter()
-
-
Method Details
-
filter
public void filter(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) Description copied from interface:IFilter
This method is called for every method. The filter implementation is expected to inspect the provided method and report its result to the givenIFilterOutput
instance.
-