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.LineModifier and TypeFieldDescriptionprivate final List<DiffLinesLabel.Line> DiffLinesLabel.linesprivate List<DiffLinesLabel.Line> DiffLinesLabel.trailingLinesMethods in org.variantsync.diffdetective.variation that return DiffLinesLabel.LineModifier and TypeMethodDescriptionstatic DiffLinesLabel.LineDiffLinesLabel.Line.withInvalidLineNumber(String content) Methods in org.variantsync.diffdetective.variation that return types with arguments of type DiffLinesLabel.LineModifier and TypeMethodDescriptionDiffLinesLabel.getDiffLines()DiffLinesLabel.getDiffTrailingLines()private List<DiffLinesLabel.Line> DiffLinesLabel.mapWithoutTimeDependentState(List<DiffLinesLabel.Line> lines, Time time) private static List<DiffLinesLabel.Line> DiffLinesLabel.zipWithTimeDependentStateFrom(List<DiffLinesLabel.Line> linesA, List<DiffLinesLabel.Line> linesB, Time time) Methods 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 TypeMethodDescriptionvoidDiffLinesLabel.addDiffLines(List<DiffLinesLabel.Line> newLines) private List<DiffLinesLabel.Line> DiffLinesLabel.mapWithoutTimeDependentState(List<DiffLinesLabel.Line> lines, Time time) voidDiffLinesLabel.setDiffTrailingLines(List<DiffLinesLabel.Line> newLines) private static List<DiffLinesLabel.Line> DiffLinesLabel.zipWithTimeDependentStateFrom(List<DiffLinesLabel.Line> linesA, List<DiffLinesLabel.Line> linesB, Time time) Constructor parameters in org.variantsync.diffdetective.variation with type arguments of type DiffLinesLabel.LineModifierConstructorDescriptionDiffLinesLabel(List<DiffLinesLabel.Line> lines) DiffLinesLabel(List<DiffLinesLabel.Line> lines, List<DiffLinesLabel.Line> trailingLines) -
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.