# Enum: com.pnfsoftware.jeb.core.units.code.asm.type.TypeCategory

Categories for native types.

## Constant: COMPLEX
Description: Complex number type, usually a built\-in type aggregating two floating\-points.

## Constant: COMPOSITE
Description: Composite type, such as an array or a structure or union.

## Constant: FLOAT
Description: Floating point type \(IEEE\-754\).

## Constant: INTEGRAL
Description: Integral type \(2\-complement integer, signed or unsigned\).

## Constant: POINTER
Description: Pointer type.

## Constant: VECTOR
Description: Vector type.

## Constant: VOID
Description: The pseudo\-category used by the `void` \(none\) type.

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


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


