| 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.android.DexCommentManager | ||
A comment manager for dex 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DexCommentManager(IDexUnit unit) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ICodeCoordinates | addressToCoord(String address) | ||||||||||
| String | coordToAddress(ICodeCoordinates coord) | ||||||||||
|
[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
| |||||||||||