type

MatchedBlockParser

src @Js
class MatchedBlockParser : Obj

Open block parser that was last matched during the continue phase. This is different from the currently active block parser, as an unmatched block is only closed when a new block is started.

constructors

fields

methods

Slot Details

make

src new make(BlockParser matchedBlockParser)

matchedBlockParser

src BlockParser matchedBlockParser { private set }

paragraphLines

src SourceLines paragraphLines()