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

Module Constant

Import path

import codeql.ruby.ast.Constant

Classes

ConstantAccess

An access to a constant.

ConstantAssignment

A definition of a constant via assignment. For example, the left-hand operand in the following example:

ConstantReadAccess

A use (read) of a constant.

ConstantValue

A constant value.

ConstantWriteAccess

A definition of a constant.

Modules

ConstantValue

Provides different sub classes of ConstantValue.