Uses of Class
org.commonmark.parser.SourceLine
Packages that use SourceLine
-
Uses of SourceLine in org.commonmark.parser
Methods in org.commonmark.parser that return SourceLineModifier and TypeMethodDescriptionstatic SourceLineSourceLine.of(CharSequence content, SourceSpan sourceSpan) SourceLine.substring(int beginIndex, int endIndex) Methods in org.commonmark.parser that return types with arguments of type SourceLineMethods in org.commonmark.parser with parameters of type SourceLineModifier and TypeMethodDescriptionvoidSourceLines.addLine(SourceLine sourceLine) static SourceLinesSourceLines.of(SourceLine sourceLine) Method parameters in org.commonmark.parser with type arguments of type SourceLineModifier and TypeMethodDescriptionstatic SourceLinesSourceLines.of(List<SourceLine> sourceLines) -
Uses of SourceLine in org.commonmark.parser.block
Methods in org.commonmark.parser.block that return SourceLineMethods in org.commonmark.parser.block with parameters of type SourceLineModifier and TypeMethodDescriptionvoidAbstractBlockParser.addLine(SourceLine line) voidBlockParser.addLine(SourceLine line) Add the part of a line that belongs to this block parser to parse (i.e. without any container block markers).