|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IEvaluationContext | |
org.eclipse.core.expressions | Application programming interfaces for the expression language. |
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 |
IEvaluationContext.getRoot()
Returns the root evaluation context. |
IEvaluationContext |
EvaluationContext.getParent()
Returns the parent context or null if
this is the root of the evaluation context hierarchy. |
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,
Object defaultVariable)
Create a new evaluation context with the given parent and default variable. |
|
EvaluationContext(IEvaluationContext parent,
Object defaultVariable,
IVariableResolver[] resolvers)
Create a new evaluation context with the given parent and default variable. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.