Package com.vladsch.flexmark.util.format
Class MarkdownParagraph.Token
java.lang.Object
com.vladsch.flexmark.util.format.MarkdownParagraph.Token
- Enclosing class:
MarkdownParagraph
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
final @NotNull Range
final @NotNull MarkdownParagraph.TextType
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Token
(@NotNull MarkdownParagraph.TextType type, @NotNull Range range, boolean isFirstWord) -
Method Summary
Modifier and TypeMethodDescriptionstatic @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 Range range) static @NotNull MarkdownParagraph.Token
of
(@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)
-