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 ref
is null
@throws ReferenceSyntaxException if the specified ref
has invalid syntax
@deprecated This has been replaced by calling {@link #getExpressionFactory} then {@link ExpressionFactory#createMethodExpression}.
|
|