Interface GenericListBlockParser.Type
-
- Enclosing class:
- GenericListBlockParser
static interface GenericListBlockParser.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBlock
createList(ListItemBlock[] items)
java.lang.String
getItemPattern()
-
-
-
Method Detail
-
getItemPattern
java.lang.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
-
-