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