Diviner

Class ArcanistDiffHunk

Definedsrc/parser/diff/ArcanistDiffHunk.php:8
GroupDiff and Changeset APIs

Represents a contiguous set of added and removed lines in a diff.

Tasks

Methods

public getAddLines()

returnwild
This method is not documented.

public getChangedLines($type)

parameterswild$type
returnwild
This method is not documented.

public getCorpus()

returnwild
This method is not documented.

public getDelLines()

returnwild
This method is not documented.

public getIsMissingNewNewline()

returnwild
This method is not documented.

public getIsMissingOldNewline()

returnwild
This method is not documented.

public getNewLength()

returnwild
This method is not documented.

public getNewOffset()

returnwild
This method is not documented.

public getOldLength()

returnwild
This method is not documented.

public getOldOffset()

returnwild
This method is not documented.

public static newFromDictionary(array $dict)

parametersarray$dict
returnwild
This method is not documented.

public setAddLines($add_lines)

parameterswild$add_lines
returnwild
This method is not documented.

public setCorpus($corpus)

parameterswild$corpus
returnwild
This method is not documented.

public setDelLines($del_lines)

parameterswild$del_lines
returnwild
This method is not documented.

public setIsMissingNewNewline($missing)

parameterswild$missing
returnwild
This method is not documented.

public setIsMissingOldNewline($missing)

parameterswild$missing
returnwild
This method is not documented.

public setNewLength($new_length)

parameterswild$new_length
returnwild
This method is not documented.

public setNewOffset($new_offset)

parameterswild$new_offset
returnwild
This method is not documented.

public setOldLength($old_length)

parameterswild$old_length
returnwild
This method is not documented.

public setOldOffset($old_offset)

parameterswild$old_offset
returnwild
This method is not documented.

public toDictionary()

returnwild
This method is not documented.