Class ArcanistDiffHunk
Represents a contiguous set of added and removed lines in a diff.
Tasks
Methods
public getAddLines()
This method is not documented.
public getChangedLines($type)
| parameters | wild | $type | |
| return | wild | | |
This method is not documented.
public getCorpus()
This method is not documented.
public getDelLines()
This method is not documented.
public getIsMissingNewNewline()
This method is not documented.
public getIsMissingOldNewline()
This method is not documented.
public getNewLength()
This method is not documented.
public getNewOffset()
This method is not documented.
public getOldLength()
This method is not documented.
public getOldOffset()
This method is not documented.
public static newFromDictionary(array $dict)
| parameters | array | $dict | |
| return | wild | | |
This method is not documented.
public setAddLines($add_lines)
| parameters | wild | $add_lines | |
| return | wild | | |
This method is not documented.
public setCorpus($corpus)
| parameters | wild | $corpus | |
| return | wild | | |
This method is not documented.
public setDelLines($del_lines)
| parameters | wild | $del_lines | |
| return | wild | | |
This method is not documented.
public setIsMissingNewNewline($missing)
| parameters | wild | $missing | |
| return | wild | | |
This method is not documented.
public setIsMissingOldNewline($missing)
| parameters | wild | $missing | |
| return | wild | | |
This method is not documented.
public setNewLength($new_length)
| parameters | wild | $new_length | |
| return | wild | | |
This method is not documented.
public setNewOffset($new_offset)
| parameters | wild | $new_offset | |
| return | wild | | |
This method is not documented.
public setOldLength($old_length)
| parameters | wild | $old_length | |
| return | wild | | |
This method is not documented.
public setOldOffset($old_offset)
| parameters | wild | $old_offset | |
| return | wild | | |
This method is not documented.
public toDictionary()
This method is not documented.