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

Class ControlFlow::JumpSuccessor

A jump control flow successor.

This covers non-exceptional, non-local control flow, such as break, continue, and goto.

Import path

import csharp

Direct supertypes

Indirect supertypes

Known direct subtypes

Inherited predicates

toString

Gets a textual representation of this successor type.

from SuccessorTypeImpl