Call {@link #getExpressionFactory} then call {@link ExpressionFactory#createMethodExpression}, passing the given arguments, and wrap the result in a MethodBinding implementation, returning it.
null for a method that takes no parameters
@throws NullPointerException if refis null
@throws ReferenceSyntaxException if the specified refhas invalid syntax
@deprecated This has been replaced by calling {@link #getExpressionFactory} then {@link ExpressionFactory#createMethodExpression}.
| |