Current section
Files
Jump to
Current section
Files
include/builder@module_Module.hrl
-record(module, {
name :: binary(),
package :: binary(),
path :: binary(),
imports :: list(glance:definition(glance:import())),
custom_types :: list(glance:definition(glance:custom_type())),
type_aliases :: list(glance:definition(glance:type_alias())),
constants :: list(glance:definition(glance:constant())),
functions :: list(glance:definition(glance:function_())),
external :: boolean(),
file :: binary()
}).