public static class MarkdownParagraph.Token extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
isFirstWord |
@NotNull com.vladsch.flexmark.util.sequence.Range |
range |
@NotNull MarkdownParagraph.TextType |
type |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull MarkdownParagraph.Token |
of(@NotNull MarkdownParagraph.TextType type,
int start,
int end) |
static @NotNull MarkdownParagraph.Token |
of(@NotNull MarkdownParagraph.TextType type,
int start,
int end,
boolean isFirstWord) |
static @NotNull MarkdownParagraph.Token |
of(@NotNull MarkdownParagraph.TextType type,
@NotNull com.vladsch.flexmark.util.sequence.Range range) |
static @NotNull MarkdownParagraph.Token |
of(@NotNull MarkdownParagraph.TextType type,
@NotNull com.vladsch.flexmark.util.sequence.Range range,
boolean isFirstWord) |
com.vladsch.flexmark.util.sequence.BasedSequence |
subSequence(com.vladsch.flexmark.util.sequence.BasedSequence charSequence) |
CharSequence |
subSequence(CharSequence charSequence) |
String |
toString() |
@NotNull public final @NotNull MarkdownParagraph.TextType type
@NotNull public final @NotNull com.vladsch.flexmark.util.sequence.Range range
public final boolean isFirstWord
public com.vladsch.flexmark.util.sequence.BasedSequence subSequence(com.vladsch.flexmark.util.sequence.BasedSequence charSequence)
public CharSequence subSequence(CharSequence charSequence)
@NotNull public static @NotNull MarkdownParagraph.Token of(@NotNull @NotNull MarkdownParagraph.TextType type, @NotNull @NotNull com.vladsch.flexmark.util.sequence.Range range)
@NotNull public static @NotNull MarkdownParagraph.Token of(@NotNull @NotNull MarkdownParagraph.TextType type, int start, int end)
@NotNull public static @NotNull MarkdownParagraph.Token of(@NotNull @NotNull MarkdownParagraph.TextType type, @NotNull @NotNull com.vladsch.flexmark.util.sequence.Range range, boolean isFirstWord)
@NotNull public static @NotNull MarkdownParagraph.Token of(@NotNull @NotNull MarkdownParagraph.TextType type, int start, int end, boolean isFirstWord)
Copyright © 2020. All rights reserved.