Package ghidra.app.util.viewer.field
Class ListingFieldDescriptionProvider
java.lang.Object
ghidra.app.util.viewer.field.ListingFieldDescriptionProvider
- All Implemented Interfaces:
FieldDescriptionProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDescription
(FieldLocation loc, Field field) Gets a description for the given location and field.
-
Constructor Details
-
ListingFieldDescriptionProvider
public ListingFieldDescriptionProvider()
-
-
Method Details
-
getDescription
Description copied from interface:FieldDescriptionProvider
Gets a description for the given location and field.- Specified by:
getDescription
in interfaceFieldDescriptionProvider
- Parameters:
loc
- the FieldLocation to get a description forfield
- the Field to get a description for- Returns:
- a String describing the given field location
-