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
To implement custom static context all methods should follow convention:
Modifier and Type | Method and Description |
---|---|
void |
staticContextData(Shadow sa)
Receives static context data.
|
void staticContextData(Shadow sa)
Receives static context data. Call to this method precedes a static context method invocation.