| Package | Description |
|---|---|
| org.petitparser.parser | |
| org.petitparser.parser.combinators |
| Modifier and Type | Method | Description |
|---|---|---|
SettableParser |
Parser.settable() |
Returns a parser that points to the receiver, but can be changed to point to something else at
a later point in time.
|
| Modifier and Type | Method | Description |
|---|---|---|
SettableParser |
SettableParser.copy() |
|
static SettableParser |
SettableParser.undefined() |
Constructs a
SettableParser that currently refers to an FailureParser. |
static SettableParser |
SettableParser.undefined(String message) |
|
static SettableParser |
SettableParser.with(Parser parser) |
Constructs a
SettableParser referring to the supplied parser. |
Copyright © 2018 PetitParser. All rights reserved.