Package bap :: Module bir :: Class Exn
[hide private]
[frames] | no frames]

Class Exn

source code

object --+            
         |            
   adt.ADT --+        
             |        
          Term --+    
                 |    
               Jmp --+
                     |
                    Exn

Exn(id,attrs,(number,next)) - CPU exception

Instance Methods [hide private]

Inherited from adt.ADT: __cmp__, __init__, __repr__

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

Properties [hide private]
  next
next instruction to be executed after the exception handler finishes
  number
exception number

Inherited from Jmp: cond, target

Inherited from Term: attrs, id

Inherited from object: __class__

Property Details [hide private]

next

next instruction to be executed after the exception handler finishes

Get Method:
unreachable.next(self) - next instruction to be executed after the exception handler finishes

number

exception number

Get Method:
unreachable.number(self) - exception number