Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DInterceptorStackCallback.java41 InterceptedMethodInvocation.class.getName(),
55 return new InterceptedMethodInvocation(proxy, methodProxy, arguments, 0).proceed(); in intercept()
58 private class InterceptedMethodInvocation implements MethodInvocation { class in InterceptorStackCallback
65 public InterceptedMethodInvocation(Object proxy, MethodProxy methodProxy, in InterceptedMethodInvocation() method in InterceptorStackCallback.InterceptedMethodInvocation
78 new InterceptedMethodInvocation(proxy, methodProxy, arguments, index + 1)); in proceed()