DataStub

Package: ghidra.program.model.listing
Type: class

11.4_PUBLIC

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)

11.1_PUBLIC

addedmethod: isWritable
boolean isWritable()

10.4_PUBLIC

removedmethod: isSuccessor
boolean isSuccessor(ghidra.program.model.listing.CodeUnit codeUnit)

10.2_PUBLIC

addedmethod: isChangeAllowed
boolean isChangeAllowed(ghidra.docking.settings.SettingsDefinition settingsDefinition)
removedmethod: getByteArray
byte[] getByteArray(java.lang.String name)
removedmethod: setByteArray
void setByteArray(java.lang.String name, byte[] value)
removedmethod: visitProperty
void visitProperty(ghidra.util.prop.PropertyVisitor visitor, java.lang.String propertyName)

10.1_PUBLIC

addedmethod: getComponentContaining
ghidra.program.model.listing.Data getComponentContaining(int offset)

9.1_PUBLIC

addedmethod: getComponentsContaining
java.util.List<ghidra.program.model.listing.Data> getComponentsContaining(int offset)

9.0.1_PUBLIC

introducedInitial version