Uses of Interface
org.jacoco.core.internal.analysis.filter.IFilter
Packages that use IFilter
-
Uses of IFilter in org.jacoco.core.internal.analysis
Fields in org.jacoco.core.internal.analysis declared as IFilter -
Uses of IFilter in org.jacoco.core.internal.analysis.filter
Classes in org.jacoco.core.internal.analysis.filter that implement IFilterModifier and TypeClassDescription(package private) final classFilters classes and methods annotated withruntime visibleandinvisibleannotation whose simple name containsGenerated.(package private) final classFilters code that is generated for anassertstatement.(package private) final classFilters bridge methods.(package private) final classFilters empty enum constructors.(package private) final classFilters methodsvaluesandvalueOfthat compiler creates for enums.(package private) final classFilters default branch generated by compilers for exhaustive switch expressions.(package private) final classFilter that combines other filters.(package private) final classFilters duplicates of finally blocks that compiler generates.(package private) final classFilters bytecode generated by Compose Kotlin compiler plugin.(package private) final classFilters branches that Kotlin compiler generates for coroutines.(package private) final classFilters branches that Kotlin compiler generates for default arguments.(package private) final classFilters methods that Kotlin compiler generates for non-overridden non-abstract methods of interfaces.(package private) final classFilters methodgetEntriesthat Kotlin compiler creates for enums.(package private) final classFilters methods that Kotlin compiler generates for @JvmExposeBoxed.(package private) final classFilters methods generated by the Kotlin compiler.(package private) final classFilters methods that Kotlin compiler generates for inline classes.(package private) final classFilters out instructions that were inlined by Kotlin compiler.(package private) final classFilters methods that Kotlin compiler generates for functions and constructors annotated withJvmOverloads.(package private) final classFilters methods that Kotlin compiler generates for functions annotated withJvmStatic.(package private) final classFilters branch in bytecode that Kotlin compiler generates for reading fromlateinitproperties.(package private) final classFilters branch in bytecode that Kotlin compiler generates for not-null assertion operator.(package private) final classFilters bytecode that Kotlin compiler generates for chains of safe call operators (?.).(package private) final classFilters methods generated by Kotlin serialization compiler plugin.(package private) final classFilters synthetic accessors generated by the Kotlin compiler.(package private) final classFilters branch in bytecode that Kotlin compiler generates for "unsafe" cast operator.(package private) final classFilters bytecode that Kotlin compiler generates forwhenexpressions and statements with subject of typeenum classorsealed class.(package private) final classFilters bytecode that Kotlin compiler generates forwhenexpressions with aString.(package private) final classFilters private empty constructors that do not have arguments.(package private) final classFilters code that is generated for record patterns.(package private) final classFilters methodstoString,hashCodeandequalsthat compiler generates for records.(package private) final classFilters code that is generated by ECJ for aswitchstatement with aStringand by Kotlin compiler 1.5 and above for awhenexpression with aString.(package private) final classFilters code that is generated by javac for a switch statement with a String.(package private) final classFilters code that is generated for synchronized statement.(package private) final classFilters synthetic classes.(package private) final classFilters synthetic methods in non-Kotlin classes unless they represent bodies of lambda expressions.(package private) final classFilters code that ECJ generates for try-with-resources statement.(package private) final classFilters code which is generated for try-with-resources statement by javac starting from version 11.(package private) final classFilters code which is generated for try-with-resources statement by javac versions from 7 to 10.Fields in org.jacoco.core.internal.analysis.filter declared as IFilterModifier and TypeFieldDescriptionprivate final IFilter[]FilterSet.filtersstatic final IFilterFilters.NONEFilter that does nothing.Methods in org.jacoco.core.internal.analysis.filter that return IFilterModifier and TypeMethodDescriptionstatic IFilterFilters.all()Creates a filter that combines all filters.private static IFilterFilters.allCommonFilters()private static IFilterFilters.allKotlinFilters()private static IFilterFilters.allNonKotlinFilters()Constructors in org.jacoco.core.internal.analysis.filter with parameters of type IFilter