Class LineAppendableImpl.IndexedLineInfoProxy

java.lang.Object
com.vladsch.flexmark.util.sequence.LineAppendableImpl.IndexedLineInfoProxy
All Implemented Interfaces:
Indexed<LineInfo>
Enclosing class:
LineAppendableImpl

static class LineAppendableImpl.IndexedLineInfoProxy extends Object implements Indexed<LineInfo>
  • Field Details

    • appendable

      @NotNull final @NotNull LineAppendableImpl appendable
    • startLine

      final int startLine
    • endLine

      final int endLine
    • maxTrailingBlankLines

      final int maxTrailingBlankLines
  • Constructor Details

    • IndexedLineInfoProxy

      public IndexedLineInfoProxy(@NotNull @NotNull LineAppendableImpl appendable, int maxTrailingBlankLines, int startLine, int endLine)
  • Method Details