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 TypeClassDescriptionenum
ACloseOp
closes a level.static final class
A leaf node in aDoc
for an optional break.static final class
A leafDoc
for a token.final class
AnOpenOp
opens a level.Methods in com.google.googlejavaformat that return OpModifier and TypeMethodDescriptionstatic Op
CloseOp.make()
Make aCloseOp
, returning a singleton since they are all the same.static Op
Make an ordinaryOpenOp
.Methods in com.google.googlejavaformat that return types with arguments of type OpModifier and TypeMethodDescriptionfinal ImmutableList<Op>
OpsBuilder.build()
Build a list ofOp
s from theOpsBuilder
.Methods in com.google.googlejavaformat with parameters of type OpModifier and TypeMethodDescriptionfinal void
Add anOp
, and record open/close ops for later validation of unclosed levels.Method parameters in com.google.googlejavaformat with type arguments of type OpModifier and TypeMethodDescriptionfinal void
Add a list ofOp
s.Add a list ofOp
s to theOpsBuilder
.