Package com.google.googlejavaformat
Class Indent.Const
- java.lang.Object
-
- com.google.googlejavaformat.Indent
-
- com.google.googlejavaformat.Indent.Const
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.googlejavaformat.Indent
Indent.Const, Indent.If
-
-
Field Summary
Fields Modifier and Type Field Description private intnstatic Indent.ConstZERO
-
Constructor Summary
Constructors Modifier Constructor Description privateConst(int n)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) inteval()static Indent.Constmake(int n, int indentMultiplier)java.lang.StringtoString()
-
-
-
Field Detail
-
n
private final int n
-
ZERO
public static final Indent.Const ZERO
-
-
Method Detail
-
make
public static Indent.Const make(int n, int indentMultiplier)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-