Package org.jacoco.core.internal.instr
Interface IProbeInserter
-
- All Known Implementing Classes:
ProbeInserter
interface IProbeInserter
Internal 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 void
insertProbe(int id)
Inserts the probe with the given id.
-