| Package | Description |
|---|---|
| com.vladsch.flexmark.util.sequence.builder.tree |
| Modifier and Type | Method and Description |
|---|---|
static Segment.SegType |
Segment.SegType.fromTypeMask(int segTypeMask) |
static Segment.SegType |
Segment.getSegType(@NotNull Seg seg,
@NotNull CharSequence textChars) |
Segment.SegType |
Segment.getType() |
static Segment.SegType |
Segment.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.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Segment.getSegByteLength(Segment.SegType segType,
int segStart,
int segLength) |
Copyright © 2020. All rights reserved.