Uses of Interface
org.eclipse.jdt.debug.eval.IEvaluationEngine
Package
Description
Provides a set classes and interfaces that support evaluations in the Java debugger.
-
Uses of IEvaluationEngine in org.eclipse.jdt.debug.eval
Modifier and TypeInterfaceDescriptioninterface
An evaluation engine that performs evaluations by interpreting abstract syntax trees.interface
An evaluation engine that performs evaluations by deploying and executing class files locally.Modifier and TypeMethodDescriptionIEvaluationResult.getEvaluationEngine()
Returns the evaluation engine used to evaluate the original snippet.