Uses of Class
org.codehaus.groovy.ast.VariableScope

Packages that use VariableScope
org.codehaus.groovy.ast   
org.codehaus.groovy.ast.expr   
org.codehaus.groovy.classgen   
 

Uses of VariableScope in org.codehaus.groovy.ast
 

Methods in org.codehaus.groovy.ast that return VariableScope
 VariableScope VariableScope.createCompositeChildScope()
          Creates a composite variable scope combining all the variable references and declarations from all the child scopes not including this scope
 VariableScope VariableScope.createRecursiveChildScope()
          Creates a scope including this scope and all nested scopes combined together
 VariableScope VariableScope.createRecursiveParentScope()
          Creates a scope including this scope and all parent scopes combined together
 VariableScope ConstructorNode.getVariableScope()
           
 VariableScope MethodNode.getVariableScope()
           
 

Methods in org.codehaus.groovy.ast with parameters of type VariableScope
protected  void VariableScope.append(VariableScope scope)
          Appends all of the references and declarations from the given scope to this one
protected  void VariableScope.appendRecursive(VariableScope scope)
          Appends all of the references and declarations from the given scope and all its children to this one
 void ConstructorNode.setVariableScope(VariableScope variableScope)
           
 void MethodNode.setVariableScope(VariableScope variableScope)
           
 

Constructors in org.codehaus.groovy.ast with parameters of type VariableScope
VariableScope(VariableScope parent)
           
 

Uses of VariableScope in org.codehaus.groovy.ast.expr
 

Methods in org.codehaus.groovy.ast.expr that return VariableScope
 VariableScope ClosureExpression.getVariableScope()
           
 

Methods in org.codehaus.groovy.ast.expr with parameters of type VariableScope
 void ClosureExpression.setVariableScope(VariableScope variableScope)
           
 

Uses of VariableScope in org.codehaus.groovy.classgen
 

Methods in org.codehaus.groovy.classgen that return VariableScope
protected  VariableScope AsmClassGenerator.getVariableScope()
          Deprecated.  
protected  VariableScope AsmClassGenerator2.getVariableScope()
           
 

Methods in org.codehaus.groovy.classgen with parameters of type VariableScope
protected  void AsmClassGenerator.addFieldsToVisitor(VariableScope scope)
          Deprecated.  
protected  void AsmClassGenerator2.addFieldsToVisitor(VariableScope scope)
           
 

Constructors in org.codehaus.groovy.classgen with parameters of type VariableScope
VariableScopeCodeVisitor(VariableScope scope)
           
 



Copyright © 2003-2004 The Codehaus. All Rights Reserved.