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
data class Enums(val pageInfo: RPC_MOVE_MODULE_FIELDS.PageInfo2, val nodes: List<RPC_MOVE_MODULE_FIELDS.Node2>)
Link copied to clipboard
data class Friends(val pageInfo: RPC_MOVE_MODULE_FIELDS.PageInfo, val nodes: List<RPC_MOVE_MODULE_FIELDS.Node>)
Link copied to clipboard
data class Functions(val pageInfo: RPC_MOVE_MODULE_FIELDS.PageInfo3, val nodes: List<RPC_MOVE_MODULE_FIELDS.Node3>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Structs(val pageInfo: RPC_MOVE_MODULE_FIELDS.PageInfo1, val nodes: List<RPC_MOVE_MODULE_FIELDS.Node1>)
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
Iterate through the structs defined in this module.