Package org.eclipse.jdt.core.eval


package org.eclipse.jdt.core.eval
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.
  • Interfaces
    Class
    Description
    A code snippet requestor implements a callback interface for installing the class files for a code snippet on the target and running it.
    An evaluation context supports evaluating code snippets.
    A global variable declared in an evaluation context.