@ProviderType public interface OrExpression extends RequirementExpression
RequirementExpression
representing the or
of a number of
requirement expressions.Modifier and Type | Method and Description |
---|---|
List<RequirementExpression> |
getRequirementExpressions()
Return the requirement expressions that are combined by this
OrExpression . |
List<RequirementExpression> getRequirementExpressions()
OrExpression
.OrExpression
. The list contains the requirement
expressions in the order they were specified when this
requirement expression was created.Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0