Searched refs:DebugProxy (Results 1 – 1 of 1) sorted by relevance
20 class DebugProxy implements java.lang.reflect.InvocationHandler { class26 Foo.class.getClassLoader(), interfaces, new DebugProxy(obj)); in newInstance()29 private DebugProxy(Object obj) { in DebugProxy() method in DebugProxy62 Foo foo = (Foo)DebugProxy.newInstance(null); in main()