Uses of Class
org.eclipse.core.expressions.ExpressionInfo
-
Packages that use ExpressionInfo 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. -
-
Uses of ExpressionInfo in org.eclipse.core.expressions
Methods in org.eclipse.core.expressions that return ExpressionInfo Modifier and Type Method Description ExpressionInfoExpression. computeExpressionInfo()Computes the expression information for the given expression tree.Methods in org.eclipse.core.expressions with parameters of type ExpressionInfo Modifier and Type Method Description voidCompositeExpression. 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.ui
Methods in org.eclipse.ui with parameters of type ExpressionInfo Modifier and Type Method Description voidActiveShellExpression. collectExpressionInfo(ExpressionInfo info)Expression information for this expression.voidLegacyHandlerSubmissionExpression. collectExpressionInfo(ExpressionInfo info)Collect expression info for a legacy handler submission.
-