Class type BCHARMTypes.arm_assembly_instruction_int

method set_block_entry : unit
method set_inlined_call : unit
method set_block_condition : unit
method set_condition_covered_by : BCHLibTypes.doubleword_int -> unit
method set_aggregate_entry : unit
method set_aggregate_exit : unit
method set_aggregate_anchor : unit
method set_in_aggregate : BCHLibTypes.doubleword_int -> unit
method get_address : BCHLibTypes.doubleword_int
method get_opcode : arm_opcode_t
method get_instruction_bytes : string
method get_bytes_ashexstring : string
method get_non_code_block : not_code_t
method condition_covered_by : BCHLibTypes.doubleword_int
method is_arm32 : bool
method is_block_entry : bool
method is_inlined_call : bool
method is_valid_instruction : bool
method is_non_code_block : bool
method is_not_code : bool
method is_block_condition : bool
method is_condition_covered : bool
method is_in_aggregate : BCHLibTypes.doubleword_int option
method is_aggregate_entry : bool
method is_aggregate_exit : bool
method is_aggregate_anchor : bool
method write_xml : CHXmlDocument.xml_element_int -> unit
method toString : string
method toPretty : CHPretty.pretty_t