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 ConstructorNode.getVariableScope()
           
protected  VariableScope ConstructorNode.createVariableScope()
           
 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 VariableScope.getParent()
           
 VariableScope MethodNode.getVariableScope()
           
protected  VariableScope MethodNode.createVariableScope()
           
 

Methods in org.codehaus.groovy.ast with parameters of type VariableScope
 void ConstructorNode.setVariableScope(VariableScope variableScope)
           
protected  void AnnotatedNode.addFieldsToVisitor(VariableScope scope)
           
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 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()
           
 

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



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