| Package | Description |
|---|---|
| com.vladsch.flexmark.util.sequence.builder.tree |
| Modifier and Type | Field and Description |
|---|---|
protected @NotNull SegmentOffsetTree |
BasedOffsetTracker.segmentOffsetTree |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull SegmentOffsetTree |
SegmentOffsetTree.build(@NotNull BasedSegmentBuilder builder) |
static @NotNull SegmentOffsetTree |
SegmentOffsetTree.build(@NotNull BasedSequence baseSeq) |
static @NotNull SegmentOffsetTree |
SegmentOffsetTree.build(@NotNull Iterable<Seg> segments,
@NotNull CharSequence allText) |
@NotNull SegmentOffsetTree |
BasedOffsetTracker.getSegmentOffsetTree() |
@NotNull SegmentOffsetTree |
SegmentTree.getSegmentOffsetTree(@NotNull BasedSequence baseSeq)
Build an offset segment tree from this index segment tree
|
| Modifier and Type | Method and Description |
|---|---|
static @NotNull BasedOffsetTracker |
BasedOffsetTracker.create(@NotNull BasedSequence sequence,
@NotNull SegmentOffsetTree segmentOffsetTree)
Create a based offset tracker for the given sequence
|
| Constructor and Description |
|---|
BasedOffsetTracker(@NotNull BasedSequence sequence,
@NotNull SegmentOffsetTree segmentOffsetTree) |
Copyright © 2020. All rights reserved.