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

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

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

Fields in net.sf.retrotranslator.runtime.impl declared as LazyValue
private  LazyValue<LazyList<AnnotationValue,Annotation_>,Annotation_[]> AnnotatedElementDescriptor.annotations
           
private  LazyValue<TypeDescriptor,java.lang.reflect.Type> WildcardTypeImpl.bound
           
private  LazyValue<java.lang.Class,java.lang.reflect.Constructor> MethodDescriptor.constructor
           
private  LazyValue<java.lang.Object,java.lang.Object> MethodDescriptor.defaultValue
           
private  LazyValue<TypeDescriptor,java.lang.reflect.Type> MethodDescriptor.genericReturnType
           
private  LazyValue<TypeDescriptor,java.lang.reflect.Type> ClassDescriptor.genericSuperclass
           
private  LazyValue<java.lang.Class,java.lang.reflect.Method> MethodDescriptor.method
           
private  LazyValue<java.lang.String,java.lang.Class> MethodDescriptor.returnType
           
 

Methods in net.sf.retrotranslator.runtime.impl that return LazyValue
private  LazyValue<java.lang.Class,java.lang.reflect.Constructor> MethodDescriptor.createConstructor()
           
private  LazyValue<java.lang.Class,java.lang.reflect.Method> MethodDescriptor.createMethod()
           
private  LazyValue<java.lang.String,java.lang.Class> MethodDescriptor.createReturnType()
           
protected  LazyValue<TypeDescriptor,java.lang.reflect.Type> AnnotatedElementDescriptor.getLazyType(TypeDescriptor descriptor)
           
 

Constructors in net.sf.retrotranslator.runtime.impl with parameters of type LazyValue
WildcardTypeImpl(boolean isUpperBounds, LazyValue<TypeDescriptor,java.lang.reflect.Type> bound)