Modifier and Type | Field and Description |
---|---|
private final BlockParser[] | |
private int | |
private int | |
private boolean |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public BlockStart | atColumn(int newColumn)
Implements abstract jdk.
|
public BlockStart | atIndex(int newIndex)
Implements abstract jdk.
|
public BlockParser[] | |
public int | |
public int | |
public boolean | |
public BlockStart |
blockParsers | back to summary |
---|---|
private final BlockParser[] blockParsers |
newColumn | back to summary |
---|---|
private int newColumn |
newIndex | back to summary |
---|---|
private int newIndex |
replaceActiveBlockParser | back to summary |
---|---|
private boolean replaceActiveBlockParser |
BlockStartImpl | back to summary |
---|---|
public BlockStartImpl(BlockParser... blockParsers) |
atColumn | back to summary |
---|---|
public BlockStart atColumn(int newColumn) Implements abstract jdk.
|
atIndex | back to summary |
---|---|
public BlockStart atIndex(int newIndex) Implements abstract jdk.
|
getBlockParsers | back to summary |
---|---|
public BlockParser[] getBlockParsers() |
getNewColumn | back to summary |
---|---|
public int getNewColumn() |
getNewIndex | back to summary |
---|---|
public int getNewIndex() |
isReplaceActiveBlockParser | back to summary |
---|---|
public boolean isReplaceActiveBlockParser() |
replaceActiveBlockParser | back to summary |
---|---|
public BlockStart replaceActiveBlockParser() Implements abstract jdk.
|