Module il_reil :: Class REIL_XOR
[hide private]
[frames] | no frames]

Class REIL_XOR

source code

object --+    
         |    
 REIL_BASE --+
             |
            REIL_XOR

Instance Methods [hide private]
 
__init__(self, rcv0, rcv1, rcvout)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

    Inherited from REIL_BASE
 
get_name(self) source code
 
get_registers(self) source code
 
get_size(self) source code
 
view(self) source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, rcv0, rcv1, rcvout)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)