class TableBlock extends AbstractFatherBlock
| Constructor and Description |
|---|
TableBlock(Block[] childBlocks)
Creates the TableBlock.
|
| 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
|
private int[] |
getJustification() |
equals, getBlocks, hashCode, traversepublic TableBlock(Block[] childBlocks)
childBlocks - child blocksfinal void before(Sink sink)
before in class AbstractFatherBlocksink - a sink to fillfinal void after(Sink sink)
after in class AbstractFatherBlocksink - a sink to fillprivate int[] getJustification()