Modifier and Type | Class and Description |
---|---|
(package private) class |
ImplJAnnotation |
Modifier and Type | Method and Description |
---|---|
JAnnotation |
ImplJAnnotationArray.add() |
JAnnotation |
JAnnotationArray.add()
Add an annotation of the array's type to the array.
|
JAnnotation |
JAnnotatable.annotate(java.lang.Class<? extends java.lang.annotation.Annotation> type)
Add an annotation.
|
JAnnotation |
BasicJAnnotatable.annotate(java.lang.Class<? extends java.lang.annotation.Annotation> type) |
JAnnotation |
SuccessorJVarDeclaration.annotate(java.lang.Class<? extends java.lang.annotation.Annotation> type) |
JAnnotation |
ImplJAnonymousClassDef.annotate(java.lang.Class<? extends java.lang.annotation.Annotation> type) |
JAnnotation |
JAnnotatable.annotate(JType type)
Add an annotation.
|
JAnnotation |
BasicJAnnotatable.annotate(JType type) |
JAnnotation |
SuccessorJVarDeclaration.annotate(JType type) |
JAnnotation |
ImplJAnonymousClassDef.annotate(JType type) |
JAnnotation |
JAnnotatable.annotate(java.lang.String type)
Add an annotation.
|
JAnnotation |
BasicJAnnotatable.annotate(java.lang.String type) |
JAnnotation |
SuccessorJVarDeclaration.annotate(java.lang.String type) |
JAnnotation |
ImplJAnonymousClassDef.annotate(java.lang.String type) |
JAnnotation |
ImplJAnnotation.annotationValue(java.lang.Class<? extends java.lang.annotation.Annotation> type) |
JAnnotation |
JAnnotation.annotationValue(java.lang.Class<? extends java.lang.annotation.Annotation> type)
Set the "value" property of this annotation to a nested annotation of the given type.
|
JAnnotation |
ImplJAnnotation.annotationValue(JType type) |
JAnnotation |
JAnnotation.annotationValue(JType type)
Set the "value" property of this annotation to a nested annotation of the given type.
|
JAnnotation |
ImplJAnnotation.annotationValue(java.lang.String type) |
JAnnotation |
JAnnotation.annotationValue(java.lang.String type)
Set the "value" property of this annotation to a nested annotation of the given type.
|
JAnnotation |
ImplJAnnotation.annotationValue(java.lang.String name,
java.lang.Class<? extends java.lang.annotation.Annotation> type) |
JAnnotation |
JAnnotation.annotationValue(java.lang.String name,
java.lang.Class<? extends java.lang.annotation.Annotation> type)
Set the named property of this annotation to a nested annotation of the given type.
|
JAnnotation |
ImplJAnnotation.annotationValue(java.lang.String name,
JType type) |
JAnnotation |
JAnnotation.annotationValue(java.lang.String name,
JType type)
Set the named property of this annotation to a nested annotation of the given type.
|
JAnnotation |
ImplJAnnotation.annotationValue(java.lang.String name,
java.lang.String type) |
JAnnotation |
JAnnotation.annotationValue(java.lang.String name,
java.lang.String type)
Set the named property of this annotation to a nested annotation of the given type.
|
JAnnotation |
ImplJAnnotation.value(JExpr expr) |
JAnnotation |
JAnnotation.value(JExpr expr)
Set the "value" property of this annotation.
|
JAnnotation |
ImplJAnnotation.value(java.lang.String literal) |
JAnnotation |
JAnnotation.value(java.lang.String literal)
Set the "value" property of this annotation to a string.
|
JAnnotation |
ImplJAnnotation.value(java.lang.String name,
JExpr expr) |
JAnnotation |
JAnnotation.value(java.lang.String name,
JExpr expr)
Set the named property of this annotation.
|
JAnnotation |
ImplJAnnotation.value(java.lang.String name,
java.lang.String literal) |
JAnnotation |
JAnnotation.value(java.lang.String name,
java.lang.String literal)
Set the named property of this annotation to a string.
|