Class VariableScope

java.lang.Object
org.codehaus.groovy.ast.VariableScope

public class VariableScope
extends Object
Records declared and referenced variabes for a given scope. Helps determine variable sharing across closure and method boundaries.