MCPcopy Index your code
hub / github.com/apache/tomcat / resolveFunction

Method resolveFunction

java/jakarta/el/FunctionMapper.java:47–47  ·  view source on GitHub ↗

Resolves a function reference to its corresponding static java.lang.reflect.Method. @param prefix the namespace prefix of the function @param localName the local name of the function @return the Method object for the resolved function, or null if not found

(String prefix, String localName)

Source from the content-addressed store, hash-verified

45 * @return the {@link Method} object for the resolved function, or {@code null} if not found
46 */
47 public abstract Method resolveFunction(String prefix, String localName);
48
49 /**
50 * Map a method to a function name.

Callers 2

getTypeMethod · 0.95
getValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected