Uses of Class
com.google.googlejavaformat.Output.BreakTag
Packages that use Output.BreakTag
-
Uses of Output.BreakTag in com.google.googlejavaformat
Methods in com.google.googlejavaformat with parameters of type Output.BreakTagModifier and TypeMethodDescriptionstatic OpsBuilder.BlankLineWantedOpsBuilder.BlankLineWanted.conditional(Output.BreakTag breakTag) Emit a blank line if the given break is taken.static Indent.IfIndent.If.make(Output.BreakTag condition, Indent thenIndent, Indent elseIndent) Method parameters in com.google.googlejavaformat with type arguments of type Output.BreakTagModifier and TypeMethodDescriptionfinal voidOpsBuilder.breakOp(Doc.FillMode fillMode, String flat, Indent plusIndent, Optional<Output.BreakTag> optionalTag) Emit a genericDoc.Break.static Doc.BreakDoc.Break.make(Doc.FillMode fillMode, String flat, Indent plusIndent, Optional<Output.BreakTag> optTag) Make aBreak. -
Uses of Output.BreakTag in com.google.googlejavaformat.java
Method parameters in com.google.googlejavaformat.java with type arguments of type Output.BreakTagModifier and TypeMethodDescriptionprotected ImmutableList<AnnotationTree> JavaInputAstVisitor.visitModifiers(ModifiersTree modifiersTree, JavaInputAstVisitor.Direction annotationsDirection, Optional<Output.BreakTag> declarationAnnotationBreak) Output combined modifiers and annotations and returns the trailing break.protected ImmutableList<AnnotationTree> JavaInputAstVisitor.visitModifiers(ModifiersTree modifiersTree, List<? extends AnnotationTree> annotationTrees, JavaInputAstVisitor.Direction annotationsDirection, Optional<Output.BreakTag> declarationAnnotationBreak)