ix.ip2
Interface ComputeInterpreter

All Known Implementing Classes:
LispComputeInterpreter, PlanCheckingSimulator.CheckingInterpreter

public interface ComputeInterpreter

An interpreter for "compute" conditions.


Method Summary
 java.lang.Object compute(java.lang.Object form)
           
 void define(Interpreter.JFunction f)
           
 boolean isTrue(java.lang.Object value)
           
 void loadSupportCode(java.lang.Object code)
           
 

Method Detail

compute

java.lang.Object compute(java.lang.Object form)

isTrue

boolean isTrue(java.lang.Object value)

define

void define(Interpreter.JFunction f)

loadSupportCode

void loadSupportCode(java.lang.Object code)