Uses of Class
dev.amp.validator.css.TokenType
-
Packages that use TokenType Package Description dev.amp.validator.css AMP validator.dev.amp.validator.selector AMP validator. -
-
Uses of TokenType in dev.amp.validator.css
Methods in dev.amp.validator.css that return TokenType Modifier and Type Method Description TokenTypeAtRule. getTokenType()Return type of token.static TokenTypeCssTokenUtil. getTokenType(com.steadystate.css.parser.Token token)Overloaded method to return a TokenType, given a CSS3 TokenTokenTypeDeclaration. getTokenType()Getter for token typeTokenTypeEOFToken. getTokenType()Return type of tokenTokenTypeErrorToken. getTokenType()Getter for token type.TokenTypeParsedCssUrl. getTokenType()return the token typeTokenTypeQualifiedRule. getTokenType()return the token type of the qualified ruleTokenTypeStylesheet. getTokenType()Getter for token type returns stylesheet.abstract TokenTypeToken. getTokenType()Overwrite from children class to get token typestatic TokenTypeTokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static TokenType[]TokenType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TokenType in dev.amp.validator.selector
Methods in dev.amp.validator.selector that return TokenType Modifier and Type Method Description TokenTypeAttrSelector. getTokenType()get token typeTokenTypeClassSelector. getTokenType()get token typeTokenTypeCombinator. getTokenType()TokenTypeIdSelector. getTokenType()get token typeTokenTypePseudoSelector. getTokenType()get token typeTokenTypeSelectorsGroup. getTokenType()TokenTypeSimpleSelectorSequence. getTokenType()TokenTypeTypeSelector. getTokenType()Getter for token type returns stylesheet.
-