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

Packages that use org.eclipse.jdt.internal.eval
org.eclipse.jdt.core.tests.eval   
org.eclipse.jdt.internal.core.eval   
org.eclipse.jdt.internal.eval   
 

Classes in org.eclipse.jdt.internal.eval used by org.eclipse.jdt.core.tests.eval
EvaluationConstants
           
EvaluationContext
           
EvaluationResult
          An EvaluationResult is the result of a code snippet evaluation, a global variable evaluation or it is used to report problems against imports and package declaration.
GlobalVariable
          A global variable is a variable defined for an evaluation context and that persists accross evaluations.
InstallException
          A InstallException is thrown when installing class files on a target has failed for any reason.
IRequestor
          A callback interface for receiving code snippet evaluation results.
 

Classes in org.eclipse.jdt.internal.eval used by org.eclipse.jdt.internal.core.eval
EvaluationContext
           
IRequestor
          A callback interface for receiving code snippet evaluation results.
 

Classes in org.eclipse.jdt.internal.eval used by org.eclipse.jdt.internal.eval
EvaluationConstants
           
EvaluationContext
           
Evaluator
          A evaluator builds a compilation unit and compiles it into class files.
GlobalVariable
          A global variable is a variable defined for an evaluation context and that persists accross evaluations.
InstallException
          A InstallException is thrown when installing class files on a target has failed for any reason.
IRequestor
          A callback interface for receiving code snippet evaluation results.