| Trees | Indices | Help |
|
|---|
|
|
object --+
|
citem_t
Proxy of C++ citem_t class.
| Instance Methods | |||
| citem_t |
|
||
|
|||
|
|||
| bool |
|
||
| bool |
|
||
| citem_t |
|
||
| citem_t |
|
||
| bool |
|
||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
cexpr citem_t_cexpr_get(self) -> cexpr_t |
|
|
cinsn citem_t_cinsn_get(self) -> cinsn_t |
|
|
ea citem_t_ea_get(self) -> ea_t |
|
|
index citem_t_index_get(self) -> int |
|
|
label_num citem_t_label_num_get(self) -> int |
|
| meminfo | |
|
obj_id _obj_id(self) -> PyObject * |
|
|
op _get_op(self) -> ctype_t |
|
|
thisown The membership flag |
|
|
to_specific_type cast the citem_t object to its more specific type, either cexpr_t or cinsn_t. |
|
|
Inherited from |
|
| Method Details |
__init__(self, o) -> citem_t
|
repr(x)
|
| Property Details |
cexprcitem_t_cexpr_get(self) -> cexpr_t
|
cinsncitem_t_cinsn_get(self) -> cinsn_t
|
eacitem_t_ea_get(self) -> ea_t
|
indexcitem_t_index_get(self) -> int
|
label_numcitem_t_label_num_get(self) -> int
|
meminfo
|
obj_id_obj_id(self) -> PyObject *
|
op_get_op(self) -> ctype_t
|
thisownThe membership flag
|
to_specific_typecast the citem_t object to its more specific type, either cexpr_t or cinsn_t.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Oct 11 15:05:11 2019 | http://epydoc.sourceforge.net |