describe-d ~master (2020-04-14T17:28:31Z)
Dub
Repo
Aggregate
introspection
aggregate
Stores information about attributes
struct
Aggregate {
string
name
;
Type
type
;
Type
[]
baseClasses
;
Type
[]
interfaces
;
Type
[]
nested
;
Attribute
[]
attributes
;
Property
[]
properties
;
Callable
[]
methods
;
Enum
[]
enums
;
ManifestConstant
[]
manifestConstants
;
Template
[]
templates
;
UnitTest
[]
unitTests
;
Location
location
;
Protection
protection
;
}
Members
Variables
attributes
Attribute
[]
attributes
;
baseClasses
Type
[]
baseClasses
;
enums
Enum
[]
enums
;
interfaces
Type
[]
interfaces
;
location
Location
location
;
manifestConstants
ManifestConstant
[]
manifestConstants
;
methods
Callable
[]
methods
;
name
string
name
;
nested
Type
[]
nested
;
properties
Property
[]
properties
;
protection
Protection
protection
;
templates
Template
[]
templates
;
type
Type
type
;
unitTests
UnitTest
[]
unitTests
;
Meta
Source
See Implementation
introspection
aggregate
functions
describeAggregate
structs
Aggregate
Stores information about attributes