public class ClosureInvocationHandler extends AbstractClosureInvocationHandler
| Constructor and Description |
|---|
ClosureInvocationHandler(XClosure closure,
IEvaluationContext context,
IExpressionInterpreter interpreter,
CancelIndicator indicator) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doInvoke(Method method,
Object[] args) |
protected void |
initializeClosureParameters(IEvaluationContext context,
Object[] args) |
protected String |
proxyToString(Object proxy) |
invoke, isEquals, isHashCode, isToStringpublic ClosureInvocationHandler(XClosure closure, IEvaluationContext context, IExpressionInterpreter interpreter, CancelIndicator indicator)
protected Object doInvoke(Method method, Object[] args) throws Throwable
doInvoke in class AbstractClosureInvocationHandlerThrowableprotected void initializeClosureParameters(IEvaluationContext context, Object[] args)
protected String proxyToString(Object proxy)
proxyToString in class AbstractClosureInvocationHandlerproxy - the proxy instance. May be used by inheritors.Copyright © 2015. All Rights Reserved.