Package com.google.inject.internal
Class InterceptorStackCallback.InterceptedMethodInvocation
java.lang.Object
com.google.inject.internal.InterceptorStackCallback.InterceptedMethodInvocation
- All Implemented Interfaces:
org.aopalliance.intercept.Invocation
,org.aopalliance.intercept.Joinpoint
,org.aopalliance.intercept.MethodInvocation
- Enclosing class:
InterceptorStackCallback
private class InterceptorStackCallback.InterceptedMethodInvocation
extends Object
implements org.aopalliance.intercept.MethodInvocation
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInterceptedMethodInvocation
(Object proxy, Object[] arguments, int interceptorIndex) -
Method Summary
-
Field Details
-
proxy
-
arguments
-
interceptorIndex
final int interceptorIndex
-
-
Constructor Details
-
InterceptedMethodInvocation
-
-
Method Details
-
proceed
- Specified by:
proceed
in interfaceorg.aopalliance.intercept.Joinpoint
- Throws:
Throwable
-
getMethod
- Specified by:
getMethod
in interfaceorg.aopalliance.intercept.MethodInvocation
-
getArguments
- Specified by:
getArguments
in interfaceorg.aopalliance.intercept.Invocation
-
getThis
- Specified by:
getThis
in interfaceorg.aopalliance.intercept.Joinpoint
-
getStaticPart
- Specified by:
getStaticPart
in interfaceorg.aopalliance.intercept.Joinpoint
-