java.lang.Object
com.google.googlejavaformat.Indent
- Direct Known Subclasses:
Indent.Const,Indent.If
public abstract class Indent extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndent.ConstA constant function, returning a constant indent.static classIndent.IfA conditional function, whose value depends on whether a break was taken. -
Constructor Summary
Constructors Constructor Description Indent() -
Method Summary
-
Constructor Details
-
Indent
public Indent()
-