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

Method resolveVariable

java/jakarta/el/VariableMapper.java:39–39  ·  view source on GitHub ↗

Resolves a variable name to its corresponding ValueExpression. @param variable the name of the variable to resolve @return the ValueExpression for the variable, or null if not found

(String variable)

Source from the content-addressed store, hash-verified

37 * @return the ValueExpression for the variable, or {@code null} if not found
38 */
39 public abstract ValueExpression resolveVariable(String variable);
40
41 /**
42 * Sets or removes a variable mapping.

Callers 7

getValueMethod · 0.95
getTypeMethod · 0.95
getValueMethod · 0.95
isReadOnlyMethod · 0.95
setValueMethod · 0.95
getValueReferenceMethod · 0.95
getMethodExpressionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected