org.eclipse.jdt.core.eval |
Package-level Javadoc
Provides support for the evaluation of code snippets
in a scrapbook or inside the debugger.
Package Specification
This packages provides support for the evaluation of code snippets in a
scrapbook or inside the debugger.
|
Java Source File Name | Type | Comment |
ICodeSnippetRequestor.java | Interface | A code snippet requestor implements a callback interface for installing
the class files for a code snippet on the target and running it. |
IEvaluationContext.java | Interface | An evaluation context supports evaluating code snippets.
A code snippet is pretty much any valid piece of Java code that could be
pasted into the body of a method and compiled. |
IGlobalVariable.java | Interface | A global variable declared in an evaluation context.
This interface is not intended to be implemented by clients. |