Class CodeUnitComments

java.lang.Object
ghidra.program.model.listing.CodeUnitComments

public class CodeUnitComments extends Object
Container for all the comments at an address
  • Constructor Details

    • CodeUnitComments

      public CodeUnitComments(String[] comments)
  • Method Details

    • getComment

      public String getComment(CommentType type)
      Get the comment for the given comment type
      Parameters:
      type - the CommentType to retrieve
      Returns:
      the comment of the given type or null if no comment of that type exists