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

Class ImmedOper

source code

Operand --+
          |
         ImmedOper
Known Subclasses:

Instance Methods [hide private]
 
isImmed(self)
If the given operand represents an immediate value, this must return True.
source code

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

Method Details [hide private]

isImmed(self)

source code 

If the given operand represents an immediate value, this must return True.

Overrides: Operand.isImmed
(inherited documentation)