Uses of Interface
org.commonmark.parser.delimiter.DelimiterRun
-
-
Uses of DelimiterRun in org.commonmark.ext.gfm.strikethrough.internal
Methods in org.commonmark.ext.gfm.strikethrough.internal with parameters of type DelimiterRun Modifier and Type Method Description int
StrikethroughDelimiterProcessor. process(DelimiterRun openingRun, DelimiterRun closingRun)
-
Uses of DelimiterRun in org.commonmark.ext.image.attributes.internal
Methods in org.commonmark.ext.image.attributes.internal with parameters of type DelimiterRun Modifier and Type Method Description int
ImageAttributesDelimiterProcessor. process(DelimiterRun openingRun, DelimiterRun closingRun)
-
Uses of DelimiterRun in org.commonmark.ext.ins.internal
Methods in org.commonmark.ext.ins.internal with parameters of type DelimiterRun Modifier and Type Method Description int
InsDelimiterProcessor. process(DelimiterRun openingRun, DelimiterRun closingRun)
-
Uses of DelimiterRun in org.commonmark.internal
Classes in org.commonmark.internal that implement DelimiterRun Modifier and Type Class Description class
Delimiter
Delimiter (emphasis, strong emphasis or custom emphasis).Methods in org.commonmark.internal with parameters of type DelimiterRun Modifier and Type Method Description int
StaggeredDelimiterProcessor. process(DelimiterRun openingRun, DelimiterRun closingRun)
-
Uses of DelimiterRun in org.commonmark.internal.inline
Methods in org.commonmark.internal.inline with parameters of type DelimiterRun Modifier and Type Method Description int
EmphasisDelimiterProcessor. process(DelimiterRun openingRun, DelimiterRun closingRun)
-
Uses of DelimiterRun in org.commonmark.parser.delimiter
Methods in org.commonmark.parser.delimiter with parameters of type DelimiterRun Modifier and Type Method Description int
DelimiterProcessor. process(DelimiterRun openingRun, DelimiterRun closingRun)
Process the delimiter runs.
-