Class CodeCommentManager<U extends ICodeUnit>

java.lang.Object
com.pnfsoftware.jeb.core.units.impl.AbstractCommentManager<ICodeCoordinates,U>
com.pnfsoftware.jeb.core.units.code.CodeCommentManager<U>
Direct Known Subclasses:
DexCommentManager, NativeCommentManager

@Ser public class CodeCommentManager<U extends ICodeUnit> extends AbstractCommentManager<ICodeCoordinates,U>
A comment manager for code units. The secondary addressing scheme uses ICodeCoordinates.

Specialized implementations exist.