public class StringTokenizer extends AbstractStringTokenizer
BACKTICK, DOUBLE_QUOTE, DOUBLE_QUOTE_PRED, ESCAPE, ESCAPE_PRED, QUOTE_PRED, SINGLE_QUOTE, SINGLE_QUOTE_PRED, WHITESPACE_PRED| Constructor and Description |
|---|
StringTokenizer(java.lang.String string) |
| Modifier and Type | Method and Description |
|---|---|
void |
setString(@NotNull java.lang.String string)
Sets the string to tokenize.
|
consumed, cursorPosition, dropSavedCursor, expect, expect, expectWhitespace, hasNext, hasNext, length, peek, peek, peek, peek, peekWhitespace, remaining, remainingContainsWhitespace, remainingLength, require, resetCursor, restoreCursor, saveCursor, setCursor, skip, skip, skipUntil, skipUntil, skipWhile, skipWhile, skipWhitespace, string, take, take, takeQuotedString, takeQuotedString, takeString, takeString, takeUnquotedString, takeUntil, takeUntilpublic void setString(@NotNull
@NotNull java.lang.String string)
AbstractStringTokenizersetString in class AbstractStringTokenizerstring - the string to tokenize