Package ghidra.app.util.html
Class HTMLDataTypeRepresentationDiffInput
- java.lang.Object
-
- ghidra.app.util.html.HTMLDataTypeRepresentationDiffInput
-
- All Implemented Interfaces:
DataTypeDiffInput
public class HTMLDataTypeRepresentationDiffInput extends java.lang.Object implements DataTypeDiffInput
-
-
Constructor Summary
Constructors Constructor Description HTMLDataTypeRepresentationDiffInput(HTMLDataTypeRepresentation source, java.util.List<ValidatableLine> lines)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlaceHolderLine
createPlaceHolder(ValidatableLine oppositeLine)
java.util.List<ValidatableLine>
getLines()
java.lang.String
toString()
-
-
-
Constructor Detail
-
HTMLDataTypeRepresentationDiffInput
public HTMLDataTypeRepresentationDiffInput(HTMLDataTypeRepresentation source, java.util.List<ValidatableLine> lines)
-
-
Method Detail
-
getLines
public java.util.List<ValidatableLine> getLines()
- Specified by:
getLines
in interfaceDataTypeDiffInput
-
createPlaceHolder
public PlaceHolderLine createPlaceHolder(ValidatableLine oppositeLine)
- Specified by:
createPlaceHolder
in interfaceDataTypeDiffInput
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-