|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodProbesVisitor | |
|---|---|
| org.jacoco.core.internal.analysis | |
| org.jacoco.core.internal.flow | |
| org.jacoco.core.internal.instr | |
| Uses of MethodProbesVisitor in org.jacoco.core.internal.analysis |
|---|
| Subclasses of MethodProbesVisitor in org.jacoco.core.internal.analysis | |
|---|---|
class |
MethodAnalyzer
A MethodProbesVisitor that analyzes which statements and branches of
a method have been executed based on given probe data. |
| Methods in org.jacoco.core.internal.analysis that return MethodProbesVisitor | |
|---|---|
MethodProbesVisitor |
ClassAnalyzer.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions)
|
| Uses of MethodProbesVisitor in org.jacoco.core.internal.flow |
|---|
| Methods in org.jacoco.core.internal.flow that return MethodProbesVisitor | |
|---|---|
abstract MethodProbesVisitor |
ClassProbesVisitor.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions)
When visiting a method we need a MethodProbesVisitor to handle
the probes of that method. |
| Constructors in org.jacoco.core.internal.flow with parameters of type MethodProbesVisitor | |
|---|---|
MethodProbesAdapter(MethodProbesVisitor probesVisitor,
IProbeIdGenerator idGenerator)
Create a new adapter instance. |
|
| Uses of MethodProbesVisitor in org.jacoco.core.internal.instr |
|---|
| Methods in org.jacoco.core.internal.instr that return MethodProbesVisitor | |
|---|---|
MethodProbesVisitor |
ClassInstrumenter.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||