Represents a single case inside a switch statement.
Cases are build of a condition and a consequence, where the condition may lead to the consequence.
The condition entry node
The condition exit node
Does this case fall-through to the next one?
Is this the default case?
A case may be entirely empty
Represents a single case inside a switch statement.
Cases are build of a condition and a consequence, where the condition may lead to the consequence.