Package ghidra.program.model.listing
Class CodeUnitComments
java.lang.Object
ghidra.program.model.listing.CodeUnitComments
Container for all the comments at an address
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetComment
(CommentType type) Get the comment for the given comment type
-
Constructor Details
-
CodeUnitComments
-
-
Method Details
-
getComment
Get the comment for the given comment type- Parameters:
type
- theCommentType
to retrieve- Returns:
- the comment of the given type or null if no comment of that type exists
-