Package com.google.googlejavaformat
Class Indent
- java.lang.Object
-
- com.google.googlejavaformat.Indent
-
- Direct Known Subclasses:
Indent.Const,Indent.If
public abstract class Indent extends java.lang.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract inteval()
-