Uses of Class
com.vladsch.flexmark.util.sequence.builder.tree.SegmentOffsetTree
Packages that use SegmentOffsetTree
-
Uses of SegmentOffsetTree in com.vladsch.flexmark.util.sequence.builder.tree
Fields in com.vladsch.flexmark.util.sequence.builder.tree declared as SegmentOffsetTreeModifier and TypeFieldDescriptionprotected final @NotNull SegmentOffsetTree
BasedOffsetTracker.segmentOffsetTree
Methods in com.vladsch.flexmark.util.sequence.builder.tree that return SegmentOffsetTreeModifier and TypeMethodDescriptionstatic @NotNull SegmentOffsetTree
SegmentOffsetTree.build
(@NotNull BasedSequence baseSeq) static @NotNull SegmentOffsetTree
SegmentOffsetTree.build
(@NotNull BasedSegmentBuilder builder) 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 treeMethods in com.vladsch.flexmark.util.sequence.builder.tree with parameters of type SegmentOffsetTreeModifier and TypeMethodDescriptionstatic @NotNull BasedOffsetTracker
BasedOffsetTracker.create
(@NotNull BasedSequence sequence, @NotNull SegmentOffsetTree segmentOffsetTree) Create a based offset tracker for the given sequenceConstructors in com.vladsch.flexmark.util.sequence.builder.tree with parameters of type SegmentOffsetTreeModifierConstructorDescriptionprotected
BasedOffsetTracker
(@NotNull BasedSequence sequence, @NotNull SegmentOffsetTree segmentOffsetTree)