rasmus.interpreter
Interface Executable

All Known Implementing Classes:
CompiledScript

public interface Executable


Method Summary
 ExecutableInstance execute(NameSpace namespace)
           
 

Method Detail

execute

ExecutableInstance execute(NameSpace namespace)