# Class: com.pnfsoftware.jeb.core.units.code.asm.type.TypeStringParser.Decl

A parsed C declaration, made of a type and a declared name.

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

Description: Get the declared name.
return: the declared name

## Method: getType
- return type: `com.pnfsoftware.jeb.core.units.code.asm.type.INativeType`

Description: Get the declaration type.
return: the native type

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

Description: Determine whether this declaration uses a generated anonymous name.
return: true if the declaration name was generated by the parser

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


