Uses of Class
com.google.googlejavaformat.Output.BreakTag
-
Packages that use Output.BreakTag Package Description com.google.googlejavaformat com.google.googlejavaformat.java -
-
Uses of Output.BreakTag in com.google.googlejavaformat
Fields in com.google.googlejavaformat declared as Output.BreakTag Modifier and Type Field Description private Output.BreakTagIndent.If. conditionFields in com.google.googlejavaformat with type parameters of type Output.BreakTag Modifier and Type Field Description private java.util.Optional<Output.BreakTag>Doc.Break. optTagprivate com.google.common.collect.ImmutableList<Output.BreakTag>OpsBuilder.BlankLineWanted.ConditionalBlankLine. tagsMethods 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, java.lang.String flat, Indent plusIndent, java.util.Optional<Output.BreakTag> optionalTag)Emit a genericDoc.Break.static Doc.BreakDoc.Break. make(Doc.FillMode fillMode, java.lang.String flat, Indent plusIndent, java.util.Optional<Output.BreakTag> optTag)Make aBreak.Constructors in com.google.googlejavaformat with parameters of type Output.BreakTag Constructor Description If(Output.BreakTag condition, Indent thenIndent, Indent elseIndent)Constructor parameters in com.google.googlejavaformat with type arguments of type Output.BreakTag Constructor Description Break(Doc.FillMode fillMode, java.lang.String flat, Indent plusIndent, java.util.Optional<Output.BreakTag> optTag)ConditionalBlankLine(java.lang.Iterable<Output.BreakTag> tags) -
Uses of Output.BreakTag in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return Output.BreakTag Modifier and Type Method Description (package private) Output.BreakTagJavaInputAstVisitor. genSym()Method parameters in com.google.googlejavaformat.java with type arguments of type Output.BreakTag Modifier and Type Method Description private static com.google.common.collect.ImmutableList<Op>JavaInputAstVisitor. breakFillList(java.util.Optional<Output.BreakTag> breakTag)private static com.google.common.collect.ImmutableList<Op>JavaInputAstVisitor. breakList(java.util.Optional<Output.BreakTag> breakTag)private voidJavaInputAstVisitor. dotExpressionUpToArgs(com.sun.source.tree.ExpressionTree expression, java.util.Optional<Output.BreakTag> tyargTag)private static com.google.common.collect.ImmutableList<Op>JavaInputAstVisitor. forceBreakList(java.util.Optional<Output.BreakTag> breakTag)(package private) voidJavaInputAstVisitor. visitAndBreakModifiers(com.sun.source.tree.ModifiersTree modifiers, JavaInputAstVisitor.Direction annotationDirection, java.util.Optional<Output.BreakTag> declarationAnnotationBreak)Output combined modifiers and annotations and the trailing break.private com.google.common.collect.ImmutableList<com.sun.source.tree.AnnotationTree>JavaInputAstVisitor. visitModifiers(JavaInputAstVisitor.DeclarationModifiersAndTypeAnnotations splitModifiers, JavaInputAstVisitor.Direction annotationsDirection, java.util.Optional<Output.BreakTag> declarationAnnotationBreak)protected com.google.common.collect.ImmutableList<com.sun.source.tree.AnnotationTree>JavaInputAstVisitor. visitModifiers(com.sun.source.tree.ModifiersTree modifiersTree, JavaInputAstVisitor.Direction annotationsDirection, java.util.Optional<Output.BreakTag> declarationAnnotationBreak)Output combined modifiers and annotations and returns the trailing break.protected com.google.common.collect.ImmutableList<com.sun.source.tree.AnnotationTree>JavaInputAstVisitor. visitModifiers(com.sun.source.tree.ModifiersTree modifiersTree, java.util.List<? extends com.sun.source.tree.AnnotationTree> annotationTrees, JavaInputAstVisitor.Direction annotationsDirection, java.util.Optional<Output.BreakTag> declarationAnnotationBreak)
-