| Package | Description |
|---|---|
| com.io7m.jsx.prettyprint |
Pretty printer.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
JSXPrettyPrinterCodeStyle |
A pretty printer tailored to printing expressions that represent Lisp-like
code.
|
class |
JSXPrettyPrinterMarkupStyle |
A pretty printer tailored to printing expressions that represent tree-like
documents.
|
| Modifier and Type | Method | Description |
|---|---|---|
static JSXPrettyPrinterType |
JSXPrettyPrinterCodeStyle.newPrinterWithWidthIndent(Writer in_out,
int in_width,
int in_indent) |
Create a new pretty printer.
|
static JSXPrettyPrinterType |
JSXPrettyPrinterMarkupStyle.newPrinterWithWidthIndent(Writer in_out,
int in_width,
int in_indent) |
Create a new pretty printer.
|
Copyright © 2017 <code@io7m.com> http://io7m.com