|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Instruction | |
|---|---|
| org.jacoco.core.internal.flow | |
| Uses of Instruction in org.jacoco.core.internal.flow |
|---|
| Methods in org.jacoco.core.internal.flow that return Instruction | |
|---|---|
static Instruction |
LabelInfo.getInstruction(org.objectweb.asm.Label label)
Returns the corresponding instruction for the given label if one has been defined. |
| Methods in org.jacoco.core.internal.flow with parameters of type Instruction | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||