Class SharedVariableCollector

java.lang.Object
org.codehaus.groovy.ast.CodeVisitorSupport
org.codehaus.groovy.ast.ClassCodeVisitorSupport
org.codehaus.groovy.transform.stc.SharedVariableCollector
All Implemented Interfaces:
GroovyClassVisitor, GroovyCodeVisitor, ErrorCollecting

public class SharedVariableCollector
extends ClassCodeVisitorSupport
A visitor which collects the list of variable expressions which are closure shared.