java.lang.Object
com.google.googlejavaformat.Indent
Direct Known Subclasses:
Indent.Const, Indent.If

public abstract class Indent
extends Object
An indent for a Doc.Level or Doc.Break. The indent is either a constant int, or a conditional expression whose value depends on whether or not a Doc.Break has been broken.
  • Constructor Details