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   
org.codehaus.groovy.syntax.parser   
 

Uses of VariableExpression in org.codehaus.groovy.ast
 

Methods in org.codehaus.groovy.ast with parameters of type VariableExpression
 void CodeVisitorSupport.visitVariableExpression(VariableExpression expression)
           
 void GroovyCodeVisitor.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
           
 

Uses of VariableExpression in org.codehaus.groovy.classgen
 

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

Uses of VariableExpression in org.codehaus.groovy.syntax.parser
 

Methods in org.codehaus.groovy.syntax.parser that return VariableExpression
protected  VariableExpression ASTBuilder.variableExpression(CSTNode reduction)
          Converts a (typically IDENTIFIER) CSTNode to a VariableExpression, if valid.
protected  VariableExpression ASTBuilder.variableExpression(CSTNode reduction, String type)
           
 



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