Extension of EvaluationVisitorExtension that notifies InterpreterJVM every time a variable assignment is made.
(But this functionality has been commented out.)
This class is loaded in the Interpreter JVM, not the Main JVM.
(Do not use DrJava's config framework here.)
version: $Id: DebugEvaluationVisitor.java 4255 2007-08-28 19:17:37Z mgricken $
Field Summary
protected Context
_context The context associated with this visitor.