Class type BCHLibTypes.call_target_info_int

method get_target : call_target_t
method get_name : string
method get_app_address : doubleword_int
method get_application_target : doubleword_int
method get_wrapped_app_address : doubleword_int
method get_wrapped_app_parameter_mapping : (fts_parameter_t * bterm_t) list
method get_dll_target : string * string
method get_inlined_target : doubleword_int * string
method get_static_lib_target : doubleword_int * string * string list * string
method get_jni_target_index : int
method get_jni_index : int
method get_semantics : function_semantics_t
method get_function_interface : function_interface_t
method get_signature : function_signature_t
method get_parameters : fts_parameter_t list
method get_returntype : BCHBCTypes.btype_t
method get_target : call_target_t
method get_stack_adjustment : int option
method get_preconditions : xxpredicate_t list
method get_postconditions : xxpredicate_t list
method get_errorpostconditions : xxpredicate_t list
method get_sideeffects : xxpredicate_t list
method get_io_actions : io_action_t list
method get_enums_referenced : string list
method get_enum_type : fts_parameter_t -> (BCHBCTypes.btype_t * bool) option
method is_nonreturning : bool
method has_sideeffects : bool
method is_signature_valid : bool
method is_semantics_valid : bool
method is_app_call : bool
method is_in_application_call : bool
method is_wrapped_app_call : bool
method is_dll_call : bool
method is_static_dll_call : bool
method is_wrapped_dll_call : bool
method has_dll_target : bool
method is_inlined_call : bool
method is_wrapped_call : bool
method is_unknown : bool
method is_static_lib_call : bool
method is_jni_call : bool
method is_indirect_call : bool
method is_virtual_call : bool
method is_call_category : string -> bool
method write_xml : CHXmlDocument.xml_element_int -> unit
method toPretty : CHPretty.pretty_t