Uses of Interface
com.google.googlejavaformat.Op
Packages that use Op
-
Uses of Op in com.google.googlejavaformat
Classes in com.google.googlejavaformat that implement OpModifier and TypeClassDescriptionenumACloseOpcloses a level.static final classA leaf node in aDocfor an optional break.static final classA leafDocfor a token.final classAnOpenOpopens a level.Methods in com.google.googlejavaformat that return OpModifier and TypeMethodDescriptionstatic OpCloseOp.make()Make aCloseOp, returning a singleton since they are all the same.static OpMake an ordinaryOpenOp.Methods in com.google.googlejavaformat that return types with arguments of type OpModifier and TypeMethodDescriptionfinal ImmutableList<Op>OpsBuilder.build()Build a list ofOps from theOpsBuilder.Method parameters in com.google.googlejavaformat with type arguments of type OpModifier and TypeMethodDescriptionfinal voidAdd a list ofOps.Add a list ofOps to theOpsBuilder.