Class TableBlock

    • Constructor Summary

      Constructors 
      Constructor Description
      TableBlock​(Block[] childBlocks)
      Creates the TableBlock.
    • Constructor Detail

      • TableBlock

        TableBlock​(Block[] childBlocks)
        Creates the TableBlock.
        Parameters:
        childBlocks - child blocks
    • Method Detail

      • before

        final void before​(Sink sink)
        method called before traversing the childs
        Specified by:
        before in class AbstractFatherBlock
        Parameters:
        sink - a sink to fill
      • after

        final void after​(Sink sink)
        method called after traversing the childs
        Specified by:
        after in class AbstractFatherBlock
        Parameters:
        sink - a sink to fill
      • getJustification

        private int[] getJustification()