Uses of Class
com.google.googlejavaformat.Output.BreakTag
Packages that use Output.BreakTag
-
Uses of Output.BreakTag in com.google.googlejavaformat
Fields in com.google.googlejavaformat declared as Output.BreakTagFields in com.google.googlejavaformat with type parameters of type Output.BreakTagModifier and TypeFieldDescriptionprivate final Optional<Output.BreakTag> Doc.Break.optTagprivate final com.google.common.collect.ImmutableList<Output.BreakTag> OpsBuilder.BlankLineWanted.ConditionalBlankLine.tagsMethods 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.Constructors in com.google.googlejavaformat with parameters of type Output.BreakTagModifierConstructorDescriptionprivateIf(Output.BreakTag condition, Indent thenIndent, Indent elseIndent) Constructor parameters in com.google.googlejavaformat with type arguments of type Output.BreakTagModifierConstructorDescriptionprivateBreak(Doc.FillMode fillMode, String flat, Indent plusIndent, Optional<Output.BreakTag> optTag) (package private) -
Uses of Output.BreakTag in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return Output.BreakTagModifier and TypeMethodDescription(package private) final Output.BreakTagJavaInputAstVisitor.genSym()Method parameters in com.google.googlejavaformat.java with type arguments of type Output.BreakTagModifier and TypeMethodDescriptionprivate static final com.google.common.collect.ImmutableList<Op> JavaInputAstVisitor.breakFillList(Optional<Output.BreakTag> breakTag) private static final com.google.common.collect.ImmutableList<Op> JavaInputAstVisitor.breakList(Optional<Output.BreakTag> breakTag) private voidJavaInputAstVisitor.dotExpressionUpToArgs(com.sun.source.tree.ExpressionTree expression, Optional<Output.BreakTag> tyargTag) private static final com.google.common.collect.ImmutableList<Op> JavaInputAstVisitor.forceBreakList(Optional<Output.BreakTag> breakTag) (package private) voidJavaInputAstVisitor.visitAndBreakModifiers(com.sun.source.tree.ModifiersTree modifiers, JavaInputAstVisitor.Direction annotationDirection, 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, 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, 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, List<? extends com.sun.source.tree.AnnotationTree> annotationTrees, JavaInputAstVisitor.Direction annotationsDirection, Optional<Output.BreakTag> declarationAnnotationBreak)