Uses of Class
com.vladsch.flexmark.util.format.MarkdownParagraph.Token
-
Packages that use MarkdownParagraph.Token Package Description com.vladsch.flexmark.util.format -
-
Uses of MarkdownParagraph.Token in com.vladsch.flexmark.util.format
Methods in com.vladsch.flexmark.util.format that return MarkdownParagraph.Token Modifier and Type Method Description static @NotNull MarkdownParagraph.TokenMarkdownParagraph.Token. of(@NotNull MarkdownParagraph.TextType type, int start, int end)static @NotNull MarkdownParagraph.TokenMarkdownParagraph.Token. of(@NotNull MarkdownParagraph.TextType type, int start, int end, boolean isFirstWord)static @NotNull MarkdownParagraph.TokenMarkdownParagraph.Token. of(@NotNull MarkdownParagraph.TextType type, @NotNull com.vladsch.flexmark.util.sequence.Range range)static @NotNull MarkdownParagraph.TokenMarkdownParagraph.Token. of(@NotNull MarkdownParagraph.TextType type, @NotNull com.vladsch.flexmark.util.sequence.Range range, boolean isFirstWord)Methods in com.vladsch.flexmark.util.format that return types with arguments of type MarkdownParagraph.Token Modifier and Type Method Description @NotNull List<MarkdownParagraph.Token>MarkdownParagraph.TextTokenizer. asList()
-