# Interface: com.pnfsoftware.jeb.core.units.code.asm.mangling.IUnmangledData

A piece of unmangled data.

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

Description: Get the full unmangled text.
return: complete unmangled string

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

Description: Get the simple unmangled name.
return: simple name for the unmangled string \(e.g. method name\)

## Method: isRawData
- return type: `boolean`

Description: Raw data do not follow rules of identifiers naming.
return: true if the data is raw

