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.SegTypeSegment.SegType. fromTypeMask(int segTypeMask)static Segment.SegTypeSegment. getSegType(@NotNull Seg seg, @NotNull CharSequence textChars)Segment.SegTypeSegment. getType()static Segment.SegTypeSegment.SegType. valueOf(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 intSegment. getSegByteLength(Segment.SegType segType, int segStart, int segLength)
-