Package com.io7m.jsx.prettyprint
Interface JSXPrettyPrinterType
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
JSXPrettyPrinterCodeStyle,JSXPrettyPrinterMarkupStyle
The type of pretty printers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidFormat the given expression and print to the output.
-
Method Details
-
print
Format the given expression and print to the output.- Parameters:
e- The expression- Throws:
IOException- On I/O errors
-