# Class: com.pnfsoftware.jeb.core.units.code.CodeCommentManager

A comment manager for [code units](ICodeUnit). The secondary addressing scheme uses [ICodeCoordinates](ICodeCoordinates). 

 Specialized implementations exist.

## Constructor: CodeCommentManager
- parameter: `unit`, type: `U`

Description: Create a code comment manager.
parameter: unit: code unit

## Static Field: COMMENT_FLAG_ASSEMBLY_ONLY
Type: `int`

Constant value: `1`
Description: Comment is intended for assembly output only.

## Static Field: COMMENT_FLAG_DECOMPILER_META
Type: `int`

Constant value: `256`
Description: Comment contains decompiler metadata.

## Static Field: COMMENT_FLAG_SOURCE_ONLY
Type: `int`

Constant value: `2`
Description: Comment is intended for source output only.

## Method: addressToCoord
- parameter: `address`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.output.code.coordinates.ICodeCoordinates`


## Method: coordToAddress
- parameter: `coord`, type: `com.pnfsoftware.jeb.core.output.code.coordinates.ICodeCoordinates`
- return type: `java.lang.String`


