Uses of Interface
com.google.googlejavaformat.Op
| Package | Description |
|---|---|
| com.google.googlejavaformat | |
| com.google.googlejavaformat.java |
-
Uses of Op in com.google.googlejavaformat
Classes in com.google.googlejavaformat that implement Op Modifier and Type Class Description classCloseOpACloseOpcloses a level.static classDoc.BreakA leaf node in aDocfor an optional break.static classDoc.TokenA leafDocfor a token.classOpenOpAnOpenOpopens a level.Methods in com.google.googlejavaformat that return Op Modifier and Type Method Description static OpCloseOp. make()Make aCloseOp, returning a singleton since they are all the same.static OpOpenOp. make(Indent plusIndent)Make an ordinaryOpenOp.Methods in com.google.googlejavaformat that return types with arguments of type Op Modifier and Type Method Description ImmutableList<Op>OpsBuilder. build()Build a list ofOps from theOpsBuilder.Method parameters in com.google.googlejavaformat with type arguments of type Op Modifier and Type Method Description voidOpsBuilder. addAll(List<Op> ops)Add a list ofOps.DocBuilderDocBuilder. withOps(List<Op> ops)Add a list ofOps to theOpsBuilder. -
Uses of Op in com.google.googlejavaformat.java
Methods in com.google.googlejavaformat.java that return types with arguments of type Op 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)