Class Interpreter<N>

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

public abstract class Interpreter<N> extends Object implements BiFunction<Context<N>,TPath.Expr,Value<N>>