Package | Description |
---|---|
org.jacoco.core.internal.analysis | |
org.jacoco.core.internal.flow |
Modifier and Type | Method | Description |
---|---|---|
void |
MethodAnalyzer.visitJumpInsnWithProbe(int opcode,
org.objectweb.asm.Label label,
int probeId,
IFrame frame) |
|
void |
MethodAnalyzer.visitLookupSwitchInsnWithProbes(org.objectweb.asm.Label dflt,
int[] keys,
org.objectweb.asm.Label[] labels,
IFrame frame) |
|
void |
MethodAnalyzer.visitTableSwitchInsnWithProbes(int min,
int max,
org.objectweb.asm.Label dflt,
org.objectweb.asm.Label[] labels,
IFrame frame) |
Modifier and Type | Method | Description |
---|---|---|
void |
MethodProbesVisitor.visitJumpInsnWithProbe(int opcode,
org.objectweb.asm.Label label,
int probeId,
IFrame frame) |
Visits a jump instruction.
|
void |
MethodProbesVisitor.visitLookupSwitchInsnWithProbes(org.objectweb.asm.Label dflt,
int[] keys,
org.objectweb.asm.Label[] labels,
IFrame frame) |
Visits a LOOKUPSWITCH instruction with optional probes for each target
label.
|
void |
MethodProbesVisitor.visitTableSwitchInsnWithProbes(int min,
int max,
org.objectweb.asm.Label dflt,
org.objectweb.asm.Label[] labels,
IFrame frame) |
Visits a TABLESWITCH instruction with optional probes for each target
label.
|
Copyright © 2018. All rights reserved.