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

Packages that use MissingParameterException
net.sf.jelly.apt.strategies  
 

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

Methods in net.sf.jelly.apt.strategies that throw MissingParameterException
abstract  java.util.Collection<D> AnnotationFilterableDeclarationLoopStrategy.getAllDeclarationsToConsiderForAnnotationFiltering()
          Get the list of all declarations to consider.
 java.util.Collection<M> MemberDeclarationLoopStrategy.getAllDeclarationsToConsiderForAnnotationFiltering()
           
 java.util.Collection<com.sun.mirror.declaration.PackageDeclaration> PackageDeclarationLoopStrategy.getAllDeclarationsToConsiderForAnnotationFiltering()
          Gets all the package declarations in the environment.
 java.util.Collection<com.sun.mirror.declaration.ParameterDeclaration> ParameterDeclarationLoopStrategy.getAllDeclarationsToConsiderForAnnotationFiltering()
           
 java.util.Collection<com.sun.mirror.declaration.TypeDeclaration> TypeDeclarationLoopStrategy.getAllDeclarationsToConsiderForAnnotationFiltering()
          The base collection of types over which to iterate.
protected  java.util.Collection<com.sun.mirror.declaration.TypeDeclaration> ImportedTypeDeclarationLoopStrategy.getAllTypeDeclarations()
           
protected  java.util.Collection<com.sun.mirror.declaration.TypeDeclaration> NestedTypeDeclarationLoopStrategy.getAllTypeDeclarations()
          Limits the loop to all type declarations of the current type declaration.
protected  java.util.Collection<com.sun.mirror.declaration.TypeDeclaration> TypeDeclarationLoopStrategy.getAllTypeDeclarations()
          Get all type declarations from the annotation processor environment.
 java.util.Collection<D> AnnotationFilterableDeclarationLoopStrategy.getDeclarations()
          The filtered list of declarations.
abstract  java.util.Collection<D> DeclarationLoopStrategy.getDeclarations()
          The declarations to loop through.
protected abstract  java.util.Collection<M> MemberDeclarationLoopStrategy.getMemberDeclarations(com.sun.mirror.declaration.TypeDeclaration declaration)
          Get the desired member declarations of a given declaration.
protected  java.util.Collection<M> MemberDeclarationLoopStrategy.getSuperclassesMemberDeclarations(com.sun.mirror.declaration.ClassDeclaration type)
          Get the member declarations for all superclasses of type.
protected  java.util.Collection<M> MemberDeclarationLoopStrategy.getSuperinterfacesMemberDeclarations(com.sun.mirror.declaration.TypeDeclaration type)
          Get the member declarations for all superinterfaces of type.
protected  java.util.Collection<com.sun.mirror.type.ReferenceType> ThrownTypeLoopStrategy.getThrownTypes()
          Get the thrown types.
 java.io.PrintWriter FileStrategy.getWriter()
          Return the writer to the specified file.
 java.io.PrintWriter JavaSourceStrategy.getWriter()
          Get the writer for the specified java source file.