Uses of Class
net.sf.jelly.apt.strategies.DeclarationLoopStrategy

Packages that use DeclarationLoopStrategy
net.sf.jelly.apt.strategies  
net.sf.jelly.apt.tags  
 

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

Subclasses of DeclarationLoopStrategy in net.sf.jelly.apt.strategies
 class AnnotationFilterableDeclarationLoopStrategy<D extends Declaration,B extends TemplateBlock>
          A declaration loop that is filterable by an annotation class.
 class ConstructorDeclarationLoopStrategy<B extends TemplateBlock>
          Evaluates its body for all constructors of the specified type declaration.
 class ExecutableDeclarationLoopStrategy<E extends ExecutableDeclaration,B extends TemplateBlock>
          Loop strategy through a collection of ExecutableDeclarations.
 class FieldDeclarationLoopStrategy<B extends TemplateBlock>
          Evaluates its body for all fields of the specified type declaration.
 class ImportedTypeDeclarationLoopStrategy<B extends TemplateBlock>
          Evaluates its body for all imported types of a specified type declaration.
 class MemberDeclarationLoopStrategy<M extends MemberDeclaration,B extends TemplateBlock>
          Loop tag through a collection of MemberDeclarations.
 class MethodDeclarationLoopStrategy<B extends TemplateBlock>
          Evaluates its body for all methods of a type declaration.
 class NestedTypeDeclarationLoopStrategy<B extends TemplateBlock>
          Evaluates its body for all nested types in a type declaration.
 class PackageDeclarationLoopStrategy<B extends TemplateBlock>
          Evaluates its body for all packages.
 class ParameterDeclarationLoopStrategy<B extends TemplateBlock>
          Evaluates its body for all parameters of the current (or given) method or constructor declaration.
 class PropertyDeclarationLoopStrategy<B extends TemplateBlock>
          Evaluates its body for all properties of a type declaration.
 class TypeDeclarationLoopStrategy<B extends TemplateBlock>
          Evaluates its body for each type declaration.
 

Uses of DeclarationLoopStrategy in net.sf.jelly.apt.tags
 

Classes in net.sf.jelly.apt.tags with type parameters of type DeclarationLoopStrategy
 class DeclarationLoopTag<S extends DeclarationLoopStrategy>
          A tag that is the loop over a set of declarations.