Package ghidra.app.util.html.diff
Interface DataTypeDiffInput
- 
- All Known Implementing Classes:
- HTMLDataTypeRepresentationDiffInput
 
 public interface DataTypeDiffInputAn interface that provides lines that are to be used in a diff and can also create specialized placeholder lines upon request.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PlaceHolderLinecreatePlaceHolder(ValidatableLine oppositeLine)java.util.List<ValidatableLine>getLines()
 
- 
- 
- 
Method Detail- 
getLinesjava.util.List<ValidatableLine> getLines() 
 - 
createPlaceHolderPlaceHolderLine createPlaceHolder(ValidatableLine oppositeLine) 
 
- 
 
-