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