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 TypeClassDescriptionfinal 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.final classFilters empty enum constructors.final classFilters methodsvaluesandvalueOfthat compiler creates for enums.(package private) final classFilters default branch generated by compilers for exhaustive switch expressions.final classFilter that combines other filters.final classFilters duplicates of finally blocks that compiler generates.final classFilters branches that Kotlin compiler generates for coroutines.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.classFilters methods generated by the Kotlin compiler.final classFilters out instructions that were inlined by Kotlin compiler.classFilters branch in bytecode that Kotlin compiler generates for reading fromlateinitproperties.final classFilters branch in bytecode that Kotlin compiler generates for not-null assertion operator.final classFilters branch in bytecode that Kotlin compiler generates for "unsafe" cast operator.final classFilters bytecode that Kotlin compiler generates forwhenexpressions which list all cases ofenumorsealed class, i.e.final classFilters bytecode that Kotlin compiler generates forwhenexpressions with aString.final classFilters private empty constructors that do not have arguments.(package private) final classFilters code that is generated for record patterns.final classFilters methodstoString,hashCodeandequalsthat compiler generates for records.final classFilters code that is generated by ECJ for aswitchstatement with aStringand by Kotlin compiler 1.5 and above for awhenexpression with aString.final classFilters code that is generated by javac for a switch statement with a String.final classFilters code that is generated for synchronized statement.final classFilters synthetic methods unless they represent bodies of lambda expressions.final classFilters code that ECJ generates for try-with-resources statement.final classFilters code which is generated for try-with-resources statement by javac starting from version 11.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[]Filters.filtersstatic final IFilterFilters.NONEFilter that does nothing.Methods in org.jacoco.core.internal.analysis.filter that return IFilterModifier and TypeMethodDescriptionstatic IFilterFilters.all()Creates filter that combines all other filters.Constructors in org.jacoco.core.internal.analysis.filter with parameters of type IFilter