Interface NexusBlockListener

    • Method Detail

      • startBlock

        void startBlock​(String blockName)
        Notifies the parser that a new block is starting.
        Parameters:
        blockName - the name of the newly started block.
      • endBlock

        void endBlock()
        Notifies the parser that a block is ending.
      • endComment

        void endComment()
        Closing a comment tag.
      • endTokenGroup

        void endTokenGroup()
        Closing a line (semi-colon encountered). This indicates that anything received after it is on the next logical line of the block.