Package | Description |
---|---|
org.parboiled.parserunners |
Modifier and Type | Method and Description |
---|---|
TracingParseRunner<V> |
TracingParseRunner.withFilter(Predicate<?> filter)
Attaches the given filter to this TracingParseRunner instance.
|
TracingParseRunner<V> |
TracingParseRunner.withLog(Sink<java.lang.String> log)
Attaches the given log to this TracingParseRunner instance.
|