Class Replacements.InstructionBranch
java.lang.Object
org.jacoco.core.internal.analysis.filter.Replacements.InstructionBranch
- Enclosing class:
Replacements
instruction and index of its branch.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intBranch index.final org.objectweb.asm.tree.AbstractInsnNodeInstruction. -
Constructor Summary
ConstructorsConstructorDescriptionInstructionBranch(org.objectweb.asm.tree.AbstractInsnNode instruction, int branch) Creates a newReplacements.InstructionBranch. -
Method Summary
-
Field Details
-
instruction
public final org.objectweb.asm.tree.AbstractInsnNode instructionInstruction. -
branch
public final int branchBranch index.
-
-
Constructor Details
-
InstructionBranch
public InstructionBranch(org.objectweb.asm.tree.AbstractInsnNode instruction, int branch) Creates a newReplacements.InstructionBranch.- Parameters:
instruction- instructionbranch- branch index
-
-
Method Details