Class ListBlockParser.ListData

java.lang.Object
com.vladsch.flexmark.parser.core.ListBlockParser.ListData
Enclosing class:
ListBlockParser

static class ListBlockParser.ListData extends Object
  • Field Details

    • listBlock

      final ListBlock listBlock
    • isEmpty

      final boolean isEmpty
    • markerIndex

      final int markerIndex
    • markerColumn

      final int markerColumn
    • markerIndent

      final int markerIndent
    • contentOffset

      final int contentOffset
    • listMarker

      final BasedSequence listMarker
    • isNumberedList

      final boolean isNumberedList
    • markerSuffix

      final BasedSequence markerSuffix
    • markerSuffixOffset

      final int markerSuffixOffset
  • Constructor Details

    • ListData

      ListData(ListBlock listBlock, boolean isEmpty, int markerIndex, int markerColumn, int markerIndent, int contentOffset, BasedSequence listMarker, boolean isNumberedList, BasedSequence markerSuffix, int markerSuffixOffset)