Uses of Package
org.eclipse.jdt.core.eval
-
Packages that use org.eclipse.jdt.core.eval Package Description org.eclipse.jdt.core The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program.org.eclipse.jdt.core.eval Provides support for the evaluation of code snippets in a scrapbook or inside the debugger. -
Classes in org.eclipse.jdt.core.eval used by org.eclipse.jdt.core Class Description IEvaluationContext An evaluation context supports evaluating code snippets. -
Classes in org.eclipse.jdt.core.eval used by org.eclipse.jdt.core.eval Class Description ICodeSnippetRequestor A code snippet requestor implements a callback interface for installing the class files for a code snippet on the target and running it.IGlobalVariable A global variable declared in an evaluation context.