Uses of Class
com.vladsch.flexmark.util.sequence.builder.tree.OffsetInfo
-
Packages that use OffsetInfo Package Description com.vladsch.flexmark.util.sequence.builder.tree -
-
Uses of OffsetInfo in com.vladsch.flexmark.util.sequence.builder.tree
Methods in com.vladsch.flexmark.util.sequence.builder.tree that return OffsetInfo Modifier and Type Method Description @NotNull OffsetInfo
BasedOffsetTracker. getOffsetInfo(int offset, boolean isEndOffset)
Return the range of indices in the sequence of this based offset tracker that correspond to the given offset in the base sequence from which this sequence was derived.
-