| Package | Description |
|---|---|
| org.petitparser.parser | |
| org.petitparser.parser.combinators |
| Modifier and Type | Method | Description |
|---|---|---|
SequenceParser |
Parser.seq(Parser... others) |
Returns a parser that accepts the receiver followed by
others. |
| Modifier and Type | Method | Description |
|---|---|---|
SequenceParser |
SequenceParser.copy() |
|
SequenceParser |
SequenceParser.seq(Parser... others) |
Copyright © 2018 PetitParser. All rights reserved.