| Class | Description |
|---|---|
| FirstOfMatcher |
A
Matcher trying all of its submatchers in sequence and succeeding when the first submatcher succeeds. |
| OptionalMatcher |
A
Matcher that tries its submatcher once against the input and always succeeds. |
| SequenceMatcher |
A
Matcher that executes all of its submatchers in sequence and only succeeds if all submatchers succeed. |