MCPcopy
hub / github.com/apache/groovy / getName

Method getName

src/main/java/org/codehaus/groovy/ast/Variable.java:48–48  ·  view source on GitHub ↗

Returns the name of the variable. @return the variable name

()

Source from the content-addressed store, hash-verified

46 * @return the variable name
47 */
48 String getName();
49
50 /**
51 * Returns the type of the variable. If the type is not yet determined,

Callers 15

correctVariableScopeMethod · 0.95
checkFinalFieldAccessMethod · 0.95
evaluateEqualMethod · 0.95
adjustToClassVarMethod · 0.95
isInternalFieldAccessMethod · 0.95
performSecondPassMethod · 0.95
createPluginMethod · 0.65
makeRecordComponentsMethod · 0.65

Implementers 5

PropertyNodesrc/main/java/org/codehaus/groovy/ast/
Parametersrc/main/java/org/codehaus/groovy/ast/
DynamicVariablesrc/main/java/org/codehaus/groovy/ast/
FieldNodesrc/main/java/org/codehaus/groovy/ast/
VariableExpressionsrc/main/java/org/codehaus/groovy/ast/

Calls

no outgoing calls

Tested by 1

isRecursiveMethod · 0.52