| com.pnfsoftware.jeb.core.units.code.asm.analyzer.ICommentManager |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract boolean |
addComment(long address, String value)
Add a comment.
| ||||||||||
| abstract String |
getComment(long address)
Retrieve a comment.
| ||||||||||
| abstract Map<Long, String> |
getComments()
Get all comments.
| ||||||||||
| abstract boolean |
setComment(long address, String value)
Set a comment.
| ||||||||||
Add a comment.
Retrieve a comment.
Get all comments.
Set a comment.