Package ghidra.app.util.viewer.field
Class LabelCodeUnitFormat
java.lang.Object
ghidra.program.model.listing.CodeUnitFormat
ghidra.app.util.viewer.field.BrowserCodeUnitFormat
ghidra.app.util.viewer.field.LabelCodeUnitFormat
A version of
BrowserCodeUnitFormat that changes how labels are rendered in offcut
situations.-
Field Summary
Fields inherited from class ghidra.program.model.listing.CodeUnitFormat
DEFAULT, EXTENDED_INDIRECT_REFERENCE_DELIMITER, EXTENDED_REFERENCE_DELIMITER, options, PLUS, UNDERSCORE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetOffcutDataString(Address offcutAddress, Data data) protected StringgetOffcutLabelStringForInstruction(Address offcutAddress, Instruction instruction) Methods inherited from class ghidra.app.util.viewer.field.BrowserCodeUnitFormat
addChangeListener, removeChangeListenerMethods inherited from class ghidra.program.model.listing.CodeUnitFormat
addOffcutInformation, getDataValueRepresentation, getDataValueRepresentationString, getDefaultOffcutString, getMnemonicRepresentation, getOffcutLabelString, getOperandRepresentationList, getOperandRepresentationString, getPrefixForStringData, getReferenceRepresentationString, getRepresentationString, getRepresentationString, getShowBlockName
-
Constructor Details
-
LabelCodeUnitFormat
-
-
Method Details
-
getOffcutLabelStringForInstruction
- Overrides:
getOffcutLabelStringForInstructionin classCodeUnitFormat
-
getOffcutDataString
- Overrides:
getOffcutDataStringin classCodeUnitFormat
-