|
Forge - Parent 1.1.2-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Annotation | |
---|---|
org.jboss.forge.parser.java | |
org.jboss.forge.parser.java.ast | |
org.jboss.forge.parser.java.impl |
Uses of Annotation in org.jboss.forge.parser.java |
---|
Methods in org.jboss.forge.parser.java that return Annotation | |
---|---|
Annotation<O> |
AnnotationTarget.addAnnotation()
Add a new annotation instance to this T . |
Annotation<O> |
AnnotationTarget.addAnnotation(Class<? extends Annotation> type)
Add a new annotation instance to this T , using the given Class as the annotation type. |
Annotation<O> |
AnnotationTarget.addAnnotation(String className)
Add a new annotation instance to this T , using the given String className as the annotation type. |
Annotation<O> |
AnnotationTarget.getAnnotation(Class<? extends Annotation> type)
|
Annotation<O> |
AnnotationTarget.getAnnotation(String type)
|
Annotation<O> |
Annotation.removeAllValues()
|
Annotation<O> |
Annotation.removeValue(String name)
|
Annotation<O> |
Annotation.setEnumValue(Enum<?>... value)
|
Annotation<O> |
Annotation.setEnumValue(String name,
Enum<?> value)
|
Annotation<O> |
Annotation.setLiteralValue(String value)
|
Annotation<O> |
Annotation.setLiteralValue(String name,
String value)
|
Annotation<O> |
Annotation.setName(String className)
|
Annotation<O> |
Annotation.setStringValue(String value)
|
Annotation<O> |
Annotation.setStringValue(String name,
String value)
|
Methods in org.jboss.forge.parser.java that return types with arguments of type Annotation | |
---|---|
List<Annotation<O>> |
AnnotationTarget.getAnnotations()
|
Methods in org.jboss.forge.parser.java with parameters of type Annotation | |
---|---|
T |
AnnotationTarget.removeAnnotation(Annotation<O> annotation)
|
Uses of Annotation in org.jboss.forge.parser.java.ast |
---|
Methods in org.jboss.forge.parser.java.ast that return Annotation | |
---|---|
Annotation<O> |
AnnotationAccessor.addAnnotation(AnnotationTarget<O,T> target,
org.eclipse.jdt.core.dom.BodyDeclaration body)
|
Annotation<O> |
AnnotationAccessor.addAnnotation(AnnotationTarget<O,T> target,
org.eclipse.jdt.core.dom.BodyDeclaration body,
Class<?> clazz)
|
Annotation<O> |
AnnotationAccessor.addAnnotation(AnnotationTarget<O,T> target,
org.eclipse.jdt.core.dom.BodyDeclaration body,
String className)
|
Annotation<O> |
AnnotationAccessor.getAnnotation(AnnotationTarget<O,T> target,
org.eclipse.jdt.core.dom.BodyDeclaration body,
Class<? extends Annotation> type)
|
Annotation<O> |
AnnotationAccessor.getAnnotation(AnnotationTarget<O,T> target,
org.eclipse.jdt.core.dom.BodyDeclaration body,
String type)
|
Methods in org.jboss.forge.parser.java.ast that return types with arguments of type Annotation | |
---|---|
List<Annotation<O>> |
AnnotationAccessor.getAnnotations(AnnotationTarget<O,T> target,
org.eclipse.jdt.core.dom.BodyDeclaration body)
|
Methods in org.jboss.forge.parser.java.ast with parameters of type Annotation | ||
---|---|---|
|
AnnotationAccessor.removeAnnotation(E target,
org.eclipse.jdt.core.dom.BodyDeclaration body,
Annotation<O> annotation)
|
Uses of Annotation in org.jboss.forge.parser.java.impl |
---|
Classes in org.jboss.forge.parser.java.impl that implement Annotation | |
---|---|
class |
AnnotationImpl<O extends JavaSource<O>,T>
|
Methods in org.jboss.forge.parser.java.impl that return types with arguments of type Annotation | |
---|---|
List<Annotation<O>> |
MethodImpl.getAnnotations()
|
List<Annotation<O>> |
AbstractJavaSource.getAnnotations()
|
List<Annotation<O>> |
FieldImpl.getAnnotations()
|
Methods in org.jboss.forge.parser.java.impl with parameters of type Annotation | |
---|---|
Method<O> |
MethodImpl.removeAnnotation(Annotation<O> annotation)
|
O |
AbstractJavaSource.removeAnnotation(Annotation<O> annotation)
|
Field<O> |
FieldImpl.removeAnnotation(Annotation<O> annotation)
|
|
Forge - Parent 1.1.2-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |