java.lang.Method
. Returns null
if no function could be found that matches the given prefix and local name.
"fn"
in ${fn:method()}
, or ""
in ${method()}
.
@param localName the short name of the function. For example,"method"
in ${fn:method()}
.
@return the static method to invoke, or null
if nomatch was found.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|