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 LineAppendableImpl
MarkdownWriterBase.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 LineAppendableImpl
LineAppendableImpl.IndexedLineInfoProxy.appendable
Constructors in com.vladsch.flexmark.util.sequence with parameters of type LineAppendableImplModifierConstructorDescriptionIndexedLineInfoProxy
(@NotNull LineAppendableImpl appendable, int maxTrailingBlankLines, int startLine, int endLine)