[Groovy] Class UsedVariableTracker
- org.codehaus.groovy.transform.tailrec.UsedVariableTracker
- All Implemented Interfaces and Traits:
- VariableReplacedListener
@CompileStatic class UsedVariableTracker extends Object
Properties Summary
Type | Name and description |
---|---|
Set<String> |
usedVariableNames |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
variableReplaced(VariableExpression oldVar, VariableExpression newVar) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail
final Set<String> usedVariableNames
Method Detail
@Override void variableReplaced(VariableExpression oldVar, VariableExpression newVar)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/transform/tailrec/UsedVariableTracker.html