Uses of Class
org.eclipse.jgit.blame.Region
Packages that use Region
-
Uses of Region in org.eclipse.jgit.blame
Fields in org.eclipse.jgit.blame declared as RegionModifier and TypeFieldDescription(package private) Region
Region.next
Next entry in the region linked list.private Region
BlameGenerator.outRegion
(package private) Region
Candidate.regionList
Chain of regions this candidate may be blamed for.Methods in org.eclipse.jgit.blame that return RegionModifier and TypeMethodDescriptionprivate static Region
private Region
Candidate.clearRegionList()
(package private) Region
Region.copy
(int newSource) Copy the entire result region, but at a new source position.(package private) Region
Region.deepCopy()
(package private) Region
Region.splitFirst
(int newSource, int newLen) Split the region, assigning a new source position to the first half.Methods in org.eclipse.jgit.blame with parameters of type Region