Uses of Interface
org.commonmark.parser.delimiter.DelimiterRun
Packages that use DelimiterRun
Package
Description
-
Uses of DelimiterRun in org.commonmark.ext.gfm.strikethrough.internal
Methods in org.commonmark.ext.gfm.strikethrough.internal with parameters of type DelimiterRunModifier and TypeMethodDescriptionint
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 DelimiterRunModifier and TypeMethodDescriptionint
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 DelimiterRunModifier and TypeMethodDescriptionint
InsDelimiterProcessor.process
(DelimiterRun openingRun, DelimiterRun closingRun) -
Uses of DelimiterRun in org.commonmark.internal
Classes in org.commonmark.internal that implement DelimiterRunModifier and TypeClassDescriptionclass
Delimiter (emphasis, strong emphasis or custom emphasis).Methods in org.commonmark.internal with parameters of type DelimiterRunModifier and TypeMethodDescriptionint
StaggeredDelimiterProcessor.process
(DelimiterRun openingRun, DelimiterRun closingRun) -
Uses of DelimiterRun in org.commonmark.internal.inline
Methods in org.commonmark.internal.inline with parameters of type DelimiterRunModifier and TypeMethodDescriptionint
EmphasisDelimiterProcessor.process
(DelimiterRun openingRun, DelimiterRun closingRun) -
Uses of DelimiterRun in org.commonmark.parser.delimiter
Methods in org.commonmark.parser.delimiter with parameters of type DelimiterRunModifier and TypeMethodDescriptionint
DelimiterProcessor.process
(DelimiterRun openingRun, DelimiterRun closingRun) Process the delimiter runs.