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

Method getName

src/main/java/org/codehaus/groovy/ast/Parameter.java:84–87  ·  view source on GitHub ↗

Returns the parameter name. @return the name of this parameter

()

Source from the content-addressed store, hash-verified

82 * @return the name of this parameter
83 */
84 @Override
85 public String getName() {
86 return name;
87 }
88
89 /**
90 * Returns the type of this parameter.

Callers 15

addThisReferenceMethod · 0.95
writeClosureMethod · 0.95
findMethodRefMethodMethod · 0.95
isReceiverMethod · 0.95
correctToGenericsSpecMethod · 0.95
rewriteForLoopMethod · 0.95
visitForLoopMethod · 0.95
buildParamsMethod · 0.95
processClassMethod · 0.95
applyTraitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected