Package ghidra.app.util.html.diff
Interface DataTypeDiffInput
-
- All Known Implementing Classes:
HTMLDataTypeRepresentationDiffInput
public interface DataTypeDiffInput
An 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 PlaceHolderLine
createPlaceHolder(ValidatableLine oppositeLine)
java.util.List<ValidatableLine>
getLines()
-
-
-
Method Detail
-
getLines
java.util.List<ValidatableLine> getLines()
-
createPlaceHolder
PlaceHolderLine createPlaceHolder(ValidatableLine oppositeLine)
-
-