Uses of Class
org.commonmark.internal.InlineParserImpl.DelimiterData
-
Packages that use InlineParserImpl.DelimiterData Package Description org.commonmark.internal -
-
Uses of InlineParserImpl.DelimiterData in org.commonmark.internal
Methods in org.commonmark.internal that return InlineParserImpl.DelimiterData Modifier and Type Method Description private InlineParserImpl.DelimiterData
InlineParserImpl. scanDelimiters(DelimiterProcessor delimiterProcessor, char delimiterChar)
Scan a sequence of characters with code delimiterChar, and return information about the number of delimiters and whether they are positioned such that they can open and/or close emphasis or strong emphasis.
-