@ProviderType public interface AndExpression extends RequirementExpression
RequirementExpression
representing the and
of a number of
requirement expressions.Modifier and Type | Method and Description |
---|---|
List<RequirementExpression> |
getRequirementExpressions()
Return the requirement expressions that are combined by this
AndExpression . |
List<RequirementExpression> getRequirementExpressions()
AndExpression
.AndExpression
. 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