Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
correctVariableScope
Method · 0.95
transformVariableExpression
Method · 0.95
checkFinalFieldAccess
Method · 0.95
getClosureSharedVariables
Method · 0.95
evaluateEqual
Method · 0.95
adjustToClassVar
Method · 0.95
isInternalFieldAccess
Method · 0.95
visitVariableExpression
Method · 0.95
performSecondPass
Method · 0.95
createPlugin
Method · 0.65
makeRecordComponents
Method · 0.65
getDefaultImportClasses
Method · 0.65
Implementers
5
PropertyNode
src/main/java/org/codehaus/groovy/ast/
Parameter
src/main/java/org/codehaus/groovy/ast/
DynamicVariable
src/main/java/org/codehaus/groovy/ast/
FieldNode
src/main/java/org/codehaus/groovy/ast/
VariableExpression
src/main/java/org/codehaus/groovy/ast/
Calls
no outgoing calls
Tested by
1
isRecursive
Method · 0.52