Uses of Class
com.vladsch.flexmark.util.sequence.LineAppendableImpl
-
Packages that use LineAppendableImpl Package Description com.vladsch.flexmark.util.format com.vladsch.flexmark.util.sequence -
-
Uses of LineAppendableImpl in com.vladsch.flexmark.util.format
Fields in com.vladsch.flexmark.util.format declared as LineAppendableImpl Modifier and Type Field Description protected LineAppendableImpl
MarkdownWriterBase. appendable
-
Uses of LineAppendableImpl in com.vladsch.flexmark.util.sequence
Fields in com.vladsch.flexmark.util.sequence declared as LineAppendableImpl Modifier and Type Field Description (package private) @NotNull LineAppendableImpl
LineAppendableImpl.IndexedLineInfoProxy. appendable
Constructors in com.vladsch.flexmark.util.sequence with parameters of type LineAppendableImpl Constructor Description IndexedLineInfoProxy(@NotNull LineAppendableImpl appendable, int maxTrailingBlankLines, int startLine, int endLine)
-