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 SegmentOffsetTreeBasedOffsetTracker.segmentOffsetTreeMethods in com.vladsch.flexmark.util.sequence.builder.tree that return SegmentOffsetTreeModifier and TypeMethodDescriptionstatic @NotNull SegmentOffsetTreeSegmentOffsetTree.build(@NotNull BasedSequence baseSeq) static @NotNull SegmentOffsetTreeSegmentOffsetTree.build(@NotNull BasedSegmentBuilder builder) static @NotNull SegmentOffsetTreeSegmentOffsetTree.build(@NotNull Iterable<Seg> segments, @NotNull CharSequence allText) @NotNull SegmentOffsetTreeBasedOffsetTracker.getSegmentOffsetTree()@NotNull SegmentOffsetTreeSegmentTree.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 BasedOffsetTrackerBasedOffsetTracker.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 SegmentOffsetTreeModifierConstructorDescriptionprotectedBasedOffsetTracker(@NotNull BasedSequence sequence, @NotNull SegmentOffsetTree segmentOffsetTree)