public class Profiler extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Profiler.Profile |
The profile information about a parser.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Parser |
on(Parser source,
Consumer<Profiler.Profile> consumer) |
Returns a parser that calls the provided consumer with a
Profiler.Profile of every parser. |
public static Parser on(Parser source, Consumer<Profiler.Profile> consumer)
Profiler.Profile of every parser.Copyright © 2018 PetitParser. All rights reserved.