public class Dumper extends Match
Part
and
each Vox
the sequence of
Event
objects is printed to the
given PrintStream.
Each event prints in one dedicated line of output:
Event
,
Modifier and Type | Field and Description |
---|---|
(package private) PrintStream |
ps
Drain for the print.
|
hasdescend, haspost, haspre
_visitor_debug_stream, partial
Constructor and Description |
---|
Dumper()
Dump to stderr.
|
Dumper(PrintStream ps)
Set drain explicitly for the print.
|
Modifier and Type | Method and Description |
---|---|
void |
action(Event event)
Print the time point of the event and all unparsed(=raw) parameter values,
indexed by parameter name.
|
void |
action(Part part)
Print the name of the part and descend into its contents.
|
void |
action(Vox vox)
Print the name of the voice and descend into its events, in source order.
|
action, action, action, action, action, action, action, descend, descend, descend, descend, descend, descend, descend, descend, descend, descend, post, post, post, post, post, post, post, post, post, post, pre, pre, pre, pre, pre, pre, pre, pre, pre, pre
final PrintStream ps
public Dumper(PrintStream ps)
public Dumper()