Interface CallHandler


public interface CallHandler
This handler is invoked by the CallResolver whenever new method calls have been resolved in the code.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleCall(Call call, TracedStack stack, TracedVariables localVariables)
    Will be called for every newly discovered method call in the code.
  • Method Details

    • handleCall

      void handleCall(Call call, TracedStack stack, TracedVariables localVariables)
      Will be called for every newly discovered method call in the code.
      Parameters:
      call - The Call that was found
      stack - stack state before the call
      localVariables - local variables array state before the call