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 PlaceHolderLinecreatePlaceHolder(ValidatableLine oppositeLine)java.util.List<ValidatableLine>getLines()java.lang.StringtoString()
-
-
-
Constructor Detail
-
HTMLDataTypeRepresentationDiffInput
public HTMLDataTypeRepresentationDiffInput(HTMLDataTypeRepresentation source, java.util.List<ValidatableLine> lines)
-
-
Method Detail
-
getLines
public java.util.List<ValidatableLine> getLines()
- Specified by:
getLinesin interfaceDataTypeDiffInput
-
createPlaceHolder
public PlaceHolderLine createPlaceHolder(ValidatableLine oppositeLine)
- Specified by:
createPlaceHolderin interfaceDataTypeDiffInput
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-