Class SupBlock

  • All Implemented Interfaces:
    Block

    public class SupBlock
    extends Object
    implements Block

    SupBlock class.

    Since:
    1.4
    Author:
    Robert Scholte
    • Constructor Detail

      • SupBlock

        public SupBlock​(String text)

        Constructor for SupBlock.

        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.