RPC_MOVE_MODULE_FIELDS

data class RPC_MOVE_MODULE_FIELDS(val name: String, val friends: RPC_MOVE_MODULE_FIELDS.Friends, val structs: RPC_MOVE_MODULE_FIELDS.Structs?, val enums: RPC_MOVE_MODULE_FIELDS.Enums?, val fileFormatVersion: Int, val functions: RPC_MOVE_MODULE_FIELDS.Functions?) : Fragment.Data

Constructors

Link copied to clipboard
constructor(name: String, friends: RPC_MOVE_MODULE_FIELDS.Friends, structs: RPC_MOVE_MODULE_FIELDS.Structs?, enums: RPC_MOVE_MODULE_FIELDS.Enums?, fileFormatVersion: Int, functions: RPC_MOVE_MODULE_FIELDS.Functions?)

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Node(val name: String, val package: RPC_MOVE_MODULE_FIELDS.Package)
Link copied to clipboard
data class Node1(val __typename: String, val rPC_MOVE_STRUCT_FIELDS: RPC_MOVE_STRUCT_FIELDS)
Link copied to clipboard
data class Node2(val __typename: String, val rPC_MOVE_ENUM_FIELDS: RPC_MOVE_ENUM_FIELDS)
Link copied to clipboard
data class Node3(val __typename: String, val rPC_MOVE_FUNCTION_FIELDS: RPC_MOVE_FUNCTION_FIELDS)
Link copied to clipboard
data class Package(val address: Any)
Link copied to clipboard
data class PageInfo(val hasNextPage: Boolean, val endCursor: String?)
Link copied to clipboard
data class PageInfo1(val hasNextPage: Boolean, val endCursor: String?)
Link copied to clipboard
data class PageInfo2(val hasNextPage: Boolean, val endCursor: String?)
Link copied to clipboard
data class PageInfo3(val hasNextPage: Boolean, val endCursor: String?)
Link copied to clipboard

Properties

Link copied to clipboard

Iterate through the enums defined in this module.

Link copied to clipboard

Format version of this module's bytecode.

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

The module's (unqualified) name.

Link copied to clipboard

Iterate through the structs defined in this module.