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

Method getName

src/main/java/org/codehaus/groovy/ast/FieldNode.java:97–100  ·  view source on GitHub ↗

Returns the field name. @return the field's identifier

()

Source from the content-addressed store, hash-verified

95 * @return the field's identifier
96 */
97 @Override
98 public String getName() {
99 return name;
100 }
101
102 /**
103 * Returns the declared type of this field as a {@link ClassNode}.

Callers 11

addListenerToPropertyMethod · 0.95
getParamsMethod · 0.95
setConstFieldMethod · 0.95
findClassMemberMethod · 0.95
loadStaticFieldMethod · 0.95
loadInstanceFieldMethod · 0.95
storeStaticFieldMethod · 0.95
addPropertyMethod · 0.95
applyTraitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected