| Modifier and Type | Method | Description |
|---|---|---|
Iterator<Parser> |
iterator() |
Returns an
Iterator over parser and all its reachable descendants. |
static Mirror |
of(Parser parser) |
Constructs a mirror of the provided
parser. |
Stream<Parser> |
stream() |
Returns a
Stream over parser and all its reachable descendants. |
String |
toString() |
|
Parser |
transform(Function<Parser,Parser> transformer) |
Returns a transformed copy of all parsers reachable from
parser. |
forEach, spliteratorCopyright © 2018 PetitParser. All rights reserved.