|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMethodProbesVisitor | |
|---|---|
| org.jacoco.core.internal.analysis | |
| org.jacoco.core.internal.flow | |
| org.jacoco.core.internal.instr | |
| Uses of IMethodProbesVisitor in org.jacoco.core.internal.analysis |
|---|
| Classes in org.jacoco.core.internal.analysis that implement IMethodProbesVisitor | |
|---|---|
class |
MethodAnalyzer
A IMethodProbesVisitor that analyzes which statements and branches of
a method has been executed based on given probe data. |
| Methods in org.jacoco.core.internal.analysis that return IMethodProbesVisitor | |
|---|---|
IMethodProbesVisitor |
ClassAnalyzer.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions)
|
| Uses of IMethodProbesVisitor in org.jacoco.core.internal.flow |
|---|
| Methods in org.jacoco.core.internal.flow that return IMethodProbesVisitor | |
|---|---|
IMethodProbesVisitor |
IClassProbesVisitor.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions)
|
| Constructors in org.jacoco.core.internal.flow with parameters of type IMethodProbesVisitor | |
|---|---|
MethodProbesAdapter(IMethodProbesVisitor probesVisitor,
IProbeIdGenerator idGenerator)
Create a new adapter instance. |
|
| Uses of IMethodProbesVisitor in org.jacoco.core.internal.instr |
|---|
| Methods in org.jacoco.core.internal.instr that return IMethodProbesVisitor | |
|---|---|
IMethodProbesVisitor |
ClassInstrumenter.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||