public class ClosureInvocationHandler extends AbstractClosureInvocationHandler
| Constructor and Description |
|---|
ClosureInvocationHandler(XClosure closure,
IEvaluationContext context,
IExpressionInterpreter interpreter,
org.eclipse.xtext.util.CancelIndicator indicator) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
doInvoke(java.lang.reflect.Method method,
java.lang.Object[] args) |
protected void |
initializeClosureParameters(IEvaluationContext context,
java.lang.Object[] args) |
protected java.lang.String |
proxyToString(java.lang.Object proxy) |
invoke, isEquals, isHashCode, isToStringpublic ClosureInvocationHandler(XClosure closure, IEvaluationContext context, IExpressionInterpreter interpreter, org.eclipse.xtext.util.CancelIndicator indicator)
protected java.lang.Object doInvoke(java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
doInvoke in class AbstractClosureInvocationHandlerjava.lang.Throwableprotected void initializeClosureParameters(IEvaluationContext context, java.lang.Object[] args)
protected java.lang.String proxyToString(java.lang.Object proxy)
proxyToString in class AbstractClosureInvocationHandlerproxy - the proxy instance. May be used by inheritors.