|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.owasp.webscarab.util.Diff.ArrayEdit
public static class Diff.ArrayEdit
Constructor Summary | |
---|---|
Diff.ArrayEdit(int srcStart,
int srcEnd,
int dstStart,
int dstEnd)
|
Method Summary | |
---|---|
int |
getDstEnd()
|
int |
getDstStart()
|
int |
getSrcEnd()
|
int |
getSrcStart()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Diff.ArrayEdit(int srcStart, int srcEnd, int dstStart, int dstEnd)
Method Detail |
---|
public int getDstEnd()
public int getDstStart()
public int getSrcEnd()
public int getSrcStart()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |