public static interface SimpleTemplateParser.CharStepper
| Modifier and Type | Method and Description |
|---|---|
static SimpleTemplateParser.CharStepper |
enhanceWithPushBack(SimpleTemplateParser.FragileIntFunction0<java.io.IOException> linearProvider) |
int |
nextChar() |
default int |
peekNext() |
void |
pushBack()
Push back the latest char.
|
int nextChar()
throws java.io.IOException
java.io.IOExceptionvoid pushBack()
throws java.io.IOException
java.io.IOException - if pushing back is not possibledefault int peekNext()
throws java.io.IOException
java.io.IOException@NotNull static SimpleTemplateParser.CharStepper enhanceWithPushBack(@NotNull SimpleTemplateParser.FragileIntFunction0<java.io.IOException> linearProvider)