Class SelectorList


  • public class SelectorList
    extends java.lang.Object
    Selector list data.
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectorList​(java.util.List<Value> selectors, java.lang.String text)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Value> getSelectors()
      Selectors in the list.
      java.lang.String getText()
      Rule selector text.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SelectorList

        public SelectorList​(java.util.List<Value> selectors,
                            java.lang.String text)
    • Method Detail

      • getSelectors

        public java.util.List<Value> getSelectors()
        Selectors in the list.
      • getText

        public java.lang.String getText()
        Rule selector text.