java.lang.Object
java.lang.Enum<CEntityType>
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.CEntityType
All Implemented Interfaces:
Serializable, Comparable<CEntityType>, Constable

public enum CEntityType extends Enum<CEntityType>
Type of decompiled C entity.
  • Enum Constant Details

    • METHOD

      public static final CEntityType METHOD
      C routine
    • FIELD

      public static final CEntityType FIELD
      pseudo element
    • CLASS

      public static final CEntityType CLASS
      pseudo element
  • Method Details

    • values

      public static CEntityType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static CEntityType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null