Class PseudoClassSpecifier

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String value
      The pseudo-class value.
    • Constructor Summary

      Constructors 
      Constructor Description
      PseudoClassSpecifier​(java.lang.String value)
      Create a new pseudo-class specifier with the specified value.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Specifier.Type getType()
      Get the specifier type.
      java.lang.String getValue()
      Get the pseudo-class value.
      • Methods inherited from class java.lang.Object

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

      • value

        private final java.lang.String value
        The pseudo-class value.
    • Constructor Detail

      • PseudoClassSpecifier

        public PseudoClassSpecifier​(java.lang.String value)
        Create a new pseudo-class specifier with the specified value.
        Parameters:
        value - The pseudo-class value.
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Get the pseudo-class value.
        Returns:
        The pseudo-class value.