A simple implementation of InteractionsModel, which uses a DynamicJavaAdapter directly (in the same JVM) to
interpret code. It can be used in a standalone interface, such as edu.rice.cs.drjava.ui.SimpleInteractionsWindow.
version: $Id: SimpleInteractionsModel.java 4255 2007-08-28 19:17:37Z mgricken $
getVariableToString(String var) Gets the string representation of the value of a variable in the current interpreter.
public void
setInterpreterPrivateAccessible(boolean accessible) Sets whether protected and private variables and methods can be accessed from within the interpreter.