Package org.commonmark.parser.block
Class BlockStart
java.lang.Object
org.commonmark.parser.block.BlockStart
- Direct Known Subclasses:
BlockStartImpl
Result object for starting parsing of a block, see static methods for constructors.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract BlockStart
atColumn
(int newColumn) abstract BlockStart
atIndex
(int newIndex) static BlockStart
none()
static BlockStart
of
(BlockParser... blockParsers) abstract BlockStart
-
Constructor Details
-
BlockStart
protected BlockStart()
-
-
Method Details
-
none
-
of
-
atIndex
-
atColumn
-
replaceActiveBlockParser
-