-
- 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 class
Specifier.Type
The specifier type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Specifier.Type
getType()
Get the specifier type.
-
-
-
Method Detail
-
getType
Specifier.Type getType()
Get the specifier type.- Returns:
- The specifier type.
-
-