# Enum: com.pnfsoftware.jeb.core.units.code.asm.render.AddressFormatter.AddressBase

Rendering base.

## Constant: ABSOLUTE_ADDRESS
Description: Absolute address, hexadecimal formatted

## Constant: LABEL
Description: Default label display: "sub\_XXX", "loc\_XXX", "routine name" or "variable name"

## Constant: RELATIVE_ADDRESS_D
Description: PC relative address, in form "PC{\+\-}dd. If address is not PC relative, return raw hexadecimal address

## Constant: RELATIVE_ADDRESS_H
Description: PC relative address, in form "PC{\+\-}XXh. If address is not PC relative, return raw hexadecimal address

## Method: nextBase
- return type: `com.pnfsoftware.jeb.core.units.code.asm.render.AddressFormatter.AddressBase`

Description: Retrieve the next rendering base.
return: next base

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.render.AddressFormatter.AddressBase`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.asm.render.AddressFormatter.AddressBase[]`


