Searched defs:methodsToProxy (Results 1 – 1 of 1) sorted by relevance
248 Method[] methodsToProxy = getMethodsToProxyRecursive(); in buildProxyClass() local303 private static void setMethodsStaticField(Class<?> proxyClass, Method[] methodsToProxy) { in setMethodsStaticField()351 TypeId<G> generatedType, Method[] methodsToProxy, TypeId<T> superclassType) { in generateCodeForAllMethods()597 Set<MethodSetEntry> methodsToProxy = new HashSet<MethodSetEntry>(); in getMethodsToProxyRecursive() local