public interface StaticContext
The static context provides information derived from code's static analysis.
There is a list of already prepared static contexts.
BasicBLockStaticContext - experimental
BytecodeStaticContext
FieldAccessStaticContext
MethodStaticContext
LoopStaticContext - experimental
Every static context class has to implement this interface. All static context methods must adhere to the following convention:
StaticContext
implementation has to be thread-safe.Modifier and Type | Method and Description |
---|---|
void |
staticContextData(Shadow shadow)
Receives static context data.
|
void staticContextData(Shadow shadow)