public interface CallHandler
CallResolver
whenever new method calls have been resolved
in the code.Modifier and Type | Method and Description |
---|---|
void |
handleCall(Call call,
TracedStack stack,
TracedVariables localVariables)
Will be called for every newly discovered method call in the code.
|
void handleCall(Call call, TracedStack stack, TracedVariables localVariables)
call
- The Call
that was foundstack
- stack state before the calllocalVariables
- local variables array state before the call