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.java40 InterceptedMethodInvocation.class.getName(),
54 return new InterceptedMethodInvocation(proxy, methodProxy, arguments, 0).proceed(); in intercept()
57 private class InterceptedMethodInvocation implements MethodInvocation { class in InterceptorStackCallback
64 public InterceptedMethodInvocation( in InterceptedMethodInvocation() method in InterceptorStackCallback.InterceptedMethodInvocation
78 .invoke(new InterceptedMethodInvocation(proxy, methodProxy, arguments, index + 1)); in proceed()