@Immutable
public final class Token
extends Object
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
Token
public Token(@NotNull
@NotNull TokenType type)
-
Token
public Token(@NotNull
@NotNull TokenType type,
@Nullable
@Nullable String data)
-
Method Details
-
-
data
@Nullable
public @Nullable String data()
-