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