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

Packages that use VariableExpression
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.classgen Generates Java classes for Groovy classes using ASM. 
org.codehaus.groovy.syntax.parser The main parser of Groovy code into the Groovy AST model (Abstract Syntax Tree)  
 

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
           
 

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)
          Visits a bare (unqualified) variable expression.
 void AsmClassGenerator.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, java.lang.String type)
           
 



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