Package ghidra.app.util.html
Class DefaultDataTypeHTMLRepresentation
java.lang.Object
ghidra.app.util.html.HTMLDataTypeRepresentation
ghidra.app.util.html.DefaultDataTypeHTMLRepresentation
- 
Field Summary
FieldsFields inherited from class ghidra.app.util.html.HTMLDataTypeRepresentation
ALIGNMENT_PREFIX, BR, CHARACTER_SPACE, DIFF_COLOR, ELLIPSES, EMPTY_TAG, END_COMMENT, FORWARD_SLASH, HTML_CLOSE, HTML_OPEN, HTML_SPACE, INDENT_CLOSE, INDENT_OPEN, LENGTH_PREFIX, MAX_CHARACTER_LENGTH, MAX_COMPONENTS, MAX_LINE_LENGTH, MIDDLE_COMMENT, originalHTMLData, START_COMMENT, TAB, TABLE_CLOSE, TABLE_OPEN, TD_CLOSE, TD_OPEN, TR_CLOSE, TR_OPEN, TT_CLOSE, TT_OPEN - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondiff(HTMLDataTypeRepresentation otherRepresentation) Compares this representation and the given representation creates a diff string for both representations.Methods inherited from class ghidra.app.util.html.HTMLDataTypeRepresentation
addDataTypeLength, addDataTypeLengthAndAlignment, buildFooterText, buildHeaderText, completelyDifferentDiff, copyLines, createCommentLines, createPlaceHolderLine, diffTextLine, generateTypeName, getCommentForDataType, getDataTypeLengthString, getDiffInput, getDiffInput, getFullHTMLContentString, getFullHTMLString, getHTMLContentString, getHTMLString, truncateAsNecessary, truncateAsNecessary, wrapStringInColor 
- 
Field Details
- 
header
 
 - 
 - 
Constructor Details
- 
DefaultDataTypeHTMLRepresentation
 
 - 
 - 
Method Details
- 
diff
Description copied from class:HTMLDataTypeRepresentationCompares this representation and the given representation creates a diff string for both representations.- Specified by:
 diffin classHTMLDataTypeRepresentation- Parameters:
 otherRepresentation- the other representation to diff against.- Returns:
 - An array of two strings: the first is this object's diff value, the second is the given objects diff value.
 
 
 -