isEnum abstract method
Checks whether this class represents an enum declaration.
Enums are represented using EnumDeclaration.
Returns
trueif this class is an enumfalseotherwise
Implementation
bool isEnum();
Checks whether this class represents an enum declaration.
Enums are represented using EnumDeclaration.
true if this class is an enumfalse otherwisebool isEnum();