Uses of Interface
org.jacoco.core.internal.analysis.Instruction.Mapper
-
Packages that use Instruction.Mapper Package Description org.jacoco.core.internal.analysis -
-
Uses of Instruction.Mapper in org.jacoco.core.internal.analysis
Methods in org.jacoco.core.internal.analysis with parameters of type Instruction.Mapper Modifier and Type Method Description InstructionInstruction. replaceBranches(Replacements replacements, Instruction.Mapper mapper)Creates a copy of this instruction where all outgoing branches are replaced.
-