public final enum

CEntityType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.CEntityType

Class Overview

Type of decompiled C entity.

Summary

Enum Values
CEntityType  CLASS  pseudo element  
CEntityType  FIELD  pseudo element  
CEntityType  METHOD  C routine  
Public Methods
static CEntityType valueOf(String name)
final static CEntityType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CEntityType CLASS

pseudo element

public static final CEntityType FIELD

pseudo element

public static final CEntityType METHOD

C routine

Public Methods

public static CEntityType valueOf (String name)

public static final CEntityType[] values ()