Uses of Class
com.vladsch.flexmark.util.options.ParsedOption
Packages that use ParsedOption
-
Uses of ParsedOption in com.vladsch.flexmark.ext.toc.internal
Methods in com.vladsch.flexmark.ext.toc.internal that return types with arguments of type ParsedOptionModifier and TypeMethodDescriptionSimTocOptionTypes.parseOption
(BasedSequence optionText, TocOptions options, MessageProvider provider) TocLevelsOptionParser.parseOption
(BasedSequence optionText, TocOptions options, MessageProvider provider) TocOptionTypes.parseOption
(BasedSequence optionText, TocOptions options, MessageProvider provider) -
Uses of ParsedOption in com.vladsch.flexmark.util.options
Methods in com.vladsch.flexmark.util.options that return types with arguments of type ParsedOptionModifier and TypeMethodDescriptionPair
<T, List<ParsedOption<T>>> BooleanOptionParser.parseOption
(BasedSequence optionText, T options, MessageProvider provider) Pair
<T, List<ParsedOption<T>>> OptionParser.parseOption
(BasedSequence optionText, T options, MessageProvider provider) Pair
<T, List<ParsedOption<T>>> OptionsParser.parseOption
(BasedSequence optionsText, T options, MessageProvider provider)