public void set(Object variable, Object[] location, Object value) {
throw new InterpreterException("Cannot set() in DataMapEnvironment.");
}
public void bind(Object variable, Object value) {
throw new InterpreterException("Cannot bind() in DataMapEnvironment.");
}