public interface DiffVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ChangeHunk e)
Standard visitor
|
void |
accept(DeleteHunk e)
Standard visitor
|
void |
accept(InsertHunk e)
Standard visitor
|
void |
accept(MatchHunk e)
Standard visitor
|
void accept(ChangeHunk e)
e - ChangeHunkvoid accept(DeleteHunk e)
e - DeleteHunkvoid accept(MatchHunk e)
e - MatchHunkvoid accept(InsertHunk e)
e - InsertHunk