Uses of Interface
org.jacoco.core.internal.analysis.filter.IFilterOutput
Packages that use IFilterOutput
-
Uses of IFilterOutput in org.jacoco.core.internal.analysis
Classes in org.jacoco.core.internal.analysis that implement IFilterOutputModifier and TypeClassDescription(package private) class
Calculates the filtered coverage of a single method. -
Uses of IFilterOutput in org.jacoco.core.internal.analysis.filter
Fields in org.jacoco.core.internal.analysis.filter declared as IFilterOutputModifier and TypeFieldDescriptionprivate final IFilterOutput
TryWithResourcesEcjFilter.Matcher.output
private final IFilterOutput
TryWithResourcesJavacFilter.Matcher.output
Methods in org.jacoco.core.internal.analysis.filter with parameters of type IFilterOutputModifier and TypeMethodDescriptionvoid
AnnotationGeneratedFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
AssertFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
BridgeFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
EnumEmptyConstructorFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
EnumFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
Filters.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) private static void
FinallyFilter.filter
(IFilterOutput output, List<org.objectweb.asm.tree.TryCatchBlockNode> tryCatchBlocks, org.objectweb.asm.tree.TryCatchBlockNode catchAnyBlock) void
FinallyFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
IFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) This method is called for every method.void
KotlinCoroutineFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
KotlinDefaultArgumentsFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
KotlinDefaultMethodsFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
KotlinGeneratedFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
KotlinInlineFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
KotlinLateinitFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
KotlinNotNullOperatorFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
KotlinUnsafeCastOperatorFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
KotlinWhenFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
KotlinWhenStringFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
PrivateEmptyNoArgConstructorFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
RecordsFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
StringSwitchFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) private void
StringSwitchJavacFilter.filter
(org.objectweb.asm.tree.AbstractInsnNode start, IFilterOutput output) javac generates two switches.void
StringSwitchJavacFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
SynchronizedFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
SyntheticFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
TryWithResourcesEcjFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
TryWithResourcesJavac11Filter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) void
TryWithResourcesJavacFilter.filter
(org.objectweb.asm.tree.MethodNode methodNode, IFilterContext context, IFilterOutput output) private static void
KotlinWhenFilter.ignoreDefaultBranch
(org.objectweb.asm.tree.AbstractInsnNode switchNode, IFilterOutput output) private void
KotlinCoroutineFilter.Matcher.match
(org.objectweb.asm.tree.MethodNode methodNode, IFilterOutput output) void
KotlinDefaultArgumentsFilter.Matcher.match
(org.objectweb.asm.tree.MethodNode methodNode, IFilterOutput output, boolean constructor) private void
KotlinDefaultMethodsFilter.Matcher.match
(org.objectweb.asm.tree.MethodNode methodNode, IFilterOutput output) void
KotlinLateinitFilter.Matcher.match
(org.objectweb.asm.tree.AbstractInsnNode start, IFilterOutput output) void
KotlinNotNullOperatorFilter.Matcher.match
(org.objectweb.asm.tree.AbstractInsnNode start, IFilterOutput output) void
KotlinUnsafeCastOperatorFilter.Matcher.match
(String exceptionType, org.objectweb.asm.tree.AbstractInsnNode start, IFilterOutput output) (package private) void
KotlinWhenFilter.Matcher.match
(org.objectweb.asm.tree.AbstractInsnNode start, IFilterOutput output) void
KotlinWhenStringFilter.Matcher.match
(org.objectweb.asm.tree.AbstractInsnNode start, IFilterOutput output) void
StringSwitchFilter.Matcher.match
(org.objectweb.asm.tree.AbstractInsnNode start, IFilterOutput output) (package private) void
TryWithResourcesJavac11Filter.Matcher.match
(org.objectweb.asm.tree.AbstractInsnNode start, IFilterOutput output, boolean withNullCheck) void
AssertFilter.Matcher.matchGet
(String className, org.objectweb.asm.tree.AbstractInsnNode start, IFilterOutput output) private void
KotlinCoroutineFilter.Matcher.matchOptimizedTailCall
(org.objectweb.asm.tree.MethodNode methodNode, IFilterOutput output) void
AssertFilter.Matcher.matchSet
(String className, org.objectweb.asm.tree.AbstractInsnNode start, IFilterOutput output) private static void
FinallyFilter.merge
(IFilterOutput output, int size, org.objectweb.asm.tree.AbstractInsnNode e, org.objectweb.asm.tree.AbstractInsnNode n) Constructors in org.jacoco.core.internal.analysis.filter with parameters of type IFilterOutputModifierConstructorDescription(package private)
Matcher
(IFilterOutput output) (package private)
Matcher
(IFilterOutput output)