Return true only if the Statement represents a method call for the specified method object (receiver),
method name, and with the specified number of arguments.
Return true only if the MethodCallExpression represents a method call for the specified method object (receiver),
method name, and with the specified number of arguments.
Return true only if the expression is a MethodCallExpression representing a method call for the specified
method object (receiver), method name, and with the specified number of arguments.
Return true only if the MethodCallExpression represents a method call for any one of the specified method
objects (receivers) and any one of the method names.