Uses of Class
com.vladsch.flexmark.util.sequence.LineAppendableImpl
Packages that use LineAppendableImpl
-
Uses of LineAppendableImpl in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as LineAppendableImplModifier and TypeFieldDescriptionprotected final LineAppendableImplMarkdownWriterBase.appendable -
Uses of LineAppendableImpl in com.vladsch.flexmark.util.sequence
Fields in com.vladsch.flexmark.util.sequence declared as LineAppendableImplModifier and TypeFieldDescription(package private) final @NotNull LineAppendableImplLineAppendableImpl.IndexedLineInfoProxy.appendableConstructors in com.vladsch.flexmark.util.sequence with parameters of type LineAppendableImplModifierConstructorDescriptionIndexedLineInfoProxy(@NotNull LineAppendableImpl appendable, int maxTrailingBlankLines, int startLine, int endLine)