class ListItemBlock extends AbstractFatherBlock
| Constructor and Description |
|---|
ListItemBlock(Block[] blocks) |
ListItemBlock(Block[] blocks,
ListBlock innerList)
Creates the ListItemBlock.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
after(Sink sink)
method called after traversing the childs
|
(package private) void |
before(Sink sink)
method called before traversing the childs
|
boolean |
equals(java.lang.Object obj) |
(package private) ListBlock |
getInnerList()
Returns the innerList.
|
int |
hashCode() |
getBlocks, traverseprivate final ListBlock innerList
ListItemBlock(Block[] blocks)
ListItemBlock(Block[], ListBlock)final void before(Sink sink)
before in class AbstractFatherBlocksink - a sink to fillfinal void after(Sink sink)
after in class AbstractFatherBlocksink - a sink to fillfinal ListBlock getInnerList()
UnorderedListBlock with the innerList.public final boolean equals(java.lang.Object obj)
equals in class AbstractFatherBlockpublic final int hashCode()
hashCode in class AbstractFatherBlock