GitHub repository | This map was generated from repository code by SourceSpy (more info)
flexmark-javainterface BasedSequence
Abstract
addSegments()
Add segments for this sequence, replacing out of base characters with strings
IRichSequence...
BasedSequence
A CharSequence that references original char sequence with offsets into original pre...
Abstract
baseColumnAtEnd()
Abstract
baseColumnAtIndex()
Abstract
baseColumnAtStart()
Abstract
baseEndOfLine()
Abstract
baseEndOfLine()
Abstract
baseEndOfLineAnyEOL()
Abstract
baseEndOfLineAnyEOL()
Abstract
baseLineColumnAtEnd()
Abstract
baseLineColumnAtIndex()
Abstract
baseLineColumnAtStart()
Abstract
baseLineRangeAtEnd()
Abstract
baseLineRangeAtIndex()
Abstract
baseLineRangeAtStart()
Abstract
baseStartOfLine()
Abstract
baseStartOfLine()
Abstract
baseStartOfLineAnyEOL()
Abstract
baseStartOfLineAnyEOL()
Abstract
baseSubSequence()
Get a portion of this sequence's base sequence <p> NOTE: this means that if this seq...
Abstract
baseSubSequence()
Get a portion of the original sequence that this sequence is based on
Abstract
containsAllOf()
start/end offset based containment, not textual
Abstract
containsOnlyIn()
Test for line contains only characters from the set
Abstract
containsOnlyNotIn()
Test for line containing only characters not in the set
Abstract
containsSomeIn()
Test for line containing some of the characters in the set
Abstract
containsSomeNotIn()
Test for line containing some characters not in the set
Abstract
containsSomeOf()
start/end offset based containment, not textual
Abstract
extendByAny()
Extend this based sequence to include characters from underlying based sequence
Abstract
extendByAny()
Abstract
extendByAnyNot()
Extend this based sequence to include characters from underlying based sequence not ...
Abstract
extendByAnyNot()
Abstract
extendByOneOfAny()
Abstract
extendByOneOfAnyNot()
extendToAny()
extendToAny()
Abstract
extendToEndOfLine()
Abstract
extendToEndOfLine()
Extend in contained based sequence
Abstract
extendToEndOfLine()
Abstract
extendToEndOfLine()
Abstract
extendToStartOfLine()
Extend in contained based sequence
Abstract
extendToStartOfLine()
Abstract
extendToStartOfLine()
Abstract
extendToStartOfLine()
Abstract
getBase()
Get the underlying object on which this sequence contents are based
Abstract
getBaseSequence()
Get the base sequence for the text
OAbstract
getBuilder()
Abstract
getEmptyPrefix()
Get empty prefix to this sequence
Abstract
getEmptySuffix()
Get empty suffix to this sequence
Abstract
getEndOffset()
Get the end offset of this sequence into {@link # getBaseSequence()} and {@link #getB...
Abstract
getIndexOffset()
Get the offset of index in this sequence mapped to offset into {@link #getBaseSequen...
Abstract
getSegmentTree()
Get the segment tree for this sequence
Abstract
getSourceRange()
Get the range of this sequence in original {@link #getBaseSequence()} and {@link #ge...
Abstract
getStartOffset()
Get the start offset of this sequence into {@link #getBaseSequence()} and {@link #ge...
Abstract
intersect()
start/end offset based intersection, not textual
Abstract
isBaseCharAt()
Safe, if index out of range but based sequence has characters will return those, els...
Abstract
isContinuationOf()
Test if this sequence is a continuation of the given sequence in original source text
Abstract
isContinuedBy()
Test if the given sequence is a continuation of this sequence in original source text
Abstract
normalizeEOL()
replace any \r\n and \r by \n
Abstract
normalizeEndWithEOL()
replace any \r\n and \r by \n, append terminating EOL if one is not present
S
of()
S
create()
IRichSequenceBase...
BasedSequenceImpl
Implementation of BaseSequence
S
ofSpaces()
S
ofSpaces()
RepeatedSequence
CharSequence that repeats in a wraparound the given sequence. Partial repeat occurs ...
Abstract
prefixOf()
Get the prefix part of this from other, start/end offset based containment, not text...
Abstract
prefixWithIndent()
Extend this based sequence to include characters from underlying based sequence taki...
Abstract
prefixWithIndent()
S
repeatOf()
S
repeatOf()
S
repeatOf()
S
repeatOf()
Abstract
safeBaseCharAt()
Safe, if index out of range but based sequence has characters will return those, els...
Abstract
spliceAtEnd()
Splice the given sequence to the end of this one and return a BasedSequence of the r...
OAbstract
subSequence()
Get a portion of this sequence
Abstract
suffixOf()
Get the suffix part of this from other, start/end offset based containment, not text...
Abstract
unescape()
Get the unescaped string of this sequence content
Abstract
unescape()
Get the unescaped string of this sequence content
Abstract
unescapeNoEntities()
Get the unescaped string of this sequence content without unescaping entities