Uses of Interface
com.google.googlejavaformat.Op
-
Packages that use 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.(package private) static classDoc.SpaceA Leaf node in aDocfor a non-breaking space.(package private) static classDoc.TokA leaf node in aDocfor a non-token.static classDoc.TokenA leafDocfor a token.classOpenOpAnOpenOpopens a level.Fields in com.google.googlejavaformat with type parameters of type Op Modifier and Type Field Description private java.util.List<Op>OpsBuilder. opsMethods 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.(package private) static OpDoc.Token. make(Input.Token token, Doc.Token.RealOrImaginary realOrImaginary, Indent plusIndentCommentsBefore, java.util.Optional<Indent> breakAndIndentTrailingComment)Make aToken.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 com.google.common.collect.ImmutableList<Op>OpsBuilder. build()Build a list ofOps from theOpsBuilder.private static java.util.List<Op>OpsBuilder. makeComment(Input.Tok comment)Methods in com.google.googlejavaformat with parameters of type Op Modifier and Type Method Description voidOpsBuilder. add(Op op)Add 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 Op Modifier and Type Method Description voidOpsBuilder. addAll(java.util.List<Op> ops)Add a list ofOps.DocBuilderDocBuilder. withOps(java.util.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 private static com.google.common.collect.ImmutableList<Op>JavaInputAstVisitor. breakFillList(java.util.Optional<Output.BreakTag> breakTag)private static com.google.common.collect.ImmutableList<Op>JavaInputAstVisitor. breakList(java.util.Optional<Output.BreakTag> breakTag)private static com.google.common.collect.ImmutableList<Op>JavaInputAstVisitor. forceBreakList(java.util.Optional<Output.BreakTag> breakTag)
-