CodeQL library for C#
codeql/csharp-all 5.3.0 (changelog, source)
Search

Class ControlFlow::SuccessorType

The type of a control flow successor.

A successor is either normal, which covers direct and conditional successors, or abrupt, which covers all other types of successors including for example exceptions, returns, and other jumps.

Import path

import csharp

Direct supertypes

Known direct subtypes

    Predicates

    toString

    Gets a textual representation of this successor type.