Class InstructionsBuilder.Jump
java.lang.Object
org.jacoco.core.internal.analysis.InstructionsBuilder.Jump
- Enclosing class:
InstructionsBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private final Instruction
private final org.objectweb.asm.Label
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
source
-
target
private final org.objectweb.asm.Label target -
branch
private final int branch
-
-
Constructor Details
-
Jump
Jump(Instruction source, org.objectweb.asm.Label target, int branch)
-
-
Method Details
-
wire
void wire()
-