Class SnippetFormatter

java.lang.Object
com.google.googlejavaformat.java.SnippetFormatter

public class SnippetFormatter extends Object
Formats a subset of a compilation unit.
  • Field Details

    • INDENTATION_SIZE

      private static final int INDENTATION_SIZE
      See Also:
    • formatter

      private final Formatter formatter
    • NOT_WHITESPACE

      private static final com.google.common.base.CharMatcher NOT_WHITESPACE
  • Constructor Details

    • SnippetFormatter

      public SnippetFormatter()
  • Method Details