Package org.jacoco.core.internal.instr
Interface IProbeInserter
-
- All Known Implementing Classes:
ProbeInserter
interface IProbeInserterInternal interface for insertion of probes into in the instruction sequence of a method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinsertProbe(int id)Inserts the probe with the given id.
-