Class Replacements.InstructionBranch
- java.lang.Object
-
- org.jacoco.core.internal.analysis.filter.Replacements.InstructionBranch
-
- Enclosing class:
- Replacements
public static final class Replacements.InstructionBranch extends java.lang.Objectinstructionand index of itsbranch.
-
-
Field Summary
Fields Modifier and Type Field Description intbranchBranch index.org.objectweb.asm.tree.AbstractInsnNodeinstructionInstruction.
-
Constructor Summary
Constructors Constructor Description InstructionBranch(org.objectweb.asm.tree.AbstractInsnNode instruction, int branch)Creates a newReplacements.InstructionBranch.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-
-
-
Constructor Detail
-
InstructionBranch
public InstructionBranch(org.objectweb.asm.tree.AbstractInsnNode instruction, int branch)Creates a newReplacements.InstructionBranch.- Parameters:
instruction- instructionbranch- branch index
-
-