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
-
Method Details
-
insertProbe
void insertProbe(int id) Inserts the probe with the given id.- Parameters:
id
- id of the probe to insert
-