Package | Description |
---|---|
org.eclipse.core.expressions |
Application programming interfaces for the expression language.
|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
Modifier and Type | Method and Description |
---|---|
ExpressionInfo |
Expression.computeExpressionInfo()
Computes the expression information for the given expression tree.
|
Modifier and Type | Method and Description |
---|---|
void |
Expression.collectExpressionInfo(ExpressionInfo info)
Collects information about this expression tree.
|
void |
ExpressionInfo.merge(ExpressionInfo other)
Merges this reevaluation information with the given info.
|
void |
ExpressionInfo.mergeExceptDefaultVariable(ExpressionInfo other)
Merges this reevaluation information with the given info
ignoring the default variable access.
|
Modifier and Type | Method and Description |
---|---|
void |
ActiveShellExpression.collectExpressionInfo(ExpressionInfo info)
Expression information for this expression.
|
void |
LegacyHandlerSubmissionExpression.collectExpressionInfo(ExpressionInfo info)
Collect expression info for a legacy handler submission.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.