Uses of Class
org.jacoco.core.internal.analysis.filter.Replacements
Packages that use Replacements
-
Uses of Replacements in org.jacoco.core.internal.analysis
Fields in org.jacoco.core.internal.analysis with type parameters of type ReplacementsModifier and TypeFieldDescriptionprivate final Map<org.objectweb.asm.tree.AbstractInsnNode, Replacements> MethodCoverageCalculator.replacementsMethods in org.jacoco.core.internal.analysis with parameters of type ReplacementsModifier and TypeMethodDescriptionInstruction.replaceBranches(Replacements replacements, Instruction.Mapper mapper) Creates a copy of this instruction where all outgoing branches are replaced.voidMethodCoverageCalculator.replaceBranches(org.objectweb.asm.tree.AbstractInsnNode source, Replacements replacements) -
Uses of Replacements in org.jacoco.core.internal.analysis.filter
Methods in org.jacoco.core.internal.analysis.filter that return ReplacementsModifier and TypeMethodDescription(package private) static ReplacementsReplacements.ignoreDefaultBranch(org.objectweb.asm.tree.AbstractInsnNode switchNode) Methods in org.jacoco.core.internal.analysis.filter with parameters of type ReplacementsModifier and TypeMethodDescriptionvoidIFilterOutput.replaceBranches(org.objectweb.asm.tree.AbstractInsnNode source, Replacements replacements) Marks instruction whose outgoing branches should be replaced during computation of coverage.