-
public final class SelectorListSelector list data.
-
-
Constructor Summary
Constructors Constructor Description SelectorList(List<Value> selectors, String text)
-
Method Summary
Modifier and Type Method Description final List<Value>component1()final Stringcomponent2()final SelectorListcopy(List<Value> selectors, String text)final List<Value>getSelectors()Selectors in the list. final StringgetText()Rule selector text. -
-
Method Detail
-
component1
final List<Value> component1()
-
component2
final String component2()
-
copy
final SelectorList copy(List<Value> selectors, String text)
-
getSelectors
final List<Value> getSelectors()
Selectors in the list.
-
-
-
-