Uses of Class
org.eclipse.core.expressions.ExpressionInfo

Packages that use ExpressionInfo
org.eclipse.core.expressions Application programming interfaces for the expression language. 
 

Uses of ExpressionInfo in org.eclipse.core.expressions
 

Methods in org.eclipse.core.expressions that return ExpressionInfo
 ExpressionInfo Expression.computeExpressionInfo()
          Computes the expression information for the given expression tree.
 

Methods in org.eclipse.core.expressions with parameters of type ExpressionInfo
 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.