Class BlockContent
java.lang.Object
com.vladsch.flexmark.util.ast.BlockContent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(@NotNull BasedSequence lineWithEOL, int lineIndent) voidaddAll(@NotNull List<BasedSequence> lines, List<Integer> lineIndents) @NotNull BasedSequence@NotNull BasedSequencegetContents(int startLine, int endLine) int@NotNull BasedSequencegetLine(int line) intint@NotNull List<BasedSequence> getLines()int@NotNull BasedSequenceint@NotNull Stringboolean@NotNull BlockContentsubContents(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
-