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) RegionRegion. nextNext entry in the region linked list.private RegionBlameGenerator. outRegion(package private) RegionCandidate. regionListChain of regions this candidate may be blamed for.Methods in org.eclipse.jgit.blame that return Region Modifier and Type Method Description private static RegionCandidate. add(Region aTail, Candidate a, Region n)private RegionCandidate. clearRegionList()(package private) RegionRegion. copy(int newSource)Copy the entire result region, but at a new source position.(package private) RegionRegion. deepCopy()(package private) RegionRegion. 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 RegionCandidate. add(Region aTail, Candidate a, Region n)
-