|
||||||||||
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<com.sun.mirror.declaration.FieldDeclaration,B>
net.sf.jelly.apt.strategies.FieldDeclarationLoopStrategy<B>
public class FieldDeclarationLoopStrategy<B extends TemplateBlock>
Evaluates its body for all fields of the specified type declaration.
Constructor Summary | |
---|---|
FieldDeclarationLoopStrategy()
|
Method Summary | |
---|---|
protected java.util.Collection<com.sun.mirror.declaration.FieldDeclaration> |
getMemberDeclarations(com.sun.mirror.declaration.TypeDeclaration declaration)
Get the desired member declarations of a given declaration. |
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 |
---|
getCurrentDeclaration, 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 FieldDeclarationLoopStrategy()
Method Detail |
---|
protected java.util.Collection<com.sun.mirror.declaration.FieldDeclaration> getMemberDeclarations(com.sun.mirror.declaration.TypeDeclaration declaration)
MemberDeclarationLoopStrategy
getMemberDeclarations
in class MemberDeclarationLoopStrategy<com.sun.mirror.declaration.FieldDeclaration,B extends TemplateBlock>
declaration
- The declaration.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |