MCPcopy Create free account
hub / github.com/apache/groovy / getName

Method getName

src/main/java/org/codehaus/groovy/ast/MethodNode.java:160–162  ·  view source on GitHub ↗

Returns the method name. Special names: "<init>" for constructors, "<clinit>" for static initializers. @return the method's identifier

()

Source from the content-addressed store, hash-verified

158 * @return the method's identifier
159 */
160 public String getName() {
161 return name;
162 }
163
164 /**
165 * Returns the parameter list for this method.

Callers 15

visitClassMethod · 0.95
printMethodsMethod · 0.95
addCovariantMethodsMethod · 0.95
visitClassMethod · 0.95
getTextMethod · 0.95
getGetterMethodMethod · 0.95
collectMethodsMethod · 0.95
changeBaseScriptTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected