CFG_Catch_Type_Block¶
- class CFG_Catch_Type_Block (concrete, logical)¶
ordinary catch type block (without exception filter)
- Direct parents:
inherits CFG_General_Catch_Type_Block
- Ancestor classes and implemented interfaces:
CFG_Block, CFG_Catch_Block, CFG_General_Catch_Type_Block, CFG_Standard_Block, Execution_Node, Logical_IR_Root
Field
Kind
Type
Description
Next_Catch (from CFG_General_Catch_Type_Block)
semantic
class CFG_Block
if the try block has a list of catch blocks, this is the next in the list; else it links to exception-exit or some stack unwinding code or an enclosing catch
Caught_Type (from CFG_General_Catch_Type_Block)
semantic
class Type
Handler (from CFG_Catch_Block)
semantic
class CFG_Block
Code (from CFG_Standard_Block)
syntactic
list of class Instruction
Helpers (from CFG_Standard_Block)
syntactic
list of class Helper_Variable
Start_Role (from CFG_Standard_Block)
attribute
enum Cfg_Block_Start_Role
Provides an explanation why a new block was started. The Start_Physical edge provides details specific to the role. More details are documented on the individual role enumerators.
Start_Physical (from CFG_Standard_Block)
semantic to physical
class Physical_IR_Root
Physical edge related to the block start; see Start_Role for the interpretation of this edge.
Parent (from Logical_IR_Root)
semantic
class Logical_IR_Root
Physical (from Logical_IR_Root)
semantic to physical
class Physical_IR_Root