CommentFieldLocation

Package: ghidra.program.util
Type: class

11.4_PUBLIC

modifiedmethod: getCommentType
return type: int → CommentType
- int getCommentType()
+ ghidra.program.model.listing.CommentType getCommentType()
modifiedfield: type
type: int → CommentType
- int type
+ ghidra.program.model.listing.CommentType type
removedmethod: validateType
void validateType()

9.0.2_PUBLIC

addedfield: comment
java.lang.String[] comment
addedfield: type
int type
addedmethod: validateType
void validateType()

9.0.1_PUBLIC

introducedInitial version