Interface GenericListBlockParser.Type

Enclosing class:
GenericListBlockParser

static interface GenericListBlockParser.Type
  • Method Details

    • getItemPattern

      String getItemPattern()
      Returns:
      the pattern of the item part of the list regex
    • createList

      ListBlock createList(ListItemBlock[] items)
      Parameters:
      items - children of the new listblock
      Returns:
      a new ListBlock