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