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 LineInfoMarkdownWriterBase.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 LineInfoHtmlAppendableBase.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
Subinterfaces with type arguments of type LineInfo in com.vladsch.flexmark.util.sequenceModifier and TypeInterfaceDescriptioninterfaceUsed to collect line text for further processingClasses in com.vladsch.flexmark.util.sequence that implement interfaces with type arguments of type LineInfoModifier and TypeClassDescription(package private) static classFields 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 LineInfostatic @NotNull LineInfoLineInfo.create(@NotNull CharSequence line, int prefixLength, int textLength, int length, boolean isBlankPrefix, boolean isBlankText, @NotNull LineInfo.Preformatted preformatted) static @NotNull LineInfoLineInfo.create(@NotNull CharSequence line, @NotNull LineInfo prevInfo, int prefixLength, int textLength, int length, boolean isBlankPrefix, boolean isBlankText, @NotNull LineInfo.Preformatted preformatted) private LineInfoLineAppendableImpl.createLineInfo(int lineIndex, @NotNull CharSequence prefix, @NotNull CharSequence content) default @NotNull LineInfoLineAppendable.get(int lineIndex) Kotlin index operator@NotNull LineInfoLineAppendableImpl.IndexedLineInfoProxy.get(int index) (package private) @NotNull LineInfoLineAppendableImpl.getLastLineInfo()@NotNull LineInfoLineAppendable.getLineInfo(int lineIndex) Get Line information at given line index@NotNull LineInfoLineAppendableImpl.getLineInfo(int lineIndex) private LineInfoLineAppendableImpl.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 LineInfostatic @NotNull LineInfoLineInfo.create(@NotNull CharSequence line, @NotNull LineInfo prevInfo, int prefixLength, int textLength, int length, boolean isBlankPrefix, boolean isBlankText, @NotNull LineInfo.Preformatted preformatted) booleanLineInfo.needAggregateUpdate(LineInfo other) See if replacing this line info with another requires updating all following line info because of aggregation changevoid