Uses of Interface
org.codehaus.groovy.ast.Variable

Packages that use Variable
org.codehaus.groovy.ast Groovy AST nodes for the syntax of the language 
org.codehaus.groovy.ast.expr AST nodes for Groovy expressions 
 

Uses of Variable in org.codehaus.groovy.ast
 

Classes in org.codehaus.groovy.ast that implement Variable
 class FieldNode
          Represents a field (member variable)
 class Parameter
          Represents a parameter on a constructor or method call.
 class PropertyNode
          Represents a property (member variable, a getter and setter)
 

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

Classes in org.codehaus.groovy.ast.expr that implement Variable
 class VariableExpression
          Represents a local variable name, the simplest form of expression.
 



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