Class DelegatingInvocationHandler
- java.lang.Object
-
- org.eclipse.xtext.xbase.interpreter.impl.AbstractClosureInvocationHandler
-
- org.eclipse.xtext.xbase.interpreter.impl.DelegatingInvocationHandler
-
- All Implemented Interfaces:
java.lang.reflect.InvocationHandler
public class DelegatingInvocationHandler extends AbstractClosureInvocationHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDelegatingInvocationHandler.DelegationFailedException
-
Constructor Summary
Constructors Constructor Description DelegatingInvocationHandler(java.lang.Object receiver, java.lang.Class<?> interfaceType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectdoInvoke(java.lang.reflect.Method method, java.lang.Object[] args)protected java.lang.reflect.MethodfindMethod(java.lang.Class<?> interfaceType)-
Methods inherited from class org.eclipse.xtext.xbase.interpreter.impl.AbstractClosureInvocationHandler
invoke, isEquals, isHashCode, isToString, proxyToString
-
-
-
-
Method Detail
-
findMethod
protected java.lang.reflect.Method findMethod(java.lang.Class<?> interfaceType)
-
doInvoke
protected java.lang.Object doInvoke(java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable- Specified by:
doInvokein classAbstractClosureInvocationHandler- Throws:
java.lang.Throwable
-
-