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

Module ControlFlowGraph

Provides classes representing the control flow graph.

Import path

import codeql.ruby.controlflow.ControlFlowGraph

Classes

CfgNode

A control flow node.

CfgScope

An AST node with an associated control-flow graph.

SuccessorType

The type of a control flow successor.

Modules

Split

Provides different kinds of control flow graph splittings.

SuccessorTypes

Provides different types of control flow successor types.

Aliases

Split

A split for a control flow node.