Modifier and Type | Class and Description |
---|---|
public static class |
Modifier and Type | Field and Description |
---|---|
private final IndentedCodeBlock | |
private final List |
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). |
public void | |
public Block | |
public BlockContinue |
block | back to summary |
---|---|
private final IndentedCodeBlock block |
lines | back to summary |
---|---|
private final List<CharSequence> lines |
IndentedCodeBlockParser | back to summary |
---|---|
public IndentedCodeBlockParser() |
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
|
closeBlock | back to summary |
---|---|
public void closeBlock() Overrides jdk. Implements jdk.
|
getBlock | back to summary |
---|---|
public Block getBlock() Implements jdk.
|
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.
|