Uses of Class
org.eclipse.core.expressions.ExpressionInfo
Packages that use ExpressionInfo
Package
Description
Application programming interfaces for the expression language.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of ExpressionInfo in org.eclipse.core.expressions
Methods in org.eclipse.core.expressions that return ExpressionInfoModifier and TypeMethodDescriptionfinal ExpressionInfoExpression.computeExpressionInfo()Computes the expression information for the given expression tree.Methods in org.eclipse.core.expressions with parameters of type ExpressionInfoModifier and TypeMethodDescriptionvoidCompositeExpression.collectExpressionInfo(ExpressionInfo info) voidCountExpression.collectExpressionInfo(ExpressionInfo info) voidEqualsExpression.collectExpressionInfo(ExpressionInfo info) voidExpression.collectExpressionInfo(ExpressionInfo info) Collects information about this expression tree.voidReferenceExpression.collectExpressionInfo(ExpressionInfo info) voidTestExpression.collectExpressionInfo(ExpressionInfo info) voidWithExpression.collectExpressionInfo(ExpressionInfo info) voidExpressionInfo.merge(ExpressionInfo other) Merges this reevaluation information with the given info.voidExpressionInfo.mergeExceptDefaultVariable(ExpressionInfo other) Merges this reevaluation information with the given info ignoring the default variable access. -
Uses of ExpressionInfo in org.eclipse.e4.ui.workbench.renderers.swt
Methods in org.eclipse.e4.ui.workbench.renderers.swt with parameters of type ExpressionInfoModifier and TypeMethodDescriptionvoidContributionRecord.collectInfo(ExpressionInfo info) static voidMenuManagerRendererFilter.collectInfo(ExpressionInfo info, MMenu menuModel, MenuManagerRenderer renderer, IEclipseContext evalContext, boolean recurse) voidToolBarContributionRecord.collectInfo(ExpressionInfo info) -
Uses of ExpressionInfo in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type ExpressionInfoModifier and TypeMethodDescriptionvoidActiveShellExpression.collectExpressionInfo(ExpressionInfo info) Expression information for this expression.voidLegacyHandlerSubmissionExpression.collectExpressionInfo(ExpressionInfo info) Collect expression info for a legacy handler submission.