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

Module ControlFlowGraph

Provides classes representing the control flow graph.

Import path

import codeql.ruby.controlflow.ControlFlowGraph

Imports

SuccessorType

Provides different types of control flow successor types. These are used as edge labels in the control flow graph.

Classes

CfgNode

A control flow node.

CfgScope

An AST node with an associated control-flow graph.

Modules

Split

Provides different kinds of control flow graph splittings.

Aliases

Split

A split for a control flow node.