|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IFrame | |
|---|---|
| org.jacoco.core.internal.analysis | |
| org.jacoco.core.internal.flow | |
| Uses of IFrame in org.jacoco.core.internal.analysis |
|---|
| Methods in org.jacoco.core.internal.analysis with parameters of type IFrame | |
|---|---|
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)
|
| Uses of IFrame in org.jacoco.core.internal.flow |
|---|
| Methods in org.jacoco.core.internal.flow with parameters of type IFrame | |
|---|---|
abstract void |
MethodProbesVisitor.visitJumpInsnWithProbe(int opcode,
org.objectweb.asm.Label label,
int probeId,
IFrame frame)
Visits a jump instruction. |
abstract 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. |
abstract 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||