Package org.jacoco.core.internal.flow
Interface IProbeIdGenerator
-
- All Known Implementing Classes:
ClassProbesAdapter
public interface IProbeIdGeneratorInternal interface to create probe ids unique within a class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intnextId()Returns the next unique probe id.
-