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.(package private) static final classA Leaf node in aDocfor a non-breaking space.(package private) static final classA leaf node in aDocfor a non-token.static final classA leafDocfor a token.final classAnOpenOpopens a level.Fields in com.google.googlejavaformat with type parameters of type OpMethods in com.google.googlejavaformat that return OpModifier and TypeMethodDescriptionstatic OpCloseOp.make()Make aCloseOp, returning a singleton since they are all the same.(package private) static OpDoc.Token.make(Input.Token token, Doc.Token.RealOrImaginary realOrImaginary, Indent plusIndentCommentsBefore, Optional<Indent> breakAndIndentTrailingComment) Make aToken.static OpMake an ordinaryOpenOp.Methods in com.google.googlejavaformat that return types with arguments of type OpModifier and TypeMethodDescriptionfinal com.google.common.collect.ImmutableList<Op> OpsBuilder.build()Build a list ofOps from theOpsBuilder.OpsBuilder.makeComment(Input.Tok comment) Methods in com.google.googlejavaformat with parameters of type OpModifier and TypeMethodDescriptionfinal voidAdd anOp, and record open/close ops for later validation of unclosed levels.private static booleanOpsBuilder.isForcedBreak(Op op) Method parameters in com.google.googlejavaformat with type arguments of type OpModifier and TypeMethodDescriptionfinal voidAdd a list ofOps.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 OpModifier 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 static final com.google.common.collect.ImmutableList<Op> JavaInputAstVisitor.forceBreakList(Optional<Output.BreakTag> breakTag)