public interface OptimisticHost
Modifier and Type | Method and Description |
---|---|
void |
alter(Interpreter r,
int uexpPosition,
Expression replaceWith)
Instructs the host to replace the uExp referenced at the
given (Expression dependent) position, with the given
Expression.
|
void |
setHosts() |
void alter(Interpreter r, int uexpPosition, Expression replaceWith)
uexpPosition
- Expression dependent uExp indexreplaceWith
- Expression to revert tovoid setHosts()