Interface Specifier

All Known Implementing Classes:
AttributeSpecifier, NegationSpecifier, PseudoClassSpecifier, PseudoNthSpecifier

interface Specifier
This interface represents a specifier. A specifier is either an attribute specifier, a pseudo specifier or a negation specifier.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    The specifier type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the specifier type.
  • Method Details

    • getType

      Specifier.Type getType()
      Get the specifier type.
      Returns:
      The specifier type.