Uses of Enum Class
com.github.weisj.jsvg.parser.css.impl.TokenType
Packages that use TokenType
-
Uses of TokenType in com.github.weisj.jsvg.parser.css.impl
Subclasses with type arguments of type TokenType in com.github.weisj.jsvg.parser.css.implFields in com.github.weisj.jsvg.parser.css.impl declared as TokenTypeMethods in com.github.weisj.jsvg.parser.css.impl that return TokenTypeModifier and TypeMethodDescription@NotNull TokenTypeToken.type()static TokenTypeReturns the enum constant of this class with the specified name.static TokenType[]TokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.weisj.jsvg.parser.css.impl with parameters of type TokenTypeModifier and TypeMethodDescriptionprivate voidprivate voidSimpleCssParser.Parser.consumeOrSkipAllowedToken(TokenType type, TokenType allowedTokeToSkip) private @NotNull StringSimpleCssParser.Parser.consumeValue(TokenType type) Constructors in com.github.weisj.jsvg.parser.css.impl with parameters of type TokenType