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

Uses of PropertyNode in org.codehaus.groovy.ast
 

Methods in org.codehaus.groovy.ast that return PropertyNode
 PropertyNode ClassNode.addProperty(String name, int modifiers, ClassNode 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)
           
 void ClassCodeVisitorSupport.visitProperty(PropertyNode node)
           
 

Uses of PropertyNode in org.codehaus.groovy.classgen
 

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

Uses of PropertyNode in org.codehaus.groovy.control
 

Methods in org.codehaus.groovy.control with parameters of type PropertyNode
 void ResolveVisitor.visitProperty(PropertyNode node)
           
 



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