Uses of Class
dev.amp.validator.selector.Combinator.CombinatorType
-
Packages that use Combinator.CombinatorType Package Description dev.amp.validator.selector AMP validator.dev.amp.validator.utils AMP validator. -
-
Uses of Combinator.CombinatorType in dev.amp.validator.selector
Methods in dev.amp.validator.selector that return Combinator.CombinatorType Modifier and Type Method Description static Combinator.CombinatorTypeCombinator.CombinatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static Combinator.CombinatorType[]Combinator.CombinatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.amp.validator.selector with parameters of type Combinator.CombinatorType Constructor Description Combinator(Combinator.CombinatorType combinatorType, Selector left, SimpleSelectorSequence right) -
Uses of Combinator.CombinatorType in dev.amp.validator.utils
Methods in dev.amp.validator.utils that return Combinator.CombinatorType Modifier and Type Method Description static Combinator.CombinatorTypeSelectorUtils. combinatorTypeForToken(com.steadystate.css.parser.Token token)The CombinatorType for a given token; helper function used when constructing a Combinator instance.
-