CodeQL library for Ruby
codeql/ruby-all 5.1.2 (changelog, source)
Search

Class 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 codeql.ruby.CFG

Direct supertypes

Known direct subtypes

    Predicates

    toString

    Gets a textual representation of this successor type.