Uses of Interface
org.jacoco.core.internal.flow.IProbeIdGenerator
-
Packages that use IProbeIdGenerator Package Description org.jacoco.core.internal.flow -
-
Uses of IProbeIdGenerator in org.jacoco.core.internal.flow
Classes in org.jacoco.core.internal.flow that implement IProbeIdGenerator Modifier and Type Class Description class
ClassProbesAdapter
AClassVisitor
that calculates probes for every method.Constructors in org.jacoco.core.internal.flow with parameters of type IProbeIdGenerator Constructor Description MethodProbesAdapter(MethodProbesVisitor probesVisitor, IProbeIdGenerator idGenerator)
Create a new adapter instance.
-