Module
data class Module(val friends: PaginateMoveModuleListsQuery.Friends?, val structs: PaginateMoveModuleListsQuery.Structs?, val enums: PaginateMoveModuleListsQuery.Enums?, val functions: PaginateMoveModuleListsQuery.Functions?)
Constructors
Link copied to clipboard
constructor(friends: PaginateMoveModuleListsQuery.Friends?, structs: PaginateMoveModuleListsQuery.Structs?, enums: PaginateMoveModuleListsQuery.Enums?, functions: PaginateMoveModuleListsQuery.Functions?)
Properties
Link copied to clipboard
Iterate through the enums defined in this module.
Link copied to clipboard
Modules that this module considers friends (these modules can access public(friend)
functions from this module).
Link copied to clipboard
Iterate through the signatures of functions defined in this module.
Link copied to clipboard
Iterate through the structs defined in this module.