java.lang.Object
com.github.weisj.jsvg.parser.css.impl.Token

@Immutable public final class Token extends Object
  • Constructor Details

    • Token

      public Token(@NotNull @NotNull TokenType type)
    • Token

      public Token(@NotNull @NotNull TokenType type, @Nullable @Nullable String data)
  • Method Details