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

Packages that use PropertyExpression
groovy.sql Groovy helper classes for working with SQL data as Groovy objects  
org.codehaus.groovy.ast Groovy AST nodes for the syntax of the language 
org.codehaus.groovy.classgen Generates Java classes for Groovy classes using ASM. 
 

Uses of PropertyExpression in groovy.sql
 

Methods in groovy.sql with parameters of type PropertyExpression
 void SqlWhereVisitor.visitPropertyExpression(PropertyExpression expression)
           
 

Uses of PropertyExpression in org.codehaus.groovy.ast
 

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

Uses of PropertyExpression in org.codehaus.groovy.classgen
 

Methods in org.codehaus.groovy.classgen with parameters of type PropertyExpression
 void ClassGenerator.visitPropertyExpression(PropertyExpression expression)
           
protected  String ClassGenerator.checkForQualifiedClass(PropertyExpression expression)
          Checks if the given property expression represents a fully qualified class name
 



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