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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlaceHolderLinecreatePlaceHolder(ValidatableLine oppositeLine)java.util.List<ValidatableLine>getLines() 
 - 
 
- 
- 
Method Detail
- 
getLines
java.util.List<ValidatableLine> getLines()
 
- 
createPlaceHolder
PlaceHolderLine createPlaceHolder(ValidatableLine oppositeLine)
 
 - 
 
 -