public class BlockStartImpl extends BlockStart
| Constructor and Description |
|---|
BlockStartImpl(BlockParser... blockParsers) |
| Modifier and Type | Method and Description |
|---|---|
BlockStart |
atColumn(int newColumn) |
BlockStart |
atIndex(int newIndex) |
BlockParser[] |
getBlockParsers() |
int |
getNewColumn() |
int |
getNewIndex() |
boolean |
isReplaceActiveBlockParser() |
BlockStart |
replaceActiveBlockParser() |
none, ofpublic BlockStartImpl(BlockParser... blockParsers)
public BlockParser[] getBlockParsers()
public int getNewIndex()
public int getNewColumn()
public boolean isReplaceActiveBlockParser()
public BlockStart atIndex(int newIndex)
atIndex in class BlockStartpublic BlockStart atColumn(int newColumn)
atColumn in class BlockStartpublic BlockStart replaceActiveBlockParser()
replaceActiveBlockParser in class BlockStartCopyright © 2018. All rights reserved.