Package | Description |
---|---|
org.jacoco.core.internal.flow |
Modifier and Type | Method and 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 and Description |
---|---|
static void |
LabelInfo.setInstruction(org.objectweb.asm.Label label,
Instruction instruction)
Sets the instruction corresponding to this label.
|
void |
Instruction.setPredecessor(Instruction predecessor)
Sets the given instruction as a predecessor of this instruction.
|
Copyright © 2022. All rights reserved.