Interface | Description |
---|---|
StaticContext |
Every static context class has to implement this interface.
|
Class | Description |
---|---|
AbstractStaticContext |
Provides simple implementation of StaticContext that 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. |
LoopStaticContext |
NOTE: This class is work in progress
Provides static context information about instrumented instruction. |
MethodStaticContext |
Provides static context information about instrumented method.
|