Module ida_hexrays :: Class op_parent_info_t
[frames] | no frames]

Class op_parent_info_t

object --+
         |
        op_parent_info_t
Known Subclasses:

Proxy of C++ op_parent_info_t class.

Instance Methods
op_parent_info_t
__init__(self, _mba=None, _blk=None, _topins=None)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  blk
op_parent_info_t_blk_get(self) -> mblock_t
  curins
op_parent_info_t_curins_get(self) -> minsn_t
  mba
op_parent_info_t_mba_get(self) -> mbl_array_t
  thisown
The membership flag
  topins
op_parent_info_t_topins_get(self) -> minsn_t

Inherited from object: __class__

Method Details

__init__(self, _mba=None, _blk=None, _topins=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns: op_parent_info_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

blk

op_parent_info_t_blk_get(self) -> mblock_t

Get Method:
unreachable.op_parent_info_t_blk_get(self)
Set Method:
unreachable.op_parent_info_t_blk_set(self, blk)

curins

op_parent_info_t_curins_get(self) -> minsn_t

Get Method:
unreachable.op_parent_info_t_curins_get(self)
Set Method:
unreachable.op_parent_info_t_curins_set(self, curins)

mba

op_parent_info_t_mba_get(self) -> mbl_array_t

Get Method:
unreachable.op_parent_info_t_mba_get(self)
Set Method:
unreachable.op_parent_info_t_mba_set(self, mba)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

topins

op_parent_info_t_topins_get(self) -> minsn_t

Get Method:
unreachable.op_parent_info_t_topins_get(self)
Set Method:
unreachable.op_parent_info_t_topins_set(self, topins)