# Enum: com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.CEntityType

Type of decompiled C entity.

## Constant: CLASS
Description: pseudo element

## Constant: FIELD
Description: pseudo element

## Constant: METHOD
Description: C routine

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


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


