JLibDiff
Class HunkDel

java.lang.Object
  |
  +--JLibDiff.Hunk
        |
        +--JLibDiff.HunkDel
All Implemented Interfaces:
HunkVisitable, java.io.Serializable

public class HunkDel
extends Hunk
implements java.io.Serializable

The HunkDel class represents a bloc of difference that will be deleted.

See Also:
Serialized Form

Field Summary
(package private)  java.util.Vector a
           
(package private)  int ld1
           
(package private)  int ld2
           
(package private)  int lf1
           
 
Fields inherited from class JLibDiff.Hunk
next
 
Constructor Summary
HunkDel()
           
 
Method Summary
 void accept(HunkVisitor visitor)
           
 java.lang.String convert_ED()
          Returns a string representation of the current hunk with ED_script format .
 java.lang.String convert_RCS()
          Returns a string representation of the current hunk with RCS_script format .
 java.lang.String convert()
          Returns a string representation of the current hunk with normal format .
 java.lang.String getOldContents()
          Returns string to delete.
 int highLine(int filenum)
          Returns the number of high line of file passed in argument .
 int lowLine(int filenum)
          Returns the number of low line of file passed in argument .
 int numLines(int filenum)
          Returns the number of lines consedered in this hunk and which came from file passed in argument .
 java.lang.String relNum(int filenum, int linenum)
          Returns a string representing the line in file and position passed in argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ld1

int ld1

lf1

int lf1

ld2

int ld2

a

java.util.Vector a
Constructor Detail

HunkDel

public HunkDel()
Method Detail

accept

public void accept(HunkVisitor visitor)
Specified by:
accept in interface HunkVisitable
Specified by:
accept in class Hunk

getOldContents

public java.lang.String getOldContents()
Returns string to delete.


convert

public java.lang.String convert()
Returns a string representation of the current hunk with normal format .

Specified by:
convert in class Hunk

convert_ED

public java.lang.String convert_ED()
Returns a string representation of the current hunk with ED_script format .

Specified by:
convert_ED in class Hunk

convert_RCS

public java.lang.String convert_RCS()
Returns a string representation of the current hunk with RCS_script format .

Specified by:
convert_RCS in class Hunk

lowLine

public int lowLine(int filenum)
Returns the number of low line of file passed in argument . Lines are inclusif.

Specified by:
lowLine in class Hunk
Parameters:
filenum - The number of file (the first file '0', or the second '1').

highLine

public int highLine(int filenum)
Returns the number of high line of file passed in argument . Lines are inclusif.

Specified by:
highLine in class Hunk
Parameters:
filenum - The number of file (the first file '0', or the second '1').

numLines

public int numLines(int filenum)
Returns the number of lines consedered in this hunk and which came from file passed in argument .

Specified by:
numLines in class Hunk
Parameters:
filenum - The number of file (the first file '0', or the second '1').

relNum

public java.lang.String relNum(int filenum,
                               int linenum)
Returns a string representing the line in file and position passed in argument.

Specified by:
relNum in class Hunk
Parameters:
filenum - The number of file (the first file '0', or the second '1').
linenum - the number of line that will be returned.


Copyright © 2003 Soucejammer project.