|
||||||||||
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<E,B>
public abstract class ExecutableDeclarationLoopStrategy<E extends com.sun.mirror.declaration.ExecutableDeclaration,B extends TemplateBlock>
Loop strategy through a collection of ExecutableDeclaration
s.
Constructor Summary | |
---|---|
ExecutableDeclarationLoopStrategy()
|
Method Summary | |
---|---|
E |
getCurrentDeclaration()
Get the current declaration as an executable 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 |
---|
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 ExecutableDeclarationLoopStrategy()
Method Detail |
---|
public E getCurrentDeclaration()
getCurrentDeclaration
in class DeclarationLoopStrategy<E extends com.sun.mirror.declaration.ExecutableDeclaration,B extends TemplateBlock>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |