uk.ac.essex.ia
Interface Interpreter

All Known Implementing Classes:
OperatorInterpreterExecutor

public interface Interpreter


Date: Apr 5, 2002


Method Summary
 void execute(ApplicationFile file)
           
 IExecutionContext getExecutionContext()
           
 

Method Detail

execute

void execute(ApplicationFile file)
             throws java.lang.Exception
Throws:
java.lang.Exception

getExecutionContext

IExecutionContext getExecutionContext()