|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |