Package | Description |
---|---|
org.jacoco.core.internal.flow |
Modifier and Type | Method | Description |
---|---|---|
static Instruction |
LabelInfo.getInstruction(org.objectweb.asm.Label label) |
Returns the corresponding instruction for the given label if one has been
defined.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Instruction.merge(Instruction instruction) |
Merges information about covered branches of given instruction into this
instruction.
|
static void |
LabelInfo.setInstruction(org.objectweb.asm.Label label,
Instruction instruction) |
Sets the instruction corresponding to this label.
|
void |
Instruction.setPredecessor(Instruction predecessor,
int branch) |
Sets the given instruction as a predecessor of this instruction and adds
branch to the predecessor.
|
Copyright © 2018. All rights reserved.