Uses of Class
org.codehaus.groovy.ast.expr.VariableExpression

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

Uses of VariableExpression in org.codehaus.groovy.ast
 

Methods in org.codehaus.groovy.ast with parameters of type VariableExpression
 void GroovyCodeVisitor.visitVariableExpression(VariableExpression expression)
           
 void CodeVisitorSupport.visitVariableExpression(VariableExpression expression)
           
 

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

Fields in org.codehaus.groovy.ast.expr declared as VariableExpression
static VariableExpression VariableExpression.THIS_EXPRESSION
           
static VariableExpression VariableExpression.SUPER_EXPRESSION
           
 

Methods in org.codehaus.groovy.ast.expr that return VariableExpression
 VariableExpression DeclarationExpression.getVariableExpression()
           
 

Constructors in org.codehaus.groovy.ast.expr with parameters of type VariableExpression
DeclarationExpression(VariableExpression left, Token operation, Expression right)
           
 

Uses of VariableExpression in org.codehaus.groovy.classgen
 

Methods in org.codehaus.groovy.classgen with parameters of type VariableExpression
 void JSRVariableScopeCodeVisitor.visitVariableExpression(VariableExpression expression)
           
 void AsmClassGenerator.visitVariableExpression(VariableExpression expression)
          Visits a bare (unqualified) variable expression.
 void AsmClassGenerator.resolve(VariableExpression expression)
          to find out the real type of a Variable Object
 void VerifierCodeVisitor.visitVariableExpression(VariableExpression expression)
           
 void VariableScopeCodeVisitor.visitVariableExpression(VariableExpression expression)
           
protected  void VariableScopeCodeVisitor.declareVariable(VariableExpression varExp)
           
 



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