CFG_Single_Case_Edge

class CFG_Single_Case_Edge (concrete, logical)
Direct parents:
Ancestor classes and implemented interfaces:

CFG_Case_Edge, Execution_Node, Logical_IR_Root

Field

Kind

Type

Description

The_Case

attribute

builtin Int_Literal_Type

the condition for this case (‘switch variable equals xy’)

Next (from CFG_Case_Edge)

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