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