CodeQL library for Ruby
codeql/ruby-all 5.1.4 (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.ruby.CFG

Direct supertypes

Indirect supertypes

Known direct subtypes

Inherited predicates

toString

Gets a textual representation of this successor type.

from SuccessorTypeImpl