Package com.google.googlejavaformat
Class Indent.If
java.lang.Object
com.google.googlejavaformat.Indent
com.google.googlejavaformat.Indent.If
- Enclosing class:
Indent
A conditional function, whose value depends on whether a break was taken.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.googlejavaformat.Indent
Indent.Const, Indent.If -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Output.BreakTagprivate final Indentprivate final Indent -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateIf(Output.BreakTag condition, Indent thenIndent, Indent elseIndent) -
Method Summary