Uses of Package
org.eclipse.jdt.core.eval

Packages that use org.eclipse.jdt.core.eval
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. 
org.eclipse.jdt.internal.core   
org.eclipse.jdt.internal.core.eval   
 

Classes in org.eclipse.jdt.core.eval used by org.eclipse.jdt.core
IEvaluationContext
          An evaluation context supports evaluating code snippets.
 

Classes in org.eclipse.jdt.core.eval used by org.eclipse.jdt.core.eval
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.
 

Classes in org.eclipse.jdt.core.eval used by org.eclipse.jdt.internal.core
IEvaluationContext
          An evaluation context supports evaluating code snippets.
 

Classes in org.eclipse.jdt.core.eval used by org.eclipse.jdt.internal.core.eval
ICodeSnippetRequestor
          A code snippet requestor implements a callback interface for installing the class files for a code snippet on the target and running it.
IEvaluationContext
          An evaluation context supports evaluating code snippets.
IGlobalVariable
          A global variable declared in an evaluation context.