Uses of Interface
com.google.googlejavaformat.Op
| Package | Description |
|---|---|
| com.google.googlejavaformat |
-
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.