Uses of Interface
org.eclipse.jdt.core.eval.IEvaluationContext

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

Uses of IEvaluationContext in org.eclipse.jdt.core
 

Methods in org.eclipse.jdt.core that return IEvaluationContext
 IEvaluationContext IJavaProject.newEvaluationContext()
          Creates a new evaluation context.
 

Uses of IEvaluationContext in org.eclipse.jdt.internal.core
 

Methods in org.eclipse.jdt.internal.core that return IEvaluationContext
 IEvaluationContext JavaProject.newEvaluationContext()
           
 

Uses of IEvaluationContext in org.eclipse.jdt.internal.core.eval
 

Classes in org.eclipse.jdt.internal.core.eval that implement IEvaluationContext
 class EvaluationContextWrapper
          A wrapper around the infrastructure evaluation context.