class VerbatimBlock extends AbstractFatherBlock
Constructor and Description |
---|
VerbatimBlock(Block[] childBlocks)
Creates the VerbatimBlock.
|
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
|
equals, getBlocks, hashCode, traverse
VerbatimBlock(Block[] childBlocks)
childBlocks
- child blocksfinal void before(Sink sink)
before
in class AbstractFatherBlock
sink
- a sink to fillfinal void after(Sink sink)
after
in class AbstractFatherBlock
sink
- a sink to fill