Uses of Class
com.squareup.javapoet.LineWrapper.FlushType
-
-
Uses of LineWrapper.FlushType in com.squareup.javapoet
Fields in com.squareup.javapoet declared as LineWrapper.FlushType Modifier and Type Field Description private LineWrapper.FlushType
LineWrapper. nextFlush
Null if we have no buffering; otherwise the type to pass to the next call toLineWrapper.flush(com.squareup.javapoet.LineWrapper.FlushType)
.Methods in com.squareup.javapoet that return LineWrapper.FlushType Modifier and Type Method Description static LineWrapper.FlushType
LineWrapper.FlushType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LineWrapper.FlushType[]
LineWrapper.FlushType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.squareup.javapoet with parameters of type LineWrapper.FlushType Modifier and Type Method Description private void
LineWrapper. flush(LineWrapper.FlushType flushType)
Write the space followed by any buffered text that follows it.
-