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

Method getExpressionString

java/jakarta/el/Expression.java:43–43  ·  view source on GitHub ↗

Returns the original string representation of this EL expression as it was parsed. @return the string representation of this expression

()

Source from the content-addressed store, hash-verified

41 * @return the string representation of this expression
42 */
43 public abstract String getExpressionString();
44
45 @Override
46 public abstract boolean equals(Object obj);

Callers 2

getValueReferenceMethod · 0.45
getMethodReferenceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected