Interface JSXPrettyPrinterType

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
JSXPrettyPrinterCodeStyle, JSXPrettyPrinterMarkupStyle

public interface JSXPrettyPrinterType extends Closeable
The type of pretty printers.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Format the given expression and print to the output.

    Methods inherited from interface java.io.Closeable

    close
  • Method Details