Class SubBlock

  • All Implemented Interfaces:
    Block

    public class SubBlock
    extends Object
    implements Block

    SubBlock class.

    Since:
    1.4
    Author:
    Robert Scholte
    • Constructor Detail

      • SubBlock

        public SubBlock​(String text)

        Constructor for SubBlock.

        Parameters:
        text - a String object.
    • Method Detail

      • traverse

        public void traverse​(Sink sink)

        traverse.

        Specified by:
        traverse in interface Block
        Parameters:
        sink - a Sink object.