如果可能,将
caller.method(object)
调用替换为
object.method(caller)
调用(即交换限定符和参数)。