Class ControlFlow::ConditionalSuccessor
A conditional control flow successor. Either a Boolean successor (BooleanSuccessor),
a nullness successor (NullnessSuccessor), a matching successor (MatchingSuccessor),
or an emptiness successor (EmptinessSuccessor).
Import path
import csharpDirect supertypes
Indirect supertypes
Known direct subtypes
Predicates
| getValue | Gets the Boolean value of this successor. |
Inherited predicates
| toString | Gets a textual representation of this successor type. | from SuccessorTypeImpl |