Searched refs:addProxyMethod (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java416 addProxyMethod(hashCodeMethod, Object.class);
417 addProxyMethod(equalsMethod, Object.class);
418 addProxyMethod(toStringMethod, Object.class);
428 addProxyMethod(methods[j], interfaces[i]);
562 private void addProxyMethod(Method m, Class fromClass) { method in class:ProxyGenerator

Completed in 46 milliseconds