Package org.eclipse.core.expressions
Class OrExpression
java.lang.Object
org.eclipse.core.expressions.Expression
org.eclipse.core.expressions.CompositeExpression
org.eclipse.core.expressions.OrExpression
- Since:
- 3.7
-
Field Summary
Fields inherited from class org.eclipse.core.expressions.CompositeExpression
fExpressionsFields inherited from class org.eclipse.core.expressions.Expression
ATT_VALUE, FALSE, HASH_CODE_NOT_COMPUTED, HASH_FACTOR, TRUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanevaluate(IEvaluationContext context) Evaluates this expression.Methods inherited from class org.eclipse.core.expressions.CompositeExpression
add, collectExpressionInfo, computeHashCode, evaluateAnd, evaluateOr, getChildren, toStringMethods inherited from class org.eclipse.core.expressions.Expression
computeExpressionInfo, equals, equals, hashCode, hashCode, hashCode
-
Constructor Details
-
OrExpression
public OrExpression()
-
-
Method Details
-
evaluate
Description copied from class:ExpressionEvaluates this expression.- Specified by:
evaluatein classExpression- Parameters:
context- an evaluation context providing information like variable, name spaces, etc. necessary to evaluate this expression- Returns:
- the result of the expression evaluation
- Throws:
CoreException- if the evaluation failed. The concrete reason is defined by the subclass implementing this method
-
equals
-