| Package | Description |
|---|---|
| org.petitparser.parser.repeating |
| Modifier and Type | Class | Description |
|---|---|---|
class |
GreedyRepeatingParser |
A greedy repeating parser, commonly seen in regular expression implementations.
|
class |
LazyRepeatingParser |
A lazy repeating parser, commonly seen in regular expression implementations.
|
class |
LimitedRepeatingParser |
An abstract parser that repeatedly parses between 'min' and 'max' instances of its delegate and
that requires the input to be completed with a specified parser 'limit'.
|
class |
PossessiveRepeatingParser |
A greedy parser that repeatedly parses between 'min' and 'max' instances of its delegate.
|
Copyright © 2018 PetitParser. All rights reserved.