Uses of Interface
org.commonmark.parser.InlineParserContext
-
Packages that use InlineParserContext Package Description org.commonmark.internal org.commonmark.parser Parsing input text to AST nodes (seeParser
) -
-
Uses of InlineParserContext in org.commonmark.internal
Classes in org.commonmark.internal that implement InlineParserContext Modifier and Type Class Description class
InlineParserContextImpl
Fields in org.commonmark.internal declared as InlineParserContext Modifier and Type Field Description private InlineParserContext
InlineParserImpl. context
Constructors in org.commonmark.internal with parameters of type InlineParserContext Constructor Description InlineParserImpl(InlineParserContext inlineParserContext)
-
Uses of InlineParserContext in org.commonmark.parser
Methods in org.commonmark.parser with parameters of type InlineParserContext Modifier and Type Method Description InlineParser
InlineParserFactory. create(InlineParserContext inlineParserContext)
-