Uses of Class
com.vladsch.flexmark.util.sequence.LineInfo
Packages that use LineInfo
Package
Description
-
Uses of LineInfo in com.vladsch.flexmark.util.format
Methods in com.vladsch.flexmark.util.format that return LineInfoModifier and TypeMethodDescription@NotNull LineInfo
MarkdownWriterBase.getLineInfo
(int lineIndex) Methods in com.vladsch.flexmark.util.format that return types with arguments of type LineInfo -
Uses of LineInfo in com.vladsch.flexmark.util.html
Methods in com.vladsch.flexmark.util.html that return LineInfoModifier and TypeMethodDescription@NotNull LineInfo
HtmlAppendableBase.getLineInfo
(int lineIndex) Methods in com.vladsch.flexmark.util.html that return types with arguments of type LineInfo -
Uses of LineInfo in com.vladsch.flexmark.util.sequence
Fields in com.vladsch.flexmark.util.sequence declared as LineInfoFields in com.vladsch.flexmark.util.sequence with type parameters of type LineInfoMethods in com.vladsch.flexmark.util.sequence that return LineInfoModifier and TypeMethodDescriptionstatic @NotNull LineInfo
static @NotNull LineInfo
LineInfo.create
(@NotNull CharSequence line, int prefixLength, int textLength, int length, boolean isBlankPrefix, boolean isBlankText, @NotNull LineInfo.Preformatted preformatted) static @NotNull LineInfo
LineInfo.create
(@NotNull CharSequence line, @NotNull LineInfo prevInfo, int prefixLength, int textLength, int length, boolean isBlankPrefix, boolean isBlankText, @NotNull LineInfo.Preformatted preformatted) private LineInfo
LineAppendableImpl.createLineInfo
(int lineIndex, @NotNull CharSequence prefix, @NotNull CharSequence content) default @NotNull LineInfo
LineAppendable.get
(int lineIndex) Kotlin index operator@NotNull LineInfo
LineAppendableImpl.IndexedLineInfoProxy.get
(int index) (package private) @NotNull LineInfo
LineAppendableImpl.getLastLineInfo()
@NotNull LineInfo
LineAppendable.getLineInfo
(int lineIndex) Get Line information at given line index@NotNull LineInfo
LineAppendableImpl.getLineInfo
(int lineIndex) private LineInfo
LineAppendableImpl.getLineRange
(int start, int end, CharSequence prefix) Methods in com.vladsch.flexmark.util.sequence that return types with arguments of type LineInfoModifier and TypeMethodDescriptionLineAppendable.getLinesInfo()
LineAppendable.getLinesInfo
(int maxTrailingBlankLines) LineAppendable.getLinesInfo
(int maxTrailingBlankLines, int startLine, int endLine) Full line iterator with line infoLineAppendableImpl.getLinesInfo
(int maxTrailingBlankLines, int startLine, int endLine) LineAppendable.iterator()
Full line iterator NOTE: will not issue line() to terminate any unterminated lines before iteration and will not include unterminated lines in iterationLineAppendableImpl.iterator()
Methods in com.vladsch.flexmark.util.sequence with parameters of type LineInfoModifier and TypeMethodDescriptionstatic @NotNull LineInfo
static @NotNull LineInfo
LineInfo.create
(@NotNull CharSequence line, @NotNull LineInfo prevInfo, int prefixLength, int textLength, int length, boolean isBlankPrefix, boolean isBlankText, @NotNull LineInfo.Preformatted preformatted) boolean
LineInfo.needAggregateUpdate
(LineInfo other) See if replacing this line info with another requires updating all following line info because of aggregation changevoid