Package org.commonmark.internal
Class BlockStartImpl
- java.lang.Object
-
- org.commonmark.parser.block.BlockStart
-
- org.commonmark.internal.BlockStartImpl
-
public class BlockStartImpl extends BlockStart
-
-
Field Summary
Fields Modifier and Type Field Description private BlockParser[]blockParsersprivate intnewColumnprivate intnewIndexprivate booleanreplaceActiveBlockParser
-
Constructor Summary
Constructors Constructor Description BlockStartImpl(BlockParser... blockParsers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockStartatColumn(int newColumn)BlockStartatIndex(int newIndex)BlockParser[]getBlockParsers()intgetNewColumn()intgetNewIndex()booleanisReplaceActiveBlockParser()BlockStartreplaceActiveBlockParser()-
Methods inherited from class org.commonmark.parser.block.BlockStart
none, of
-
-
-
-
Field Detail
-
blockParsers
private final BlockParser[] blockParsers
-
newIndex
private int newIndex
-
newColumn
private int newColumn
-
replaceActiveBlockParser
private boolean replaceActiveBlockParser
-
-
Constructor Detail
-
BlockStartImpl
public BlockStartImpl(BlockParser... blockParsers)
-
-
Method Detail
-
getBlockParsers
public BlockParser[] getBlockParsers()
-
getNewIndex
public int getNewIndex()
-
getNewColumn
public int getNewColumn()
-
isReplaceActiveBlockParser
public boolean isReplaceActiveBlockParser()
-
atIndex
public BlockStart atIndex(int newIndex)
- Specified by:
atIndexin classBlockStart
-
atColumn
public BlockStart atColumn(int newColumn)
- Specified by:
atColumnin classBlockStart
-
replaceActiveBlockParser
public BlockStart replaceActiveBlockParser()
- Specified by:
replaceActiveBlockParserin classBlockStart
-
-