CodeQL library for Java/Kotlin
codeql/java-all 7.8.0 (changelog, source)
Search

Class JumpSuccessor

A jump control flow successor.

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

Import path

import codeql.controlflow.SuccessorType

Direct supertypes

Indirect supertypes

Known direct subtypes

Inherited predicates

toString

Gets a textual representation of this successor type.

from SuccessorTypeImpl