Package | Description |
---|---|
org.eclipse.core.expressions |
Application programming interfaces for the expression language.
|
Modifier and Type | Method and Description |
---|---|
static ExpressionConverter |
ExpressionConverter.getDefault()
Returns the default expression converter.
|
Modifier and Type | Method and Description |
---|---|
abstract Expression |
ElementHandler.create(ExpressionConverter converter,
IConfigurationElement config)
Creates the corresponding expression for the given configuration element.
|
protected void |
ElementHandler.processChildren(ExpressionConverter converter,
IConfigurationElement element,
org.eclipse.core.internal.expressions.CompositeExpression expression)
Converts the children of the given configuration element and adds them
to the given composite expression.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.