table Enum

Overview

Enum = {
    -- fields

    enumValueArray,

    -- inherited from Member

    memberKind,
    protectionKind,
    virtualKind,
    flags,
    id,
    name,
    modifiers,
    group,
    importArray,
    path,
    briefDescription,
    detailedDescription,
    inBodyDescription,
    location,
}

Detailed Documentation

Fields

enumValueArray

Holds an array table with detailed description of all enum values of the enum. Type of each element of the array is EnumValue. This field is only set when memberKind is enum.