isEnum abstract method

bool isEnum()

Checks whether this class represents an enum declaration.

Enums are represented using EnumDeclaration.


Returns

  • true if this class is an enum
  • false otherwise

Implementation

bool isEnum();