class ListItemBlock extends AbstractFatherBlock
| Constructor and Description |
|---|
ListItemBlock(java.util.List<Block> blocks) |
ListItemBlock(java.util.List<Block> blocks,
ListBlock innerList) |
| Modifier and Type | Method and Description |
|---|---|
void |
after(Sink sink)
after.
|
void |
before(Sink sink)
before.
|
(package private) ListBlock |
getInnerList() |
getBlocks, traverseprivate ListBlock innerList
ListItemBlock(java.util.List<Block> blocks)
public void before(Sink sink)
before.
before in class AbstractFatherBlocksink - the Sink to receive events.public void after(Sink sink)
after.
after in class AbstractFatherBlocksink - the Sink to receive events.ListBlock getInnerList()