Class BlockStartImpl
java.lang.Object
com.vladsch.flexmark.parser.block.BlockStart
com.vladsch.flexmark.parser.internal.BlockStartImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BlockParser[]private intprivate intprivate boolean -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BlockStart
none, of
-
Field Details
-
blockParsers
-
newIndex
private int newIndex -
newColumn
private int newColumn -
replaceActiveBlockParser
private boolean replaceActiveBlockParser
-
-
Constructor Details
-
BlockStartImpl
-
-
Method Details
-
getBlockParsers
-
getNewIndex
public int getNewIndex() -
getNewColumn
public int getNewColumn() -
isReplaceActiveBlockParser
public boolean isReplaceActiveBlockParser() -
atIndex
- Specified by:
atIndexin classBlockStart
-
atColumn
- Specified by:
atColumnin classBlockStart
-
replaceActiveBlockParser
- Specified by:
replaceActiveBlockParserin classBlockStart
-