| Package | Description |
|---|---|
| xtc.parser |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
ParserBase.apply(Pair<Action<T>> actions,
T seed)
Apply the specified actions on the specified seed.
|
protected <T extends Locatable> |
ParserBase.apply(Pair<Action<T>> actions,
T seed,
int index)
Apply the specified actions on the specified seed while also
setting the results' locations.
|
Copyright © 2012. All Rights Reserved.