addedmethod:
getComment
java.lang.String getComment(ghidra.program.model.listing.CommentType commentType)
addedmethod:
getCommentAsArray
java.lang.String[] getCommentAsArray(ghidra.program.model.listing.CommentType commentType)
addedmethod:
setComment
void setComment(ghidra.program.model.listing.CommentType commentType, java.lang.String comment)
addedmethod:
setCommentAsArray
void setCommentAsArray(ghidra.program.model.listing.CommentType commentType, java.lang.String[] comment)
removedmethod:
getComment
java.lang.String getComment(int commentType)
removedmethod:
getCommentAsArray
java.lang.String[] getCommentAsArray(int commentType)
removedmethod:
setComment
void setComment(int commentType, java.lang.String comment)
removedmethod:
setCommentAsArray
void setCommentAsArray(int commentType, java.lang.String[] comment)