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

Class ReturnSuccessor

A return control flow successor.

Example:

void M()
{
    return;
}

The callable exit node of M is a return successor of the return; statement.

Import path

import codeql.ruby.CFG

Direct supertypes

Indirect supertypes

Predicates

toString

Gets a textual representation of this successor type.