SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Class
JLibDiff.Hunk

Packages that use Hunk
JLibDiff   
 

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.
 

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


SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan