Interface ExecutorInstanceHandler

All Known Implementing Classes:
ExecutorMethodInstanceHandler

public interface ExecutorInstanceHandler
This interface provides a method for deciding whether a certain method call returns the calling instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    returnsOwnInstance(String internalClassName, String methodName)
    Return whether the method always returns its calling instance.
  • Method Details

    • returnsOwnInstance

      boolean returnsOwnInstance(String internalClassName, String methodName)
      Return whether the method always returns its calling instance. If unknown, return false.