Uses of Class
net.sf.jelly.apt.decorations.declaration.PropertyDeclaration

Packages that use PropertyDeclaration
net.sf.jelly.apt.decorations.declaration  
net.sf.jelly.apt.strategies  
 

Uses of PropertyDeclaration in net.sf.jelly.apt.decorations.declaration
 

Methods in net.sf.jelly.apt.decorations.declaration that return types with arguments of type PropertyDeclaration
 java.util.Collection<PropertyDeclaration> DecoratedTypeDeclaration.getProperties()
          The readable properties of this type declaration.
 

Uses of PropertyDeclaration in net.sf.jelly.apt.strategies
 

Methods in net.sf.jelly.apt.strategies that return types with arguments of type PropertyDeclaration
protected  java.util.Collection<PropertyDeclaration> PropertyDeclarationLoopStrategy.getMemberDeclarations(com.sun.mirror.declaration.TypeDeclaration declaration)
          The property declarations of the given type declaration.