Class InstructionsBuilder.Jump
- java.lang.Object
-
- org.jacoco.core.internal.analysis.InstructionsBuilder.Jump
-
- Enclosing class:
- InstructionsBuilder
private static class InstructionsBuilder.Jump extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
branch
private Instruction
source
private org.objectweb.asm.Label
target
-
Constructor Summary
Constructors Constructor Description Jump(Instruction source, org.objectweb.asm.Label target, int branch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
wire()
-
-
-
Field Detail
-
source
private final Instruction source
-
target
private final org.objectweb.asm.Label target
-
branch
private final int branch
-
-
Constructor Detail
-
Jump
Jump(Instruction source, org.objectweb.asm.Label target, int branch)
-
-