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
MethodProbesVisitor that analyzes which statements and branches of
a method has been executed based on given probe data. |
Modifier and Type | Method and Description |
---|---|
MethodProbesVisitor |
ClassAnalyzer.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
Modifier and Type | Method and Description |
---|---|
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. |
Constructor and Description |
---|
MethodProbesAdapter(MethodProbesVisitor probesVisitor,
IProbeIdGenerator idGenerator)
Create a new adapter instance.
|
Modifier and Type | Method and Description |
---|---|
MethodProbesVisitor |
ClassInstrumenter.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
Copyright © 2016. All rights reserved.