CFG_Case_Edge

class CFG_Case_Edge (abstract, logical)

representation for a switch(...) case

Direct parents:
Ancestor classes and implemented interfaces:

Execution_Node, Logical_IR_Root

Direct child classes:

Field

Kind

Type

Description

Next

semantic

class CFG_Block

The successor block to jump to in this case. Can be NoNode if the case label 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