Uses of Interface
org.jacoco.core.internal.instr.IProbeInserter
Packages that use IProbeInserter
-
Uses of IProbeInserter in org.jacoco.core.internal.instr
Classes in org.jacoco.core.internal.instr that implement IProbeInserterModifier and TypeClassDescription(package private) class
Internal utility to add probes into the control flow of a method.Fields in org.jacoco.core.internal.instr declared as IProbeInserterConstructors in org.jacoco.core.internal.instr with parameters of type IProbeInserterModifierConstructorDescriptionMethodInstrumenter
(org.objectweb.asm.MethodVisitor mv, IProbeInserter probeInserter) Create a new instrumenter instance for the given method.