Package org.commonmark.parser.block
Class BlockContinue
java.lang.Object
org.commonmark.parser.block.BlockContinue
- Direct Known Subclasses:
BlockContinueImpl
Result object for continuing parsing of a block, see static methods for constructors.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BlockContinue
atColumn
(int newColumn) static BlockContinue
atIndex
(int newIndex) static BlockContinue
finished()
static BlockContinue
none()
-
Constructor Details
-
BlockContinue
protected BlockContinue()
-
-
Method Details
-
none
-
atIndex
-
atColumn
-
finished
-