Uses of Class
com.google.googlejavaformat.Output.BreakTag
| Package | Description |
|---|---|
| com.google.googlejavaformat | |
| com.google.googlejavaformat.java |
-
Uses of Output.BreakTag in com.google.googlejavaformat
Methods in com.google.googlejavaformat with parameters of type Output.BreakTag Modifier and Type Method Description static 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.BreakTag Modifier and Type Method Description 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.BreakTag Modifier and Type Method Description protected List<Op>JavaInputAstVisitor. visitModifiers(ModifiersTree modifiersTree, JavaInputAstVisitor.Direction annotationsDirection, Optional<Output.BreakTag> declarationAnnotationBreak)Output combined modifiers and annotations and returns the trailing break.protected List<Op>JavaInputAstVisitor. visitModifiers(List<? extends AnnotationTree> annotationTrees, JavaInputAstVisitor.Direction annotationsDirection, Optional<Output.BreakTag> declarationAnnotationBreak)