edu.iu.cnets.klatsch.lang
Interface Callable

All Known Implementing Classes:
VClosure, VPrimitive, VProperty

public interface Callable

This interface is implemented by values that can be called (functions and primitives).


Method Summary
 Value apply(Value... args)
           
 

Method Detail

apply

Value apply(Value... args)
            throws EvaluationException
Throws:
EvaluationException