class ReferenceCollector extends ClassCodeVisitorSupport
Class visitor that collects the names of all method call and variable references
| Type | Name and description |
|---|---|
java.util.Set |
references |
| Constructor and description |
|---|
ReferenceCollector
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
org.codehaus.groovy.control.SourceUnit |
getSourceUnit() |
|
void |
visitMethodCallExpression(MethodCallExpression call) |
|
void |
visitVariableExpression(VariableExpression expression) |
Groovy Documentation