RecordVisitor that pretty-prints an FDR block of records for humans.
Formats a sequence of FDR records as a readable block, using a RecordPrinter for individual record text and inserting section markers between record kinds.
| Name | Description |
|---|---|
RecordVisitor | Abstract visitor for processing concrete FDR record types. |
| Name | Description |
|---|---|
BlockPrinter [constructor] | Construct a block printer writing to O via record printer P. |
reset | Reset the printer state so the next visit starts a new block. |
visit | visit overloads |