Class SimpleInterpreter<N>

java.lang.Object
eu.bandm.tools.tpath.runtime.Interpreter<N>
eu.bandm.tools.tpath.runtime.SimpleInterpreter<N>
All Implemented Interfaces:
BiFunction<Context<N>,TPath.Expr,Value<N>>

public class SimpleInterpreter<N> extends Interpreter<N>