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

Packages that use MethodDescriptor
net.sf.retrotranslator.runtime.impl   
net.sf.retrotranslator.transformer   
 

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

Fields in net.sf.retrotranslator.runtime.impl with type parameters of type MethodDescriptor
private  java.util.Map<java.lang.String,MethodDescriptor> ClassDescriptor.methodDescriptors
           
 

Methods in net.sf.retrotranslator.runtime.impl that return MethodDescriptor
 MethodDescriptor ClassDescriptor.getEnclosingMethodDescriptor()
           
static MethodDescriptor MethodDescriptor.getInstance(java.lang.reflect.Constructor constructor)
           
static MethodDescriptor MethodDescriptor.getInstance(java.lang.reflect.Method method)
           
 MethodDescriptor ClassDescriptor.getMethodDescriptor(java.lang.String key)
           
 

Methods in net.sf.retrotranslator.runtime.impl that return types with arguments of type MethodDescriptor
 java.util.Collection<MethodDescriptor> ClassDescriptor.getMethodDescriptors()
           
 

Methods in net.sf.retrotranslator.runtime.impl with parameters of type MethodDescriptor
protected  java.lang.Object AnnotatedElementDescriptor.resolveValue(java.lang.Object value, java.lang.Class type, MethodDescriptor descriptor)
           
 

Uses of MethodDescriptor in net.sf.retrotranslator.transformer
 

Methods in net.sf.retrotranslator.transformer with parameters of type MethodDescriptor
private static boolean ReplacementLocator.isArgument(MethodDescriptor descriptor)
           
private static boolean ReplacementLocator.isInitializer(MethodDescriptor descriptor, java.lang.String referenceTypeName)