Uses of Class
com.vladsch.flexmark.util.sequence.builder.tree.Segment.SegType
-
Packages that use Segment.SegType Package Description com.vladsch.flexmark.util.sequence.builder.tree -
-
Uses of Segment.SegType in com.vladsch.flexmark.util.sequence.builder.tree
Methods in com.vladsch.flexmark.util.sequence.builder.tree that return Segment.SegType Modifier and Type Method Description static Segment.SegType
Segment.SegType. fromTypeMask(int segTypeMask)
static Segment.SegType
Segment. getSegType(@NotNull Seg seg, @NotNull java.lang.CharSequence textChars)
Segment.SegType
Segment. getType()
static Segment.SegType
Segment.SegType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Segment.SegType[]
Segment.SegType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vladsch.flexmark.util.sequence.builder.tree with parameters of type Segment.SegType Modifier and Type Method Description static int
Segment. getSegByteLength(Segment.SegType segType, int segStart, int segLength)
-