Package com.vladsch.flexmark.util.ast
Class BlockContent
java.lang.Object
com.vladsch.flexmark.util.ast.BlockContent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(@NotNull BasedSequence lineWithEOL, int lineIndent) void
addAll
(@NotNull List<BasedSequence> lines, List<Integer> lineIndents) @NotNull BasedSequence
@NotNull BasedSequence
getContents
(int startLine, int endLine) int
@NotNull BasedSequence
getLine
(int line) int
int
@NotNull List
<BasedSequence> getLines()
int
@NotNull BasedSequence
int
@NotNull String
boolean
@NotNull BlockContent
subContents
(int startLine, int endLine)
-
Field Details
-
lines
-
lineIndents
-
-
Constructor Details
-
BlockContent
public BlockContent() -
BlockContent
-
-
Method Details
-
getLine
-
getSpanningChars
-
getLines
-
getLineIndents
-
getLineCount
public int getLineCount() -
getStartOffset
public int getStartOffset() -
getEndOffset
public int getEndOffset() -
getLineIndent
public int getLineIndent() -
getSourceLength
public int getSourceLength() -
add
-
addAll
-
hasSingleLine
public boolean hasSingleLine() -
getContents
-
subContents
-
getContents
-
getString
-