GitHub repository | This map was generated from repository code by SourceSpy (more info)
flexmark-javaabstract class BasedSequenceImpl
BasedSequenceImpl()
IRichSequenceBase...
BasedSequenceImpl
Implementation of BaseSequence
O
addSegments()
Abstract
getStartOffset()
Get the start offset of this sequence into {@link #getBaseSequence()} and {@link #ge...
IRichSequence...
BasedSequence
A CharSequence that references original char sequence with offsets into original pre...
Abstract
getEndOffset()
Get the end offset of this sequence into {@link # getBaseSequence()} and {@link #getB...
Abstract
append()
ISegmentBuilder
O
baseColumnAtEnd()
O
baseColumnAtIndex()
Abstract
getBaseSequence()
Get the base sequence for the text
Abstract
columnAtIndex()
SequenceUtils
IRichSequence
A CharSequence that provides a rich set of manipulation methods. NOTE: '\0' changed ...
O
baseColumnAtStart()
O
baseEndOfLine()
O
baseEndOfLine()
Abstract
endOfLine()
Get the offset of the end of line at given index, end of line delimited by \n
O
baseEndOfLineAnyEOL()
O
baseEndOfLineAnyEOL()
Abstract
endOfLineAnyEOL()
Get the offset of the end of line at given index, end of line delimited by \n or any...
O
baseLineColumnAtEnd()
O
baseLineColumnAtIndex()
Abstract
lineColumnAtIndex()
Get the line and column information from index into sequence
O
baseLineColumnAtStart()
O
baseLineRangeAtEnd()
O
baseLineRangeAtIndex()
Abstract
lineRangeAt()
Get the line characters at given index, line delimited by \n
O
baseLineRangeAtStart()
O
baseStartOfLine()
Abstract
startOfLine()
Get the offset of the start of line at given index, start of line delimited by \n
O
baseStartOfLine()
O
baseStartOfLineAnyEOL()
Abstract
startOfLineAnyEOL()
Get the offset of the start of line at given index, start of line delimited by \n or...
O
baseStartOfLineAnyEOL()
O
baseSubSequence()
OAbstract
subSequence()
Get a portion of this sequence
O
baseSubSequence()
O
containsAllOf()
Abstract
getBase()
Get the underlying object on which this sequence contents are based
O
containsOnlyIn()
O
containsSomeNotIn()
test()
CharPredicate
Interface for set of characters to use for inclusion exclusion tests Can be used for...
O
containsOnlyNotIn()
O
containsSomeIn()
O
containsSomeOf()
S
create()
OS
create()
BasedSequenceImpl
SubSequence
A BasedSequence implementation which wraps original CharSequence to provide a BasedS...
O
emptyArray()
O
extendByAny()
O
extendByAny()
Abstract
countLeading()
O
extendByAnyNot()
Abstract
countLeadingNot()
O
extendByAnyNot()
O
extendByOneOfAny()
O
extendByOneOfAnyNot()
O
extendToEndOfLine()
O
extendToEndOfLine()
O
lastChar()
IRichSequence
IRichSequenceBase
An abstract base for RichSequence which implements most of the methods allowing subc...
Abstract
eolStartLength()
Get the length of EOL character at the given index of this sequence, if present. <p>...
O
extendToEndOfLine()
O
extendToEndOfLine()
O
extendToStartOfLine()
O
firstChar()
Abstract
eolEndLength()
Get the length of EOL character at the given index of this sequence, if present. <p>...
O
extendToStartOfLine()
O
extendToStartOfLine()
O
extendToStartOfLine()
S
firstNonNull()
O
getBuilder()
S
emptyBuilder()
ISequenceBuilder
SequenceBuilder
A Builder for Segmented BasedSequences
O
getEmptyPrefix()
O
getEmptySuffix()
O
subSequence()
O
getSegmentTree()
Get the segment tree for this sequence or null if sequence is contiguous from startO...
S
emptyBuilder()
SegmentBuilderBase...
BasedSegmentBuilder
O
getSegments()
ISegmentBuilder
SegmentBuilderBase
O
getText()
S
build()
SegmentTree
Binary search tree of sequence segments
O
intersect()
S
max()
Utils
S
min()
O
isBaseCharAt()
O
safeBaseCharAt()
Abstract
safeCharAt()
return char at index or '\0' if index <0 or >=length()
O
isContinuationOf()
O
isContinuedBy()
O
normalizeEOL()
S
normalizeEOL()
Normalize eol: embedded \r and \r\n are converted to \n
Escaping
O
normalizeEndWithEOL()
S
normalizeEndWithEOL()
Normalize eol: embedded \r and \r\n are converted to \n <p> Append EOL sequence if s...
O
nullSequence()
O
prefixOf()
O
prefixWith()
S
prefixOf()
BasedSequenceImpl...
PrefixedSubSequence
A BasedSequence with an out of scope of original char sequence prefix a subSequence(...
O
prefixWithIndent()
O
prefixWithIndent()
O
safeCharAt()
O
sequenceOf()
S
of()
O
spliceAtEnd()
Abstract
isEmpty()
O
isEmpty()
O
suffixOf()
O
toMapped()
S
mappedOf()
BasedSequenceImpl...
MappedBasedSequence
A BasedSequence which maps characters according to CharMapper
O
toStringOrNull()
O
isNull()
toString()
O
unescape()
S
unescape()
Replace entities and backslash escapes with literal characters.
O
unescape()
S
unescapeString()
Replace entities and backslash escapes with literal characters.
O
unescapeNoEntities()
S
unescapeString()
Replace entities and backslash escapes with literal characters.