Modifier and Type | Class and Description |
---|---|
public static class |
Modifier and Type | Field and Description |
---|---|
private final ThematicBreak |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public Block | |
private static boolean | |
public BlockContinue |
block | back to summary |
---|---|
private final ThematicBreak block |
ThematicBreakParser | back to summary |
---|---|
public ThematicBreakParser(String literal) |
getBlock | back to summary |
---|---|
public Block getBlock() Implements jdk.
|
isThematicBreak | back to summary |
---|---|
private static boolean isThematicBreak(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.
|