|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AnnotationFilterableDeclarationLoopTag<S extends AnnotationFilterableDeclarationLoopStrategy> | A declaration loop tag that is filterable by an annotation class. |
| AnnotationValueTag | Outputs an annotation value. |
| APTTagLibrary | Tag registry for the APT tags. |
| DeclarationLoopTag<S extends DeclarationLoopStrategy> | A tag that is the loop over a set of declarations. |
| ExecutableDeclarationLoopTag<S extends ExecutableDeclarationLoopStrategy> | Loop tag through a collection of ExecutableDeclarations. |
| FileTag | Tag that pipes its output to a new file relative to the output directory specified for APT. |
| ForAllConstructorsTag | Evaluates its body for all constructors of the a type declaration. |
| ForAllFieldsTag | Evaluates its body for all fields. |
| ForAllImportedTypesTag | Evaluates its body for all imported types of a specified type declaration. |
| ForAllMethodsTag | Evaluates its body for all methods of a type declaration. |
| ForAllNestedTypesTag | Evaluates its body for all nested types in a type declaration. |
| ForAllPackagesTag | Evaluates its body for all packages. |
| ForAllParametersTag | Evaluates its body for all parameters of the current method or constructor declaration. |
| ForAllPropertiesTag | Evaluates its body for all properties of a type declaration. |
| ForAllThrownTypesTag | Iterates through each thrown type of an executable declaration. |
| ForAllTypesTag | Evaluates its body for each type declaration. |
| IfHasAnnotationTag | Evalute the body of the tag if the current declaration (in a loop) has a given annotation. |
| IfHasDeclarationTag | Evalute the body of the tag if the specified type has a declaration. |
| JavaSourceTag | Tag that pipes its output to a new java source file. |
| MemberDeclarationLoopTag<S extends MemberDeclarationLoopStrategy> | Loop tag through a collection of MemberDeclarations of a type declaration. |
| PrimitiveWrapperTag | Outputs the name of the primitive wrapper for the specified type. |
| UnwrapIfPrimitiveTag | Unwrap body if type is primitive. |
| WrapIfPrimitiveTag | Wrap body if type is primitive. |
The available set of jelly tags.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||