Class MarkdownParagraph.Token
java.lang.Object
com.vladsch.flexmark.util.format.MarkdownParagraph.Token
- Enclosing class:
MarkdownParagraph
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanfinal @NotNull Rangefinal @NotNull MarkdownParagraph.TextType -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateToken(@NotNull MarkdownParagraph.TextType type, @NotNull Range range, boolean isFirstWord) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull MarkdownParagraph.Tokenof(@NotNull MarkdownParagraph.TextType type, int start, int end) static @NotNull MarkdownParagraph.Tokenof(@NotNull MarkdownParagraph.TextType type, int start, int end, boolean isFirstWord) static @NotNull MarkdownParagraph.Tokenof(@NotNull MarkdownParagraph.TextType type, @NotNull Range range) static @NotNull MarkdownParagraph.Tokenof(@NotNull MarkdownParagraph.TextType type, @NotNull Range range, boolean isFirstWord) subSequence(BasedSequence charSequence) subSequence(CharSequence charSequence) toString()
-
Field Details
-
type
-
range
-
isFirstWord
public final boolean isFirstWord
-
-
Constructor Details
-
Token
private Token(@NotNull @NotNull MarkdownParagraph.TextType type, @NotNull @NotNull Range range, boolean isFirstWord)
-
-
Method Details
-
toString
-
subSequence
-
subSequence
-
of
@NotNull public static @NotNull MarkdownParagraph.Token of(@NotNull @NotNull MarkdownParagraph.TextType type, @NotNull @NotNull Range range) -
of
@NotNull public static @NotNull MarkdownParagraph.Token of(@NotNull @NotNull MarkdownParagraph.TextType type, int start, int end) -
of
@NotNull public static @NotNull MarkdownParagraph.Token of(@NotNull @NotNull MarkdownParagraph.TextType type, @NotNull @NotNull Range range, boolean isFirstWord) -
of
@NotNull public static @NotNull MarkdownParagraph.Token of(@NotNull @NotNull MarkdownParagraph.TextType type, int start, int end, boolean isFirstWord)
-