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

Class RegisterOper

source code

Operand --+
          |
         RegisterOper
Known Subclasses:

Instance Methods [hide private]
 
isReg(self)
If the given operand represents a register value, this must return True.
source code

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

Method Details [hide private]

isReg(self)

source code 

If the given operand represents a register value, this must return True.

Overrides: Operand.isReg
(inherited documentation)