Class Indent.Const

java.lang.Object
com.google.googlejavaformat.Indent
com.google.googlejavaformat.Indent.Const
Enclosing class:
Indent

public static final class Indent.Const extends Indent
A constant function, returning a constant indent.
  • Field Details

    • n

      private final int n
    • ZERO

      public static final Indent.Const ZERO
  • Constructor Details

    • Const

      private Const(int n)
  • Method Details