[Groovy] Class UsedVariableTracker

  • org.codehaus.groovy.transform.tailrec.UsedVariableTracker
All Implemented Interfaces and Traits:
VariableReplacedListener
@CompileStatic
class UsedVariableTracker
extends Object

Properties Summary

Properties
Type Name and description
Set<String> usedVariableNames

Methods Summary

Methods
Type Params Return Type Name and description
void variableReplaced(VariableExpression oldVar, VariableExpression newVar)

Inherited Methods Summary

Inherited Methods
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