Modifier and Type | Class and Description |
---|---|
public static class |
Modifier and Type | Field and Description |
---|---|
private final FencedCodeBlock | |
private final char | |
private String | |
private final int | |
private StringBuilder |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | addLine(SourceLine line)
Overrides jdk. Implements jdk. Add the part of a line that belongs to this block parser to parse (i.e. without any container block markers). |
private static FencedCodeBlockParser | |
public void | |
public Block | |
private boolean | |
public BlockContinue |
block | back to summary |
---|---|
private final FencedCodeBlock block |
fenceChar | back to summary |
---|---|
private final char fenceChar |
firstLine | back to summary |
---|---|
private String firstLine |
openingFenceLength | back to summary |
---|---|
private final int openingFenceLength |
otherLines | back to summary |
---|---|
private StringBuilder otherLines |
FencedCodeBlockParser | back to summary |
---|---|
public FencedCodeBlockParser(char fenceChar, int fenceLength, int fenceIndent) |
addLine | back to summary |
---|---|
public void addLine(SourceLine line) Overrides jdk. Implements jdk. Doc from jdk. Add the part of a line that belongs to this block parser to parse (i.e. without any container block markers).
Note that the line will only include a
|
checkOpener | back to summary |
---|---|
private static FencedCodeBlockParser checkOpener(CharSequence line, int index, int indent) |
closeBlock | back to summary |
---|---|
public void closeBlock() Overrides jdk. Implements jdk.
|
getBlock | back to summary |
---|---|
public Block getBlock() Implements jdk.
|
tryClosing | back to summary |
---|---|
private boolean tryClosing(CharSequence line, int index) |
tryContinue | back to summary |
---|---|
public BlockContinue tryContinue(ParserState state) Implements jdk.
|
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public BlockStart | tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
Implements jdk.
|
Factory | back to summary |
---|---|
public Factory() |
tryStart | back to summary |
---|---|
public BlockStart tryStart(ParserState state, MatchedBlockParser matchedBlockParser) Implements jdk.
|