Uses of Enum
com.squareup.javapoet.LineWrapper.FlushType
-
Uses of LineWrapper.FlushType in com.squareup.javapoet
Fields in com.squareup.javapoet declared as LineWrapper.FlushTypeModifier and TypeFieldDescriptionprivate 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.FlushTypeModifier and TypeMethodDescriptionstatic LineWrapper.FlushType
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.FlushTypeModifier and TypeMethodDescriptionprivate void
LineWrapper.flush
(LineWrapper.FlushType flushType) Write the space followed by any buffered text that follows it.