Uses of Interface
net.sf.retrotranslator.runtime.java.lang.annotation.Annotation_

Packages that use Annotation_
net.sf.retrotranslator.runtime.impl   
net.sf.retrotranslator.runtime.java.lang   
net.sf.retrotranslator.runtime.java.lang.annotation   
net.sf.retrotranslator.runtime.java.lang.reflect   
 

Uses of Annotation_ in net.sf.retrotranslator.runtime.impl
 

Fields in net.sf.retrotranslator.runtime.impl declared as Annotation_
private static Annotation_[] AnnotatedElementDescriptor.EMPTY
           
 

Fields in net.sf.retrotranslator.runtime.impl with type parameters of type Annotation_
private  LazyValue<LazyList<AnnotationValue,Annotation_>,Annotation_[]> AnnotatedElementDescriptor.annotations
           
private  LazyList<AnnotationValue,Annotation_> AnnotatedElementDescriptor.declaredAnnotations
           
 

Methods in net.sf.retrotranslator.runtime.impl that return Annotation_
private  Annotation_ AnnotatedElementDescriptor.createAnnotation(AnnotationValue annotationValue)
           
protected  Annotation_[] MethodDescriptor.createAnnotations(Annotation_[] declaredAnnotations)
           
protected abstract  Annotation_[] AnnotatedElementDescriptor.createAnnotations(Annotation_[] declaredAnnotations)
           
protected  Annotation_[] FieldDescriptor.createAnnotations(Annotation_[] declaredAnnotations)
           
protected  Annotation_[] ClassDescriptor.createAnnotations(Annotation_[] declaredAnnotations)
           
protected  Annotation_[] AnnotatedElementDescriptor.createAnnotations(java.util.List<AnnotationValue> values)
           
 Annotation_ AnnotatedElementDescriptor.getAnnotation(java.lang.Class annotationType)
           
 Annotation_[] AnnotatedElementDescriptor.getAnnotations()
           
 Annotation_[] AnnotatedElementDescriptor.getDeclaredAnnotations()
           
 Annotation_[][] MethodDescriptor.getParameterAnnotations()
           
 

Methods in net.sf.retrotranslator.runtime.impl with parameters of type Annotation_
protected  Annotation_[] MethodDescriptor.createAnnotations(Annotation_[] declaredAnnotations)
           
protected abstract  Annotation_[] AnnotatedElementDescriptor.createAnnotations(Annotation_[] declaredAnnotations)
           
protected  Annotation_[] FieldDescriptor.createAnnotations(Annotation_[] declaredAnnotations)
           
protected  Annotation_[] ClassDescriptor.createAnnotations(Annotation_[] declaredAnnotations)
           
 

Uses of Annotation_ in net.sf.retrotranslator.runtime.java.lang
 

Methods in net.sf.retrotranslator.runtime.java.lang that return Annotation_
static Annotation_ _Class.getAnnotation(java.lang.Class aClass, java.lang.Class annotationType)
           
static Annotation_ _Package.getAnnotation(java.lang.Package aPackage, java.lang.Class annotationType)
           
static Annotation_[] _Class.getAnnotations(java.lang.Class aClass)
           
static Annotation_[] _Package.getAnnotations(java.lang.Package aPackage)
           
static Annotation_[] _Class.getDeclaredAnnotations(java.lang.Class aClass)
           
static Annotation_[] _Package.getDeclaredAnnotations(java.lang.Package aPackage)
           
 

Uses of Annotation_ in net.sf.retrotranslator.runtime.java.lang.annotation
 

Fields in net.sf.retrotranslator.runtime.java.lang.annotation with type parameters of type Annotation_
private  java.lang.Class<? extends Annotation_> IncompleteAnnotationException_.annotationType
           
 

Methods in net.sf.retrotranslator.runtime.java.lang.annotation that return types with arguments of type Annotation_
 java.lang.Class<? extends Annotation_> IncompleteAnnotationException_.annotationType()
           
 java.lang.Class<? extends Annotation_> Annotation_.annotationType()
           
 

Constructor parameters in net.sf.retrotranslator.runtime.java.lang.annotation with type arguments of type Annotation_
IncompleteAnnotationException_(java.lang.Class<? extends Annotation_> annotationType, java.lang.String elementName)
           
 

Uses of Annotation_ in net.sf.retrotranslator.runtime.java.lang.reflect
 

Methods in net.sf.retrotranslator.runtime.java.lang.reflect with type parameters of type Annotation_
<T extends Annotation_>
T
AnnotatedElement_.getAnnotation(java.lang.Class<T> annotationType)
           
 

Methods in net.sf.retrotranslator.runtime.java.lang.reflect that return Annotation_
static Annotation_ _AccessibleObject.getAnnotation(java.lang.reflect.AccessibleObject accessibleObject, java.lang.Class annotationType)
           
static Annotation_ _Constructor.getAnnotation(java.lang.reflect.Constructor constructor, java.lang.Class annotationType)
           
static Annotation_ _Field.getAnnotation(java.lang.reflect.Field field, java.lang.Class annotationType)
           
static Annotation_ _Method.getAnnotation(java.lang.reflect.Method method, java.lang.Class annotationType)
           
static Annotation_ _AnnotatedElement.getAnnotation(java.lang.Object object, java.lang.Class<? extends Annotation_> annotationType)
           
 Annotation_[] AnnotatedElement_.getAnnotations()
           
static Annotation_[] _AccessibleObject.getAnnotations(java.lang.reflect.AccessibleObject accessibleObject)
           
static Annotation_[] _Constructor.getAnnotations(java.lang.reflect.Constructor constructor)
           
static Annotation_[] _Field.getAnnotations(java.lang.reflect.Field field)
           
static Annotation_[] _Method.getAnnotations(java.lang.reflect.Method method)
           
static Annotation_[] _AnnotatedElement.getAnnotations(java.lang.Object object)
           
 Annotation_[] AnnotatedElement_.getDeclaredAnnotations()
           
static Annotation_[] _AccessibleObject.getDeclaredAnnotations(java.lang.reflect.AccessibleObject accessibleObject)
           
static Annotation_[] _Constructor.getDeclaredAnnotations(java.lang.reflect.Constructor constructor)
           
static Annotation_[] _Field.getDeclaredAnnotations(java.lang.reflect.Field field)
           
static Annotation_[] _Method.getDeclaredAnnotations(java.lang.reflect.Method method)
           
static Annotation_[] _AnnotatedElement.getDeclaredAnnotations(java.lang.Object object)
           
static Annotation_[][] _Constructor.getParameterAnnotations(java.lang.reflect.Constructor constructor)
           
static Annotation_[][] _Method.getParameterAnnotations(java.lang.reflect.Method method)
           
 

Method parameters in net.sf.retrotranslator.runtime.java.lang.reflect with type arguments of type Annotation_
static Annotation_ _AnnotatedElement.getAnnotation(java.lang.Object object, java.lang.Class<? extends Annotation_> annotationType)
           
 boolean AnnotatedElement_.isAnnotationPresent(java.lang.Class<? extends Annotation_> annotationType)
           
static boolean _AnnotatedElement.isAnnotationPresent(java.lang.Object object, java.lang.Class<? extends Annotation_> annotationType)