Uses of Class
com.vladsch.flexmark.util.sequence.LineInfo
-
Packages that use LineInfo Package Description com.vladsch.flexmark.util.sequence -
-
Uses of LineInfo in com.vladsch.flexmark.util.sequence
Fields in com.vladsch.flexmark.util.sequence declared as LineInfo Modifier and Type Field Description static LineInfoLineInfo. NULLMethods in com.vladsch.flexmark.util.sequence that return LineInfo Modifier and Type Method Description static @NotNull LineInfoLineInfo. create(@NotNull LineInfo prevInfo, @NotNull LineInfo info)static @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)default @NotNull LineInfoLineAppendable. get(int lineIndex)Kotlin index operator@NotNull LineInfoLineAppendable. getLineInfo(int lineIndex)Get Line information at given line index@NotNull LineInfoLineAppendableImpl. getLineInfo(int lineIndex)Methods in com.vladsch.flexmark.util.sequence that return types with arguments of type LineInfo Modifier and Type Method Description default @NotNull Iterable<LineInfo>LineAppendable. getLinesInfo()default @NotNull Iterable<LineInfo>LineAppendable. getLinesInfo(int maxTrailingBlankLines)@NotNull Iterable<LineInfo>LineAppendable. getLinesInfo(int maxTrailingBlankLines, int startLine, int endLine)Full line iterator with line info@NotNull Iterable<LineInfo>LineAppendableImpl. getLinesInfo(int maxTrailingBlankLines, int startLine, int endLine)@NotNull Iterator<LineInfo>LineAppendable. iterator()Full line iterator NOTE: will not issue line() to terminate any unterminated lines before iteration and will not include unterminated lines in iteration@NotNull Iterator<LineInfo>LineAppendableImpl. iterator()Methods in com.vladsch.flexmark.util.sequence with parameters of type LineInfo Modifier and Type Method Description static @NotNull LineInfoLineInfo. create(@NotNull LineInfo prevInfo, @NotNull LineInfo info)static @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 change
-