| Package | Description |
|---|---|
| org.petitparser.utils |
| Modifier and Type | Field | Description |
|---|---|---|
Tracer.TraceEvent |
Tracer.TraceEvent.parent |
The parent of this event.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Parser |
Tracer.on(Parser source,
Consumer<Tracer.TraceEvent> consumer) |
Returns a parser that calls the provided consumer with a
Tracer.TraceEvent whenever a parser
is activated or returning. |
Copyright © 2018 PetitParser. All rights reserved.