CFG_Case_Edge¶
- class CFG_Case_Edge (abstract, logical)¶
representation for a
switch(...)case- Direct parents:
inherits Execution_Node
- Ancestor classes and implemented interfaces:
- Direct child classes:
subclass CFG_Single_Case_Edge
subclass CFG_Range_Case_Edge
Field
Kind
Type
Description
Next
semantic
class CFG_Block
The successor block to jump to in this case. Can be
NoNodeif thecaselabel was inside a nested scope that was not translated due to compiler errors.Parent (from Logical_IR_Root)
semantic
class Logical_IR_Root
Physical (from Logical_IR_Root)
semantic to physical
class Physical_IR_Root