Interface PrettyFormatter

All Known Implementing Classes:
Code.EmptyFormatter, PrettyFormaterImpl

public interface PrettyFormatter
Author:
jjdelcerro
  • Method Details

    • get

      static PrettyFormatter get(Object x)
    • setUseNl

      void setUseNl(boolean useNl)
    • setIndentSize

      void setIndentSize(int indentSize)
    • indent

      void indent()
    • unindent

      void unindent()
    • nl

      void nl()
    • push

      void push()
    • pop

      void pop()
    • append

      void append(Object o)
    • build

      String build()