Interface | Description |
---|---|
StaticContext |
The static context provides information derived from code's static analysis.
|
Class | Description |
---|---|
AbstractStaticContext |
Provides a trivial
StaticContext interface implementation, which just
holds the static context data in a protected field. |
BasicBlockStaticContext |
NOTE: This class is work in progress
Provides static context information about instrumented basic block. |
BytecodeStaticContext |
NOTE: This class is work in progress
Provides static context information about instrumented bytecode. |
FieldAccessStaticContext |
Represents a field access static context.
|
LoopStaticContext |
NOTE: This class is work in progress
Provides static context information about instrumented instruction. |
MethodStaticContext |
Provides static context information about the instrumented method.
|