Package org.commonmark.internal
Class IndentedCodeBlockParser.Factory
- java.lang.Object
-
- org.commonmark.parser.block.AbstractBlockParserFactory
-
- org.commonmark.internal.IndentedCodeBlockParser.Factory
-
- All Implemented Interfaces:
BlockParserFactory
- Enclosing class:
- IndentedCodeBlockParser
public static class IndentedCodeBlockParser.Factory extends AbstractBlockParserFactory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockStart
tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
-
-
Method Detail
-
tryStart
public BlockStart tryStart(ParserState state, MatchedBlockParser matchedBlockParser)
-
-