public Class<? extends IExpressionInterpreter> bindIExpressionInterpreter() { return XbaseInterpreter.class; }
public ClosureInvocationHandler(XClosure closure, IEvaluationContext context, IExpressionInterpreter interpreter, CancelIndicator indicator) { this.closure = closure; this.context = context; this.interpreter = interpreter; this.indicator = indicator; }
public Class<? extends IExpressionInterpreter> bindIExpressionInterpreter() { return ScriptInterpreter.class; }