edu.vub.at.eval
Interface Evaluator.BindClosure

Enclosing interface:
Evaluator

private static interface Evaluator.BindClosure


Method Summary
 void bindParamToArg(ATObject inScope, ATSymbol param, ATObject arg)
           
 

Method Detail

bindParamToArg

public void bindParamToArg(ATObject inScope,
                           ATSymbol param,
                           ATObject arg)
                    throws InterpreterException
Throws:
InterpreterException