Class Selectors.SelectorList

java.lang.Object
org.eclipse.e4.ui.css.core.impl.engine.selector.Selectors.SelectorList
All Implemented Interfaces:
Selectors.Selector
Enclosing class:
Selectors

public static final class Selectors.SelectorList extends Object implements Selectors.Selector
a, b — selector list. Specificity reports the maximum over the alternatives so cascade ordering can match a list against an element by iterating its alternatives.

A regular final class rather than a record because the cascade reads specificity() once per matched alternative and we want it precomputed; record components cannot host derived state.