| |
|
| java.lang.Object org.codehaus.groovy.ast.VariableScope
VariableScope | public class VariableScope (Code) | | Represents a variable scope. This is primarily used to determine variable sharing
across method and closure boundaries.
author: James Strachan author: Jochen Theodorou version: $Revision: 3419 $ |
VariableScope | public VariableScope()(Code) | | |
getDeclaredVariables | public Map getDeclaredVariables()(Code) | | |
getReferencedClassVariables | public Map getReferencedClassVariables()(Code) | | |
getReferencedLocalVariables | public Map getReferencedLocalVariables()(Code) | | |
isClassScope | public boolean isClassScope()(Code) | | |
isInStaticContext | public boolean isInStaticContext()(Code) | | |
isReferencedClassVariable | public boolean isReferencedClassVariable(String name)(Code) | | |
isReferencedLocalVariable | public boolean isReferencedLocalVariable(String name)(Code) | | |
isResolvingDynamic | public boolean isResolvingDynamic()(Code) | | |
isRoot | public boolean isRoot()(Code) | | |
setDynamicResolving | public void setDynamicResolving(boolean resolvesDynamic)(Code) | | |
setInStaticContext | public void setInStaticContext(boolean inStaticContext)(Code) | | |
|
|
|