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
Fields 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 TokenType
Token.type()
static TokenType
Returns 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 void
private void
SimpleCssParser.Parser.consumeOrSkipAllowedToken
(TokenType type, TokenType allowedTokeToSkip) private @NotNull String
SimpleCssParser.Parser.consumeValue
(TokenType type) Constructors in com.github.weisj.jsvg.parser.css.impl with parameters of type TokenType