|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expression | |
---|---|
org.eclipse.core.expressions | Application programming interfaces for the expression language. |
org.eclipse.ui.handlers |
Uses of Expression in org.eclipse.core.expressions |
---|
Fields in org.eclipse.core.expressions declared as Expression | |
---|---|
static Expression |
Expression.FALSE
The expression corresponding to EvaluationResult.FALSE . |
static Expression |
Expression.TRUE
The expression corresponding to EvaluationResult.TRUE . |
Methods in org.eclipse.core.expressions that return Expression | |
---|---|
Expression |
ElementHandler.create(ExpressionConverter converter,
Element element)
Creates the corresponding expression for the given DOM element. |
abstract Expression |
ElementHandler.create(ExpressionConverter converter,
IConfigurationElement config)
Creates the corresponding expression for the given configuration element. |
Expression |
ExpressionConverter.perform(Element root)
Converts the tree of DOM elements represented by the given root element and returns a corresponding expression tree. |
Expression |
ExpressionConverter.perform(IConfigurationElement root)
Converts the tree of configuration elements represented by the given root element and returns a corresponding expression tree. |
Uses of Expression in org.eclipse.ui.handlers |
---|
Methods in org.eclipse.ui.handlers with parameters of type Expression | |
---|---|
IHandlerActivation |
IHandlerService.activateHandler(java.lang.String commandId,
IHandler handler,
Expression expression,
int sourcePriorities)
Activates the given handler within the context of this service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |