# Class: com.pnfsoftware.jeb.core.output.code.CodeAnchor

Named anchors for code documents. Such anchors are created via [CodeDocumentPart#registerAnchor(String)](CodeDocumentPart#registerAnchor(String)). They are limited to a 32\-bit addressing space.

## Method: getIdentifier
- return type: `long`


## Method: getLineIndex
- return type: `int`


## Method: getName
- return type: `java.lang.String`

Description: Get the name of this anchor.
return: the anchor name

## Method: toString
- return type: `java.lang.String`


