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 |
---|---|
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.
|
protected void |
ElementHandler.processChildren(ExpressionConverter converter,
Element element,
org.eclipse.core.internal.expressions.CompositeExpression expression)
Converts the children of the given DOM element and adds them to the
given composite expression.
|
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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.