C
G
N
P
S
T
S
- setCursor(com.kotlindiscord.kord.extensions.parser.Cursor) - function in com.kotlindiscord.kord.extensions.parser.StringParser
- Cursor object, representing the current parsing state.
- setIndex(java.lang.Integer) - function in com.kotlindiscord.kord.extensions.parser.Cursor
- Current iteration index, starting at
-1. - skipWhitespace() - function in com.kotlindiscord.kord.extensions.parser.Cursor
- Skip any immediate whitespace, updating the index.
- StringParser - class in com.kotlindiscord.kord.extensions.parser
- String parser, tokenizing the input as requested by the function calls.