Package envi :: Class DerefOper
[hide private]
[frames] | no frames]

Class DerefOper

source code

Operand --+
          |
         DerefOper
Known Subclasses:

Instance Methods [hide private]
 
isDeref(self)
If the given operand will dereference memory, this method must return True.
source code

Inherited from Operand: __eq__, __ne__, getOperAddr, getOperValue, isImmed, isReg, render, repr, setOperValue

Method Details [hide private]

isDeref(self)

source code 

If the given operand will dereference memory, this method must return True.

Overrides: Operand.isDeref
(inherited documentation)