Uses of Class
net.sf.retrotranslator.runtime.impl.LazyList

Packages that use LazyList
net.sf.retrotranslator.runtime.impl   
 

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

Fields in net.sf.retrotranslator.runtime.impl declared as LazyList
 LazyList<TypeDescriptor,java.lang.reflect.Type> TypeParameter.bounds
           
private  LazyList<TypeDescriptor,java.lang.reflect.Type> TypeVariableImpl.bounds
           
private  LazyList<AnnotationValue,Annotation_> AnnotatedElementDescriptor.declaredAnnotations
           
private  LazyList<TypeDescriptor,java.lang.reflect.Type> MethodDescriptor.genericExceptionTypes
           
private  LazyList<TypeDescriptor,java.lang.reflect.Type> ClassDescriptor.genericInterfaces
           
private  LazyList<TypeDescriptor,java.lang.reflect.Type> MethodDescriptor.genericParameterTypes
           
private  LazyList<java.util.List<AnnotationValue>,Annotation_[]> MethodDescriptor.parameterAnnotations
           
private  LazyList<TypeParameter,java.lang.reflect.TypeVariable> GenericDeclarationDescriptor.typeParameters
           
 

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

Methods in net.sf.retrotranslator.runtime.impl that return LazyList
private  LazyList<java.util.List<AnnotationValue>,Annotation_[]> MethodDescriptor.createParameterAnnotations()
           
protected  LazyList<TypeDescriptor,java.lang.reflect.Type> AnnotatedElementDescriptor.getLazyList()
           
 

Constructors in net.sf.retrotranslator.runtime.impl with parameters of type LazyList
TypeParameter(java.lang.String name, LazyList<TypeDescriptor,java.lang.reflect.Type> bounds)
           
TypeVariableImpl(java.lang.reflect.GenericDeclaration genericDeclaration, java.lang.String name, LazyList<TypeDescriptor,java.lang.reflect.Type> bounds)