|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jelly.apt.strategies.TemplateStrategyControl<B>
net.sf.jelly.apt.strategies.TemplateBlockStrategy<B>
net.sf.jelly.apt.strategies.TemplateLoopStrategy<D,B>
net.sf.jelly.apt.strategies.DeclarationLoopStrategy<D,B>
net.sf.jelly.apt.strategies.AnnotationFilterableDeclarationLoopStrategy<M,B>
net.sf.jelly.apt.strategies.MemberDeclarationLoopStrategy<E,B>
net.sf.jelly.apt.strategies.ExecutableDeclarationLoopStrategy<com.sun.mirror.declaration.ConstructorDeclaration,B>
net.sf.jelly.apt.strategies.ConstructorDeclarationLoopStrategy<B>
public class ConstructorDeclarationLoopStrategy<B extends TemplateBlock>
Evaluates its body for all constructors of the specified type declaration. If the specified type declaration is an
InterfaceDeclaration
, there will be no constructors.
Constructor Summary | |
---|---|
ConstructorDeclarationLoopStrategy()
|
Method Summary | |
---|---|
protected java.util.Collection<com.sun.mirror.declaration.ConstructorDeclaration> |
getMemberDeclarations(com.sun.mirror.declaration.TypeDeclaration declaration)
All the constructors of the given declaration declaration, or an empty list if the current declaration is an interface declaration. |
Methods inherited from class net.sf.jelly.apt.strategies.ExecutableDeclarationLoopStrategy |
---|
getCurrentDeclaration |
Methods inherited from class net.sf.jelly.apt.strategies.AnnotationFilterableDeclarationLoopStrategy |
---|
getAnnotation, getAnnotationVar, getDeclarations, getExcludes, hasAnnotation, setAnnotation, setAnnotationVar, setExcludes, setupModelForLoop |
Methods inherited from class net.sf.jelly.apt.strategies.DeclarationLoopStrategy |
---|
getIndexVar, getLoop, getVar, setIndexVar, setVar |
Methods inherited from class net.sf.jelly.apt.strategies.TemplateLoopStrategy |
---|
preProcess, processBody |
Methods inherited from class net.sf.jelly.apt.strategies.TemplateBlockStrategy |
---|
postProcess |
Methods inherited from class net.sf.jelly.apt.strategies.TemplateStrategyControl |
---|
invoke |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstructorDeclarationLoopStrategy()
Method Detail |
---|
protected java.util.Collection<com.sun.mirror.declaration.ConstructorDeclaration> getMemberDeclarations(com.sun.mirror.declaration.TypeDeclaration declaration)
getMemberDeclarations
in class MemberDeclarationLoopStrategy<com.sun.mirror.declaration.ConstructorDeclaration,B extends TemplateBlock>
declaration
- The declaration.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |