Uses of Interface
org.eclipse.core.expressions.IEvaluationContext

Packages that use IEvaluationContext
org.eclipse.core.expressions Application programming interfaces for the expression language. 
org.eclipse.ui.handlers   
 

Uses of IEvaluationContext in org.eclipse.core.expressions
 

Classes in org.eclipse.core.expressions that implement IEvaluationContext
 class EvaluationContext
          A default implementation of an evaluation context.
 

Methods in org.eclipse.core.expressions that return IEvaluationContext
 IEvaluationContext IEvaluationContext.getParent()
          Returns the parent context or null if this is the root of the evaluation context hierarchy.
 IEvaluationContext EvaluationContext.getParent()
          Returns the parent context or null if this is the root of the evaluation context hierarchy.
 IEvaluationContext IEvaluationContext.getRoot()
          Returns the root evaluation context.
 IEvaluationContext EvaluationContext.getRoot()
          Returns the root evaluation context.
 

Methods in org.eclipse.core.expressions with parameters of type IEvaluationContext
abstract  EvaluationResult Expression.evaluate(IEvaluationContext context)
          Evaluates this expression.
 

Constructors in org.eclipse.core.expressions with parameters of type IEvaluationContext
EvaluationContext(IEvaluationContext parent, java.lang.Object defaultVariable)
          Create a new evaluation context with the given parent and default variable.
EvaluationContext(IEvaluationContext parent, java.lang.Object defaultVariable, IVariableResolver[] resolvers)
          Create a new evaluation context with the given parent and default variable.
 

Uses of IEvaluationContext in org.eclipse.ui.handlers
 

Methods in org.eclipse.ui.handlers with parameters of type IEvaluationContext
 boolean IHandlerActivation.isActive(IEvaluationContext context)
          Returns whether this handler activation is currently active -- given the current state of the workbench.