MCPcopy Create free account
hub / github.com/apache/tomcat / getMethodName

Method getMethodName

java/org/apache/jasper/compiler/ELNode.java:262–264  ·  view source on GitHub ↗

Returns the Java method name mapped to this EL function. @return the method name

()

Source from the content-addressed store, hash-verified

260 * @return the method name
261 */
262 public String getMethodName() {
263 return methodName;
264 }
265
266 /**
267 * Sets the parameter type signatures for this function.

Callers 7

setUpMethod · 0.45
visitMethod · 0.45
doMapMethod · 0.45
handleJspExceptionMethod · 0.45
reportMethod · 0.45
logMethod · 0.45

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.36