Home
last modified time | relevance | path

Searched refs:ProxyImpl (Results 1 – 1 of 1) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
DProxy.java62 private static class ProxyImpl extends Proxy { class in Proxy
63 protected ProxyImpl(InvocationHandler h) { in ProxyImpl() method in Proxy.ProxyImpl
69 if (!(proxy instanceof ProxyImpl)) { in getInvocationHandler()
77 e.setSuperclass(ProxyImpl.class); in getProxyClass()
89 return cl.getSuperclass().equals(ProxyImpl.class); in isProxyClass()