Searched refs:tokOps (Results 1 – 1 of 1) sorted by relevance
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/ |
D | OpsBuilder.java | 467 Multimap<Integer, Op> tokOps = ArrayListMultimap.create(); in build() local 500 tokOps.put( in build() 506 tokOps.putAll(j, makeComment(tokBefore)); in build() 511 tokOps.put(j, Doc.Break.makeForced()); in build() 523 tokOps.put(j, Doc.Break.makeForced()); in build() 525 tokOps.put(j, SPACE); in build() 535 tokOps.put( in build() 542 tokOps.put(k + 1, SPACE); in build() 544 tokOps.putAll(k + 1, makeComment(tokAfter)); in build() 546 tokOps.put(k + 1, Doc.Break.make(Doc.FillMode.FORCED, "", ZERO)); in build() [all …]
|