Class ThematicBreakParser

    • Constructor Detail

      • ThematicBreakParser

        public ThematicBreakParser​(BasedSequence line)
    • Method Detail

      • getBlock

        public Block getBlock()
        Returns:
        the block parser's block node instance
      • closeBlock

        public void closeBlock​(ParserState state)
      • tryContinue

        public BlockContinue tryContinue​(ParserState state)
        Description copied from interface: BlockParser
        See if the block parser can continue parsing the current block
        Parameters:
        state - current parsing state
        Returns:
        block continue instance