Home
last modified time | relevance | path

Searched refs:FlushType (Results 1 – 1 of 1) sorted by relevance

/external/javapoet/src/main/java/com/squareup/javapoet/
DLineWrapper.java46 private FlushType nextFlush;
72 flush(wrap ? FlushType.WRAP : nextFlush); in append()
88 this.nextFlush = FlushType.SPACE; in wrappingSpace()
98 this.nextFlush = FlushType.EMPTY; in zeroWidthSpace()
109 private void flush(FlushType flushType) throws IOException { in flush()
134 private enum FlushType { enum in LineWrapper