qtil
advanced-security/qtil-ruby 0.0.2
Search

Module Content

Provides different sub classes of Content.

Import path

import codeql.ruby.dataflow.internal.DataFlowPublic

Predicates

getAttributeName

Gets AttributeNameContent of the given name.

getElementContent

Gets the element content corresponding to constant value cv.

getKnownElementIndex

Gets the constant value of e, which corresponds to a valid known element index. Unlike calling simply e.getConstantValue(), this excludes negative array indices.

Classes

AttributeNameContent

A value stored behind a getter/setter pair.

ElementContent

An element in a collection, for example an element in an array or in a hash.

FieldContent

A field of an object, for example an instance variable.

KnownElementContent

An element in a collection at a known index.

UnknownElementContent

An element in a collection at an unknown index.