InstructionStub

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)

10.4_PUBLIC

addedmethod: getParsedBytes
byte[] getParsedBytes() throws MemoryAccessException
addedmethod: getParsedLength
int getParsedLength()
addedmethod: isLengthOverridden
boolean isLengthOverridden()
addedmethod: setLengthOverride
void setLengthOverride(int length)
removedmethod: isSuccessor
boolean isSuccessor(ghidra.program.model.listing.CodeUnit codeUnit)

10.2_PUBLIC

removedmethod: visitProperty
void visitProperty(ghidra.util.prop.PropertyVisitor visitor, java.lang.String propertyName)

9.2_PUBLIC

modifiedmethod: getRegisters
return type: ghidra.program.model.lang.Register[] → List
- ghidra.program.model.lang.Register[] getRegisters()
+ java.util.List<ghidra.program.model.lang.Register> getRegisters()

9.0.1_PUBLIC

introducedInitial version