Module idaapi :: Class insn_t
[show private | hide private]
[frames | no frames]

Type insn_t

object --+
         |
        insn_t

Known Subclasses:
insn_tPtr

Proxy of C++ insn_t class
Method Summary
  __init__(self, *args)
__init__(self) -> insn_t
  __del__(self, destroy)
__del__(self)
  __getattr__(self, name)
  __repr__(self)
  __setattr__(self, name, value)
  get_canon_feature(*args)
get_canon_feature(self) -> ulong
  get_canon_mnem(*args)
get_canon_mnem(self) -> char
  is_canon_insn(*args)
is_canon_insn(self) -> bool
  is_macro(*args)
is_macro(self) -> bool
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __str__(x)
x.__str__() <==> str(x)

Property Summary
  cs
  ea
  flags
  insnpref
  ip
  itype
  Operands
  segpref
  size

Class Variable Summary
dict __swig_getmethods__ = {'itype': <built-in function insn_...
dict __swig_setmethods__ = {'itype': <built-in function insn_...

Method Details

__init__(self, *args)
(Constructor)

__init__(self) -> insn_t
Overrides:
__builtin__.object.__init__

__del__(self, destroy=<built-in function delete_insn_t>)
(Destructor)

__del__(self)

get_canon_feature(*args)

get_canon_feature(self) -> ulong

get_canon_mnem(*args)

get_canon_mnem(self) -> char

is_canon_insn(*args)

is_canon_insn(self) -> bool

is_macro(*args)

is_macro(self) -> bool

Class Variable Details

__swig_getmethods__

Type:
dict
Value:
{'Operands': <built-in function insn_t_Operands_get>,
 'cs': <built-in function insn_t_cs_get>,
 'ea': <built-in function insn_t_ea_get>,
 'flags': <built-in function insn_t_flags_get>,
 'insnpref': <built-in function insn_t_insnpref_get>,
 'ip': <built-in function insn_t_ip_get>,
 'itype': <built-in function insn_t_itype_get>,
 'segpref': <built-in function insn_t_segpref_get>,
...                                                                    

__swig_setmethods__

Type:
dict
Value:
{'Operands': <built-in function insn_t_Operands_set>,
 'cs': <built-in function insn_t_cs_set>,
 'ea': <built-in function insn_t_ea_set>,
 'flags': <built-in function insn_t_flags_set>,
 'insnpref': <built-in function insn_t_insnpref_set>,
 'ip': <built-in function insn_t_ip_set>,
 'itype': <built-in function insn_t_itype_set>,
 'segpref': <built-in function insn_t_segpref_set>,
...                                                                    

Generated by Epydoc 2.1 on Wed Jan 18 16:10:50 2006 http://epydoc.sf.net