public abstract class Interpreter<N> extends Object implements BiFunction<Context<N>,TPath.Expr,Value<N>>
Modifier and Type | Field and Description |
---|---|
protected MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> |
msg |
protected boolean |
traceFlagFunctionApplication |
Constructor and Description |
---|
Interpreter() |
Modifier and Type | Method and Description |
---|---|
void |
setMessageReceiver(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg) |
boolean |
setTraceFlagFunctionApplication(boolean tf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, apply
protected MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg
protected boolean traceFlagFunctionApplication
public void setMessageReceiver(MessageReceiver<? super SimpleMessage<XMLDocumentIdentifier>> msg)
public boolean setTraceFlagFunctionApplication(boolean tf)
see also the complete user documentation .