Uses of Class
com.google.googlejavaformat.Indent
Packages that use Indent
-
Uses of Indent in com.google.googlejavaformat
Subclasses of Indent in com.google.googlejavaformatModifier and TypeClassDescriptionstatic final classA constant function, returning a constant indent.static final classA conditional function, whose value depends on whether a break was taken.Methods in com.google.googlejavaformat with parameters of type IndentModifier and TypeMethodDescriptionfinal voidOpsBuilder.breakOp(Doc.FillMode fillMode, String flat, Indent plusIndent) Emit a genericDoc.Break.final voidOpsBuilder.breakOp(Doc.FillMode fillMode, String flat, Indent plusIndent, Optional<Output.BreakTag> optionalTag) Emit a genericDoc.Break.final voidEmit aDoc.Break.final voidOpsBuilder.forcedBreak(Indent plusIndent) Emit a forcedDoc.Break.static Doc.BreakDoc.Break.make(Doc.FillMode fillMode, String flat, Indent plusIndent) Make aBreak.static Doc.BreakDoc.Break.make(Doc.FillMode fillMode, String flat, Indent plusIndent, Optional<Output.BreakTag> optTag) Make aBreak.static Indent.IfIndent.If.make(Output.BreakTag condition, Indent thenIndent, Indent elseIndent) static OpMake an ordinaryOpenOp.final voidOpen a new level by emitting anOpenOp.final voidOpsBuilder.token(String token, Doc.Token.RealOrImaginary realOrImaginary, Indent plusIndentCommentsBefore, Optional<Indent> breakAndIndentTrailingComment) Method parameters in com.google.googlejavaformat with type arguments of type Indent -
Uses of Indent in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java with parameters of type IndentModifier and TypeMethodDescriptionprotected final voidEmit aDoc.Token.protected voidJavaInputAstVisitor.typeParametersRest(List<? extends TypeParameterTree> typeParameters, Indent plusIndent) Does not omit the leading"<", which should be associated with the type name.