| Modifier and Type | Class and Description |
|---|---|
class |
BlankLine |
class |
Document |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Block |
BlankLine.getClaimedBlankLine() |
@Nullable Block |
Block.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockTracker.blockAdded(@NotNull Block node) |
void |
BlockTracker.blockAddedWithChildren(@NotNull Block node) |
void |
BlockTracker.blockAddedWithDescendants(@NotNull Block node) |
void |
BlockTracker.blockRemoved(@NotNull Block node) |
void |
BlockTracker.blockRemovedWithChildren(@NotNull Block node) |
void |
BlockTracker.blockRemovedWithDescendants(@NotNull Block node) |
BlankLine |
BlankLine.setClaimedBlankLine(@NotNull Block claimedBlankLine) |
| Constructor and Description |
|---|
BlankLine(@NotNull com.vladsch.flexmark.util.sequence.BasedSequence chars,
@NotNull Block claimedBlankLine) |
Copyright © 2020. All rights reserved.