| java.lang.Object | |||
| ↳ | com.pnfsoftware.jeb.core.units.impl.AbstractCommentManager<C, U extends com.pnfsoftware.jeb.core.units.IInteractiveUnit> | ||
| ↳ | com.pnfsoftware.jeb.core.units.code.CodeCommentManager<U extends com.pnfsoftware.jeb.core.units.code.ICodeUnit> | ||
| ↳ | com.pnfsoftware.jeb.core.units.code.NativeCommentManager | ||
A comment manager for native code units. The secondary addressing scheme
uses ICodeCoordinates.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.units.code.CodeCommentManager
| |||||||||||
From class
com.pnfsoftware.jeb.core.units.impl.AbstractCommentManager
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NativeCommentManager(INativeCodeUnit<?> unit) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | addressToMemory(String address) | ||||||||||
| long | coordToMemory(ICodeCoordinates coord) | ||||||||||
| String | memoryToAddress(long a) | ||||||||||
| ICodeCoordinates | memoryToCoord(long a) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.units.code.CodeCommentManager
| |||||||||||
From class
com.pnfsoftware.jeb.core.units.impl.AbstractCommentManager
| |||||||||||
From class
java.lang.Object
| |||||||||||