Uses of Class
dev.amp.validator.selector.TypeSelector
-
Packages that use TypeSelector Package Description dev.amp.validator.selector AMP validator.dev.amp.validator.utils AMP validator.dev.amp.validator.visitor AMP validator exception package. -
-
Uses of TypeSelector in dev.amp.validator.selector
Constructors in dev.amp.validator.selector with parameters of type TypeSelector Constructor Description SimpleSelectorSequence(TypeSelector typeSelector, List<Selector> otherSelectors) -
Uses of TypeSelector in dev.amp.validator.utils
Methods in dev.amp.validator.utils that return TypeSelector Modifier and Type Method Description static TypeSelectorSelectorUtils. parseATypeSelector(TokenStream tokenStream)tokenStream.current() is the first token of the type selector. -
Uses of TypeSelector in dev.amp.validator.visitor
Methods in dev.amp.validator.visitor with parameters of type TypeSelector Modifier and Type Method Description voidSelectorSpecVisitor. visitTypeSelector(TypeSelector typeSelector)abstract voidSelectorVisitor. visitTypeSelector(TypeSelector typeSelector)
-