Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
JLibDiff.Hunk

Uses of Hunk in JLibDiff
 

Subclasses of Hunk in JLibDiff
 class HunkAdd
          The HunkAdd class represents a bloc of difference reliding addition(insertion).
 class HunkChange
          The HunkChange class represents a bloc of difference reliding change.
 class HunkDel
          The HunkDel class represents a bloc of difference that will be deleted.
 

Fields in JLibDiff declared as Hunk
(package private)  Hunk Hunk.next
           
(package private)  Hunk Builder.BuildHunkResult.hunk
           
 

Methods in JLibDiff that return Hunk
 Hunk diff.hunkAt(int i)
          Return the hunk at the specified index.
 

Methods in JLibDiff with parameters of type Hunk
private  boolean diff3.hunk1HasLowest0(Hunk h1, Hunk h2)
           
private  boolean diff3.hunk1HasHighest0(Hunk h1, Hunk h2)
           
private  diff3.OverlapTestResult diff3.findOverlapIndex(Hunk hunk, java.util.Vector diffVector, int startIndex)
           
private  boolean diff3.isHunkOneBeforeHunkTwo(Hunk h1, Hunk h2)
          Returns true if Hunk 1 refers to a region of file 0 entirely before the region reference by hunk 2.
private  boolean diff3.doHunksMatch(Hunk h1, Hunk h2)
          Returns true if both hunks reflect the exact same change to both files.
private  boolean diff3.doHunkRangesMatch(Hunk h1, Hunk h2)
          Returns true if both hunks point to the exact same regions file 0.
private  boolean diff3.doHunksOverlap(Hunk h1, Hunk h2)
           
private  Hunk3 diff3.using_to_diff3_block(Hunk[] using, Hunk[] last_using, int low_thread, int high_thread, Hunk3 last_diff3)
           
private  boolean diff3.areHunksEquivelent(Hunk h1, Hunk h2)
           
private  boolean diff3.areHunksEquivelent(Hunk h1, Hunk h2, int fileNum)