Package easyIO
Interface Recognizer.Continuation
-
- Enclosing interface:
- Recognizer
public static interface Recognizer.Continuation
The remainder of a computation that can be performed after recognizing input. ThrowingSuccess
is used to stop the recognizers at the current position.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
check()
-
-
-
Method Detail
-
check
void check() throws Recognizer.Success
- Throws:
Recognizer.Success
-
-