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.control Compiler control classes. 
org.codehaus.groovy.transform   
 

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.SUPER_EXPRESSION
           
static VariableExpression VariableExpression.THIS_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
private  void VariableScopeVisitor.declare(VariableExpression vex)
           
 void AsmClassGenerator.visitVariableExpression(VariableExpression expression)
          Visits a bare (unqualified) variable expression.
 void VariableScopeVisitor.visitVariableExpression(VariableExpression expression)
           
 void VerifierCodeVisitor.visitVariableExpression(VariableExpression expression)
           
 

Uses of VariableExpression in org.codehaus.groovy.control
 

Methods in org.codehaus.groovy.control with parameters of type VariableExpression
private  void StaticImportVisitor.addStaticVariableError(VariableExpression ve)
           
protected  Expression ResolveVisitor.transformVariableExpression(VariableExpression ve)
           
protected  Expression StaticImportVisitor.transformVariableExpression(VariableExpression ve)
           
 

Uses of VariableExpression in org.codehaus.groovy.transform
 

Fields in org.codehaus.groovy.transform declared as VariableExpression
private static VariableExpression CategoryASTTransformation.THIS_EXPRESSION
           
 



Copyright © ${year} The Codehaus. All Rights Reserved.