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

Class SuccessorTypes::ReturnSuccessor

A return control flow successor.

Example:

def sum(x,y)
  return x + y
end

The exit node of sum is a return successor of the return x + y statement.

Import path

import codeql.ruby.CFG

Direct supertypes

Indirect supertypes

Predicates

toString

Gets a textual representation of successor type.