@ApiStatus.Internal
public final class TokenParser
extends java.lang.Object
Tokens in annotations| Modifier and Type | Class and Description |
|---|---|
static class |
TokenParser.ParseException |
| Constructor and Description |
|---|
TokenParser() |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull Token |
parseNextToken(@NotNull MutableStringStream stream)
Parses the next
Token in the given stream |
@Contract(mutates="param1") @NotNull public static @NotNull Token parseNextToken(@NotNull @NotNull MutableStringStream stream)
Token in the given streamstream - The stream to parseTokenParser.ParseException - if an exception occurs during parsing