Uses of Record Class
cloud.opencode.base.string.diff.DiffLine
Packages that use DiffLine
-
Uses of DiffLine in cloud.opencode.base.string.diff
Methods in cloud.opencode.base.string.diff that return types with arguments of type DiffLineModifier and TypeMethodDescriptionDiffResult.lines()Returns the value of thelinesrecord component.Constructor parameters in cloud.opencode.base.string.diff with type arguments of type DiffLineModifierConstructorDescriptionDiffResult(List<DiffLine> lines, int additions, int deletions, int modifications) Creates an instance of aDiffResultrecord class.