| Package | Description |
|---|---|
| org.jacoco.core.internal.analysis | |
| org.jacoco.core.internal.flow | |
| org.jacoco.core.internal.instr |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodAnalyzer
A
IMethodProbesVisitor that analyzes which statements and branches of
a method has been executed based on given probe data. |
| Modifier and Type | Method and Description |
|---|---|
IMethodProbesVisitor |
ClassAnalyzer.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
| Modifier and Type | Method and Description |
|---|---|
IMethodProbesVisitor |
IClassProbesVisitor.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
| Constructor and Description |
|---|
MethodProbesAdapter(IMethodProbesVisitor probesVisitor,
IProbeIdGenerator idGenerator)
Create a new adapter instance.
|
| Modifier and Type | Method and Description |
|---|---|
IMethodProbesVisitor |
ClassInstrumenter.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
Copyright © 2009-2012 Mountainminds GmbH & Co. KG. All Rights Reserved.