IDAPython 9.0
Loading...
Searching...
No Matches
operand_locator_t Class Reference
Inheritance diagram for operand_locator_t:
mnumber_t

Public Member Functions

 __init__ (self, ida_idaapi.ea_t _ea, int _opnum)
 
bool __eq__ (self, 'operand_locator_t' r)
 
bool __ne__ (self, 'operand_locator_t' r)
 
bool __lt__ (self, 'operand_locator_t' r)
 
bool __gt__ (self, 'operand_locator_t' r)
 
bool __le__ (self, 'operand_locator_t' r)
 
bool __ge__ (self, 'operand_locator_t' r)
 
int compare (self, 'operand_locator_t' r)
 

Static Public Attributes

str ea
 
str opnum
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
ida_idaapi.ea_t _ea,
int _opnum )

Reimplemented in mnumber_t.

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'operand_locator_t' r )

Reimplemented in mnumber_t.

◆ __ge__()

bool __ge__ ( self,
'operand_locator_t' r )

Reimplemented in mnumber_t.

◆ __gt__()

bool __gt__ ( self,
'operand_locator_t' r )

Reimplemented in mnumber_t.

◆ __le__()

bool __le__ ( self,
'operand_locator_t' r )

Reimplemented in mnumber_t.

◆ __lt__()

bool __lt__ ( self,
'operand_locator_t' r )

Reimplemented in mnumber_t.

◆ __ne__()

bool __ne__ ( self,
'operand_locator_t' r )

Reimplemented in mnumber_t.

◆ compare()

int compare ( self,
'operand_locator_t' r )

Reimplemented in mnumber_t.

Member Data Documentation

◆ ea

str ea
static
Initial value:
= property(_ida_hexrays.operand_locator_t_ea_get,
_ida_hexrays.operand_locator_t_ea_set)

◆ opnum

str opnum
static
Initial value:
= property(_ida_hexrays.operand_locator_t_opnum_get,
_ida_hexrays.operand_locator_t_opnum_set)

Property Documentation

◆ thisown

thisown
static
Initial value:
= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')

The documentation for this class was generated from the following file: