Class EvaluatorContext

java.lang.Object
org.eclipse.epsilon.eol.dap.EvaluatorContext
All Implemented Interfaces:
IEolContext

public class EvaluatorContext extends Object implements IEolContext
Wrapper over an existing context for evaluating expressions within a debugged program. It reuses most of the existing context, but it works over a copy of the original frame stack, and it uses the default (non-debugging) execution controller over the original ExecutorFactory.