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

@Immutable public final class Token extends Object
  • Field Details

    • type

      @NotNull private final @NotNull TokenType type
    • data

      @Nullable private final @Nullable String data
  • Constructor Details

    • Token

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

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