Uses of Class
org.eclipse.jgit.blame.Region
-
Packages that use Region Package Description org.eclipse.jgit.blame Computing blame/annotate information of files. -
-
Uses of Region in org.eclipse.jgit.blame
Fields in org.eclipse.jgit.blame declared as Region Modifier and Type Field Description (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 Region Modifier and Type Method Description private static Region
Candidate. add(Region aTail, Candidate a, Region n)
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 Modifier and Type Method Description private static Region
Candidate. add(Region aTail, Candidate a, Region n)
-