| Interface | Description |
|---|---|
| IFrame |
Representation of the current stackmap frame content.
|
| IProbeIdGenerator |
Internal interface to create probe ids unique within a class.
|
| Class | Description |
|---|---|
| ClassProbesAdapter |
A
ClassVisitor that calculates probes for every
method. |
| ClassProbesVisitor |
A
ClassVisitor with additional methods to get probe insertion
information for each method |
| Instruction |
Representation of a byte code instruction for analysis.
|
| LabelFlowAnalyzer |
Method visitor to collect flow related information about the
Labels
within a class. |
| LabelInfo |
Data container that is attached to
Label.info objects to store flow
and instrumentation specific information. |
| MethodProbesAdapter |
Adapter that creates additional visitor events for probes to be inserted into
a method.
|
| MethodProbesVisitor |
A
MethodVisitor with additional methods to get probe insertion
information. |
Copyright © 2024. All rights reserved.