Uses of Class
org.codehaus.groovy.ast.PropertyNode

Packages that use PropertyNode
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 PropertyNode in org.codehaus.groovy.ast
 

Methods in org.codehaus.groovy.ast that return PropertyNode
 PropertyNode ClassNode.addProperty(String name, int modifiers, String type, Expression initialValueExpression, Statement getterBlock, Statement setterBlock)
           
 

Methods in org.codehaus.groovy.ast with parameters of type PropertyNode
 void ClassNode.addProperty(PropertyNode node)
           
 void GroovyClassVisitor.visitProperty(PropertyNode node)
           
 

Uses of PropertyNode in org.codehaus.groovy.classgen
 

Methods in org.codehaus.groovy.classgen with parameters of type PropertyNode
 void ClassGenerator.visitProperty(PropertyNode statement)
          Creates a getter, setter and field
 void Verifier.visitProperty(PropertyNode node)
           
protected  Statement Verifier.createGetterBlock(PropertyNode propertyNode, FieldNode field)
           
protected  Statement Verifier.createSetterBlock(PropertyNode propertyNode, FieldNode field)
           
 



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