Uses of Package
org.eclipse.core.expressions

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

Classes in org.eclipse.core.expressions used by org.eclipse.core.expressions
ElementHandler
          An element handler converts an IConfigurationElement into a corresponding expression object.
EvaluationResult
          An evaluation result represents the result of an expression evaluation.
Expression
          Abstract base class for all expressions provided by the common expression language.
ExpressionConverter
          An expression converter converts an XML expression represented by an IConfigurationElement or Element (DOM) subtree into a corresponding expression tree.
ExpressionInfo
          A status object describing information about an expression tree.
IEvaluationContext
          An evaluation context is used to manage a set of objects needed during XML expression evaluation.
IPropertyTester
          A property tester can be used to add additional properties to test to an existing type.
IVariableResolver
          A variable resolver can be used to add additional variable resolving strategies to an EvaluationContext.
 

Classes in org.eclipse.core.expressions used by org.eclipse.ui.handlers
Expression
          Abstract base class for all expressions provided by the common expression language.
IEvaluationContext
          An evaluation context is used to manage a set of objects needed during XML expression evaluation.