Package | Description |
---|---|
org.eclipse.jdt.debug.eval |
Provides a set classes and interfaces that support evaluations in the Java debugger. |
Modifier and Type | Interface and Description |
---|---|
interface |
IAstEvaluationEngine
An evaluation engine that performs evaluations by
interpreting abstract syntax trees.
|
interface |
IClassFileEvaluationEngine
An evaluation engine that performs evaluations by
deploying and executing class files locally.
|
Modifier and Type | Method and Description |
---|---|
IEvaluationEngine |
IEvaluationResult.getEvaluationEngine()
Returns the evaluation engine used to evaluate the original
snippet.
|
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.