|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableScope | |
---|---|
org.codehaus.groovy.ast | Groovy AST nodes for the syntax of the language |
org.codehaus.groovy.ast.expr | AST nodes for Groovy expressions |
org.codehaus.groovy.ast.stmt | AST nodes for Groovy statements |
org.codehaus.groovy.classgen | Generates Java classes for Groovy classes using ASM. |
Uses of VariableScope in org.codehaus.groovy.ast |
---|
Methods in org.codehaus.groovy.ast that return VariableScope | |
---|---|
VariableScope |
VariableScope.copy()
|
VariableScope |
VariableScope.getParent()
|
VariableScope |
MethodNode.getVariableScope()
|
Methods in org.codehaus.groovy.ast with parameters of type 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.ast.stmt |
---|
Methods in org.codehaus.groovy.ast.stmt that return VariableScope | |
---|---|
VariableScope |
BlockStatement.getVariableScope()
|
VariableScope |
ForStatement.getVariableScope()
|
Methods in org.codehaus.groovy.ast.stmt with parameters of type VariableScope | |
---|---|
void |
BlockStatement.setVariableScope(VariableScope scope)
|
void |
ForStatement.setVariableScope(VariableScope variableScope)
|
Constructors in org.codehaus.groovy.ast.stmt with parameters of type VariableScope | |
---|---|
BlockStatement(List statements,
VariableScope scope)
|
|
BlockStatement(Statement[] statements,
VariableScope scope)
|
Uses of VariableScope in org.codehaus.groovy.classgen |
---|
Methods in org.codehaus.groovy.classgen that return VariableScope | |
---|---|
VariableScope |
CompileStack.getScope()
|
Methods in org.codehaus.groovy.classgen with parameters of type VariableScope | |
---|---|
protected void |
CompileStack.init(VariableScope el,
Parameter[] parameters,
org.objectweb.asm.MethodVisitor mv,
ClassNode cn)
initializes this class for a MethodNode. |
protected void |
CompileStack.pushLoop(VariableScope el,
String labelName)
Should be called when decending into a loop that defines also a scope. |
protected void |
CompileStack.pushVariableScope(VariableScope el)
Causes the statestack to add an element and sets the given scope as new current variable scope. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |