Uses of Interface
org.jacoco.core.internal.instr.IProbeInserter
-
Packages that use IProbeInserter Package Description org.jacoco.core.internal.instr -
-
Uses of IProbeInserter in org.jacoco.core.internal.instr
Classes in org.jacoco.core.internal.instr that implement IProbeInserter Modifier and Type Class Description (package private) classProbeInserterInternal utility to add probes into the control flow of a method.Fields in org.jacoco.core.internal.instr declared as IProbeInserter Modifier and Type Field Description private IProbeInserterMethodInstrumenter. probeInserterConstructors in org.jacoco.core.internal.instr with parameters of type IProbeInserter Constructor Description MethodInstrumenter(org.objectweb.asm.MethodVisitor mv, IProbeInserter probeInserter)Create a new instrumenter instance for the given method.
-