Uses of Record Class
org.variantsync.diffdetective.variation.DiffLinesLabel.Line
Packages that use DiffLinesLabel.Line
Package
Description
-
Uses of DiffLinesLabel.Line in org.variantsync.diffdetective.variation
Fields in org.variantsync.diffdetective.variation with type parameters of type DiffLinesLabel.LineMethods in org.variantsync.diffdetective.variation that return DiffLinesLabel.LineModifier and TypeMethodDescriptionstatic DiffLinesLabel.Line
DiffLinesLabel.Line.withInvalidLineNumber
(String content) Methods in org.variantsync.diffdetective.variation that return types with arguments of type DiffLinesLabel.LineMethods in org.variantsync.diffdetective.variation with parameters of type DiffLinesLabel.LineMethod parameters in org.variantsync.diffdetective.variation with type arguments of type DiffLinesLabel.LineModifier and TypeMethodDescriptionvoid
DiffLinesLabel.addDiffLines
(List<DiffLinesLabel.Line> newLines) Constructor parameters in org.variantsync.diffdetective.variation with type arguments of type DiffLinesLabel.Line -
Uses of DiffLinesLabel.Line in org.variantsync.diffdetective.variation.diff.parse
Fields in org.variantsync.diffdetective.variation.diff.parse with type parameters of type DiffLinesLabel.LineMethods in org.variantsync.diffdetective.variation.diff.parse that return types with arguments of type DiffLinesLabel.LineModifier and TypeMethodDescriptionLogicalLine.getLines()
Returns all physical linesLogicalLine.consume(java.lang.String,org.variantsync.diffdetective.diff.text.DiffLineNumber)
d for the current logical line.