Test
io.github.edadma.recognizer.Recognizer.Test
Attributes
- Graph
-
- Supertypes
Members list
In this article
Alternative operator: creates a pattern that matches either this pattern or another pattern.
Alternative operator: creates a pattern that matches either this pattern or another pattern.
the alternative pattern to try if this one fails
a pattern matching either this pattern or that pattern
Sequence operator: creates a pattern that matches this pattern followed by another pattern.
Sequence operator: creates a pattern that matches this pattern followed by another pattern.
the pattern to match after this one
a pattern matching this pattern followed by that pattern