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
Subclasses with type arguments of type Segment.SegType in com.vladsch.flexmark.util.sequence.builder.treeMethods in com.vladsch.flexmark.util.sequence.builder.tree that return Segment.SegTypeModifier and TypeMethodDescriptionstatic Segment.SegTypeSegment.SegType.fromTypeMask(int segTypeMask) static Segment.SegTypeSegment.getSegType(@NotNull Seg seg, @NotNull CharSequence textChars) final Segment.SegTypeSegment.getType()static Segment.SegTypeReturns 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 intSegment.getSegByteLength(Segment.SegType segType, int segStart, int segLength)